mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ghc-binary: Update to 0.8.5.1.
* gnu/packages/haskell.scm (ghc-binary): Update to 0.8.5.1. [arguments]: Allow building with newer QuickCheck. [inputs]: Move all from here... [native-inputs]: ...to here.
This commit is contained in:
parent
307a0dcea3
commit
bffa4663c1
1 changed files with 5 additions and 3 deletions
|
@ -5936,7 +5936,7 @@ (define-public ghc-base16-bytestring
|
|||
(define-public ghc-binary
|
||||
(package
|
||||
(name "ghc-binary")
|
||||
(version "0.8.4.1")
|
||||
(version "0.8.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5945,9 +5945,11 @@ (define-public ghc-binary
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fp7wxnf57cjzhbb7rgqs6fgws4690zh0dxgl924dj4nzq0cf4wd"))))
|
||||
"15h5zqfw7xmcimvlq6bs8f20vxlfvz7g411fns5z7212crlimffy"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||
(native-inputs
|
||||
`(("ghc-random" ,ghc-random)
|
||||
("ghc-test-framework" ,ghc-test-framework)
|
||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
||||
|
|
Loading…
Reference in a new issue