me
/
guix
Archived
1
0
Fork 0

gnu: ghc-distributive: Update to 0.6.1.

* gnu/packages/haskell-xyz.scm (ghc-distributive): Update to 0.6.1.
[arguments]: Remove '#:cabal-revision'.
master
Timothy Sample 2019-10-31 10:30:41 -04:00
parent e4ede35b9c
commit e4c92f2825
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 5 deletions

View File

@ -2652,7 +2652,7 @@ disk space usage.")
(define-public ghc-distributive
(package
(name "ghc-distributive")
(version "0.5.3")
(version "0.6.1")
(source
(origin
(method url-fetch)
@ -2662,11 +2662,8 @@ disk space usage.")
".tar.gz"))
(sha256
(base32
"0y566r97sfyvhsmd4yxiz4ns2mqgwf5bdbp56wgxl6wlkidq0wwi"))))
"1wnayzzb4vk8rhh9gzhdpd9f64366k4vmbhximavmqqmp3cv2jbp"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("6" "06bd38rf31yrvvy989r44pm0id3dsxwcp6nxg7wk6ccj3n2b8rzk")))
(inputs
`(("ghc-tagged" ,ghc-tagged)
("ghc-base-orphans" ,ghc-base-orphans)