guix-commits
[Top][All Lists]
Advanced

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

97/257: gnu: ghc-case-insensitive: Update to 1.2.0.11.


From: Ricardo Wurmus
Subject: 97/257: gnu: ghc-case-insensitive: Update to 1.2.0.11.
Date: Thu, 27 Sep 2018 15:47:07 -0400 (EDT)

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

commit 5f334a67d6a7c3cdca706c970ae33fec4caebb57
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:00:05 2018 -0400

    gnu: ghc-case-insensitive: Update to 1.2.0.11.
    
    * gnu/packages/haskell.scm (ghc-case-insensitive): Update to 1.2.0.11.
---
 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 3bd1757..c82fd2a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3434,7 +3434,7 @@ writing to stdout and other handles.")
 (define-public ghc-case-insensitive
   (package
     (name "ghc-case-insensitive")
-    (version "1.2.0.7")
+    (version "1.2.0.11")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3445,7 +3445,7 @@ writing to stdout and other handles.")
              ".tar.gz"))
        (sha256
         (base32
-         "1j6ahvrz1g5q89y2difyk838yhwjc8z67zr0v2z512qdznc3h38n"))))
+         "1qrpxfirsxckg7jv28f5ah2qc8lh95hp7rnqkbqs1ahcwlbnvkm7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hunit" ,ghc-hunit)))



reply via email to

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