mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
ebbd30ff39
commit
27b09f3ab1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue