gnu: ghc-cheapskate: Update to 0.1.1.1.

* gnu/packages/haskell-xyz.scm (ghc-cheapskate): Update to 0.1.1.1.
This commit is contained in:
Timothy Sample 2019-10-31 13:17:44 -04:00
parent b40a436e6a
commit 5e18bb9e93
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1539,7 +1539,7 @@ (define-public ghc-chasingbottoms
(define-public ghc-cheapskate
(package
(name "ghc-cheapskate")
(version "0.1.1")
(version "0.1.1.1")
(source
(origin
(method url-fetch)
@ -1549,7 +1549,7 @@ (define-public ghc-cheapskate
".tar.gz"))
(sha256
(base32
"1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
"0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm"))))
(build-system haskell-build-system)
(inputs
`(("ghc-blaze-html" ,ghc-blaze-html)