mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ghc-constraints: Update to 0.10.1.
* gnu/packages/haskell.scm (ghc-constraints): Update to 0.10.1. [inputs]: Add ghc-semigroups. [native-inputs]: Add ghc-hspec and ghc-hspec-discover.
This commit is contained in:
parent
19533b3216
commit
3ff7232ae7
1 changed files with 6 additions and 2 deletions
|
@ -7343,7 +7343,7 @@ (define-public ghc-graphviz
|
|||
(define-public ghc-constraints
|
||||
(package
|
||||
(name "ghc-constraints")
|
||||
(version "0.8")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7352,11 +7352,15 @@ (define-public ghc-constraints
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"120mmv9rwbahslisc1z8zx9lw7v6hl5fzid4l0hiy5as6ijqgl2c"))))
|
||||
"1xy3vv78jxc17hm0z7qqspxjwv7l2jbcbj670yrl2f053qkfr02q"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-semigroups" ,ghc-semigroups)
|
||||
("ghc-transformers-compat" ,ghc-transformers-compat)))
|
||||
(native-inputs
|
||||
`(("ghc-hspec" ,ghc-hspec)
|
||||
("hspec-discover" ,hspec-discover)))
|
||||
(home-page "https://github.com/ekmett/constraints/")
|
||||
(synopsis "Constraint manipulation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue