diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-09 18:36:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-09 18:36:50 +0100 |
commit | 27b09f3ab11a30821a5ce0b071aac1bc6156497d (patch) | |
tree | f3ef99b269bbcff8593700945d04a927967edb89 | |
parent | ebbd30ff399e1194dafbf7f1c58dd07272f18624 (diff) | |
download | patches-27b09f3ab11a30821a5ce0b071aac1bc6156497d.tar patches-27b09f3ab11a30821a5ce0b071aac1bc6156497d.tar.gz |
gnu: ghc-text-conversions: Fix typo.base-for-series-2853
This follows up on commit 5cd9a4103e74fb1eb73114d84786d9c08379f22b.
* gnu/packages/haskell-xyz.scm (ghc-text-conversions)[native-inputs]:
Use hspec-discover instead of ghc-hspec-discover.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |