gnu: ghc-text-conversions: Fix typo.

This follows up on commit 5cd9a4103e.

* gnu/packages/haskell-xyz.scm (ghc-text-conversions)[native-inputs]:
Use hspec-discover instead of ghc-hspec-discover.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-09 18:36:27 +01:00
parent ebbd30ff39
commit 27b09f3ab1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8241,7 +8241,7 @@ (define-public ghc-text-conversions
("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")