guix-commits
[Top][All Lists]
Advanced

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

152/177: gnu: ghc-mockery: Update to 0.3.3.


From: Ricardo Wurmus
Subject: 152/177: gnu: ghc-mockery: Update to 0.3.3.
Date: Tue, 13 Feb 2018 07:38:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1e521705bf2e8d467bf88a69eefb51c643439225
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 11:32:53 2018 +0100

    gnu: ghc-mockery: Update to 0.3.3.
    
    * gnu/packages/haskell.scm (ghc-mockery): Update to 0.3.3.
    [inputs]: Add ghc-base-compat.
---
 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 278316c..a376b10 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5408,18 +5408,19 @@ back-ends.")
 (define-public ghc-mockery
   (package
     (name "ghc-mockery")
-    (version "0.3.2")
+    (version "0.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "mockery/mockery-" version ".tar.gz"))
               (sha256
                (base32
-                "0m0lp2z63sgkylz5318j53r5hnrkp705qh7nqbb149ir4gy7g1bg"))))
+                "1m7sq2vclgir3qbpngzl3g87ks4034blwwf7p3h02c0jlcwpl5b1"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-temporary" ,ghc-temporary)
-       ("ghc-logging-facade" ,ghc-logging-facade)))
+       ("ghc-logging-facade" ,ghc-logging-facade)
+       ("ghc-base-compat" ,ghc-base-compat)))
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)
        ("hspec-discover" ,hspec-discover)))



reply via email to

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