guix-commits
[Top][All Lists]
Advanced

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

74/177: gnu: ghc-doctest: Update to 0.11.0.


From: Ricardo Wurmus
Subject: 74/177: gnu: ghc-doctest: Update to 0.11.0.
Date: Tue, 13 Feb 2018 07:38:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f212b62826a3f5628b95ee7f026f80a4d4a9dfc7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:50:10 2018 +0100

    gnu: ghc-doctest: Update to 0.11.0.
    
    * gnu/packages/haskell.scm (ghc-doctest): Update to 0.11.0.
---
 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 c65f9be..ceea101 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4478,7 +4478,7 @@ monad transformer (instead of the IO monad).")
 (define-public ghc-doctest
   (package
     (name "ghc-doctest")
-    (version "0.10.1")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
@@ -4488,7 +4488,7 @@ monad transformer (instead of the IO monad).")
              ".tar.gz"))
        (sha256
         (base32
-         "1jbyhzbi2hfrfg7vbkpj6vriaap8cn99nnmzwcfscwaijz09jyrm"))))
+         "0xv4vx1r3mk7cmiwywzrq25545cx3i7imhcx33mk47r88j5c49fj"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))          ; FIXME: missing test framework
     (inputs



reply via email to

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