From 27b09f3ab11a30821a5ce0b071aac1bc6156497d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 9 Feb 2020 18:36:27 +0100 Subject: gnu: ghc-text-conversions: Fix typo. This follows up on commit 5cd9a4103e74fb1eb73114d84786d9c08379f22b. * gnu/packages/haskell-xyz.scm (ghc-text-conversions)[native-inputs]: Use hspec-discover instead of ghc-hspec-discover. --- gnu/packages/haskell-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index ea9efe70fd..7825963523 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -8241,7 +8241,7 @@ require aeson ("ghc-errors" ,ghc-errors))) (native-inputs `(("ghc-hspec" ,ghc-hspec) - ("ghc-hspec-discover" ,ghc-hspec-discover))) + ("hspec-discover" ,hspec-discover))) (home-page "https://github.com/cjdev/text-conversions#readme") (synopsis "Safe conversions between textual types") (description "Safe conversions between textual types") -- cgit v1.2.3