gnu: ghc-boxes: Update to 0.1.5.

* gnu/packages/haskell.scm (ghc-boxes): Update to 0.1.5.
This commit is contained in:
Timothy Sample 2018-08-28 22:41:35 -04:00 committed by Ricardo Wurmus
parent 57203a15cb
commit 50eff0d5ff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5226,14 +5226,14 @@ notation}.")
(define-public ghc-boxes
(package
(name "ghc-boxes")
(version "0.1.4")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/boxes/boxes-"
version ".tar.gz"))
(sha256
(base32 "1n7xiplzd3s1a39nizwjcgsh3wi2348mp21c3fk19v98ialfjgjf"))))
(base32 "1hsnmw95i58d4bkpxby3ddsj1cawypw4mdyb18m393s5i8p7iq9q"))))
(build-system haskell-build-system)
(inputs
`(("ghc-split" ,ghc-split)