mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-either: Update to 5.0.1.
* gnu/packages/haskell.scm (ghc-either): Update to 5.0.1. [native-inputs]: Add ghc-quickcheck, ghc-test-framework, and ghc-test-framework-quickcheck2.
This commit is contained in:
parent
38563d9140
commit
751a8c0b43
1 changed files with 6 additions and 2 deletions
|
@ -9119,7 +9119,7 @@ (define-public ghc-monadrandom
|
|||
(define-public ghc-either
|
||||
(package
|
||||
(name "ghc-either")
|
||||
(version "4.4.1.1")
|
||||
(version "5.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9128,7 +9128,7 @@ (define-public ghc-either
|
|||
"either-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lrlwqqnm6ibfcydlv5qvvssw7bm0c6yypy0rayjzv1znq7wp1xh"))))
|
||||
"064hjfld7dkzs78sy30k5qkiva3hx24rax6dvzz5ygr2c0zypdkc"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-bifunctors" ,ghc-bifunctors)
|
||||
("ghc-exceptions" ,ghc-exceptions)
|
||||
|
@ -9140,6 +9140,10 @@ (define-public ghc-either
|
|||
("ghc-semigroups" ,ghc-semigroups)
|
||||
("ghc-semigroupoids" ,ghc-semigroupoids)
|
||||
("ghc-transformers-base" ,ghc-transformers-base)))
|
||||
(native-inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
("ghc-test-framework" ,ghc-test-framework)
|
||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
||||
(home-page "https://github.com/ekmett/either")
|
||||
(synopsis "Provides an either monad transformer for Haskell")
|
||||
(description "This Haskell package provides an either monad transformer.")
|
||||
|
|
Loading…
Reference in a new issue