guix-commits
[Top][All Lists]
Advanced

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

95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7.


From: Ricardo Wurmus
Subject: 95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7.
Date: Tue, 13 Feb 2018 07:38:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fc9dd5580282db86cd01a38d20fac3b0d21621c0
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 23:54:07 2018 +0100

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 02c814a..971a0c7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3071,7 +3071,7 @@ writing to stdout and other handles.")
 (define-public ghc-case-insensitive
   (package
     (name "ghc-case-insensitive")
-    (version "1.2.0.4")
+    (version "1.2.0.7")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3082,7 +3082,7 @@ writing to stdout and other handles.")
              ".tar.gz"))
        (sha256
         (base32
-         "07nm40r9yw2p9qsfp3pjbsmyn4dabrxw34p48171zmccdd5hv0v3"))))
+         "1j6ahvrz1g5q89y2difyk838yhwjc8z67zr0v2z512qdznc3h38n"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hunit" ,ghc-hunit)))



reply via email to

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