gnu: ghc-base-orphans: Update to 0.7.

* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.7.
master
Timothy Sample 2018-08-28 23:46:25 -04:00 committed by Ricardo Wurmus
parent a98973651e
commit 19533b3216
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4428,7 +4428,7 @@ command line options in Haskell.")
(define-public ghc-base-orphans
(package
(name "ghc-base-orphans")
(version "0.6")
(version "0.7")
(source
(origin
(method url-fetch)
@ -4438,7 +4438,7 @@ command line options in Haskell.")
".tar.gz"))
(sha256
(base32
"03mdww5j0gwai7aqlx3m71ldmjcr99jzpkcclzjfclk6a6kjla67"))))
"057f9npnqk71ccfh95djfkpd54dzazphj06grwxa3fyhwcwxrb8a"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)