guix-commits
[Top][All Lists]
Advanced

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

118/249: gnu: ghc-doctest: Update to 0.16.2.


From: guix-commits
Subject: 118/249: gnu: ghc-doctest: Update to 0.16.2.
Date: Thu, 31 Oct 2019 23:49:43 -0400 (EDT)

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

commit 0d152c59072c9497e4575c9f1c715a36914a8f39
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:29:18 2019 -0400

    gnu: ghc-doctest: Update to 0.16.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.2.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b56f776..35c8eba 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2706,7 +2706,7 @@ Writer monad), where list append quickly becomes too 
expensive.")
 (define-public ghc-doctest
   (package
     (name "ghc-doctest")
-    (version "0.16.0")
+    (version "0.16.2")
     (source
      (origin
        (method url-fetch)
@@ -2716,7 +2716,7 @@ Writer monad), where list append quickly becomes too 
expensive.")
              ".tar.gz"))
        (sha256
         (base32
-         "0hkccch65s3kp0b36h7bqhilnpi4bx8kngncm7ma9vbd3dwacjdv"))))
+         "0lk4cjfzi5bx2snfzw1zi06li0gvgz3ckfh2kwa98l7nxfdl39ag"))))
     (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]