diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:17:44 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:31 -0500 |
commit | 5e18bb9e93589e2bdbbc30d63176767b772954c6 (patch) | |
tree | e73b478054dcbe85971bbd761f4b2a6b4df2c07e /gnu | |
parent | b40a436e6a6b645b88964afd2cac1fba05e1eef1 (diff) | |
download | patches-5e18bb9e93589e2bdbbc30d63176767b772954c6.tar patches-5e18bb9e93589e2bdbbc30d63176767b772954c6.tar.gz |
gnu: ghc-cheapskate: Update to 0.1.1.1.
* gnu/packages/haskell-xyz.scm (ghc-cheapskate): Update to 0.1.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 789ae840cd..46ed0f9f48 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -1539,7 +1539,7 @@ Partial and Infinite Values\"}.") (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 @@ Partial and Infinite Values\"}.") ".tar.gz")) (sha256 (base32 - "1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432")))) + "0qnyd8bni2rby6b02ff4bvfdhm1hwc8vzpmnms84jgrlg1lly3fm")))) (build-system haskell-build-system) (inputs `(("ghc-blaze-html" ,ghc-blaze-html) |