guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: ghc-shelly: Update to 1.8.1.


From: Arun Isaac
Subject: 03/07: gnu: ghc-shelly: Update to 1.8.1.
Date: Thu, 23 Aug 2018 04:09:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit c4348ca72ccbc75ba025dc7587a21ac0051105b7
Author: Arun Isaac <address@hidden>
Date:   Thu Aug 23 12:46:59 2018 +0530

    gnu: ghc-shelly: Update to 1.8.1.
    
    * gnu/packages/haskell.scm (ghc-shelly): Update to 1.8.1.
    [inputs]: Add ghc-hspec-contrib.
---
 gnu/packages/haskell.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4ab501a..1764344 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7263,7 +7263,7 @@ which can't be decoded in the current locale encoding.")
 (define-public ghc-shelly
   (package
     (name "ghc-shelly")
-    (version "1.7.0.1")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -7272,7 +7272,7 @@ which can't be decoded in the current locale encoding.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0a4ngy8jqcscqhimgiyz7f9kqm23is7x7gyjxr0j6iq1dy57ahq3"))))
+         "023fbvbqs5gdwm30j5517gbdcc7fvz0md70dgwgpypkskj3i926y"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-mtl" ,ghc-mtl)
@@ -7288,7 +7288,8 @@ which can't be decoded in the current locale encoding.")
        ("ghc-async" ,ghc-async)
        ("ghc-transformers-base" ,ghc-transformers-base)
        ("ghc-hunit" ,ghc-hunit)
-       ("ghc-hspec" ,ghc-hspec)))
+       ("ghc-hspec" ,ghc-hspec)
+       ("ghc-hspec-contrib" ,ghc-hspec-contrib)))
     (home-page "https://github.com/yesodweb/Shelly.hs";)
     (synopsis "Shell-like (systems) programming in Haskell")
     (description



reply via email to

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