guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

204/328: gnu: ghc-cheapskate: Update to 0.1.1.1.


From: guix-commits
Subject: 204/328: gnu: ghc-cheapskate: Update to 0.1.1.1.
Date: Sat, 16 Nov 2019 19:33:08 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 040ba2795a7d966d5188eff4095056e3013d369c
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:17:44 2019 -0400

    gnu: ghc-cheapskate: Update to 0.1.1.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-cheapskate): Update to 0.1.1.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 789ae84..46ed0f9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]