guix-commits
[Top][All Lists]
Advanced

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

136/257: gnu: ghc-constraints: Update to 0.10.1.


From: Ricardo Wurmus
Subject: 136/257: gnu: ghc-constraints: Update to 0.10.1.
Date: Thu, 27 Sep 2018 15:47:15 -0400 (EDT)

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

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

    gnu: ghc-constraints: Update to 0.10.1.
    
    * gnu/packages/haskell.scm (ghc-constraints): Update to 0.10.1.
    [inputs]: Add ghc-semigroups.
    [native-inputs]: Add ghc-hspec and ghc-hspec-discover.
---
 gnu/packages/haskell.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0b59d3c..9bb81cd 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7343,7 +7343,7 @@ and edge labels with positional information, etc.
 (define-public ghc-constraints
   (package
     (name "ghc-constraints")
-    (version "0.8")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
@@ -7352,11 +7352,15 @@ and edge labels with positional information, etc.
              version ".tar.gz"))
        (sha256
         (base32
-         "120mmv9rwbahslisc1z8zx9lw7v6hl5fzid4l0hiy5as6ijqgl2c"))))
+         "1xy3vv78jxc17hm0z7qqspxjwv7l2jbcbj670yrl2f053qkfr02q"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hashable" ,ghc-hashable)
+       ("ghc-semigroups" ,ghc-semigroups)
        ("ghc-transformers-compat" ,ghc-transformers-compat)))
+    (native-inputs
+     `(("ghc-hspec" ,ghc-hspec)
+       ("hspec-discover" ,hspec-discover)))
     (home-page "https://github.com/ekmett/constraints/";)
     (synopsis "Constraint manipulation")
     (description



reply via email to

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