gnu: ghc-split: Update to 0.2.3.3.

* gnu/packages/haskell.scm (ghc-split): Update to 0.2.3.3.
master
Timothy Sample 2018-08-28 22:36:52 -04:00 committed by Ricardo Wurmus
parent 17539a7ed1
commit 5285d61490
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3700,7 +3700,7 @@ colored output using the ansi-terminal package.")
(define-public ghc-split
(package
(name "ghc-split")
(version "0.2.3.1")
(version "0.2.3.3")
(outputs '("out" "doc"))
(source
(origin
@ -3711,7 +3711,7 @@ colored output using the ansi-terminal package.")
".tar.gz"))
(sha256
(base32
"12660m16c6sib3laaxn6w9s453pyx1b49myrmzfij372vq5bc5bn"))))
"04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))