guix-commits
[Top][All Lists]
Advanced

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

143/272: gnu: ghc-doctest: Update to 0.16.0.


From: Ricardo Wurmus
Subject: 143/272: gnu: ghc-doctest: Update to 0.16.0.
Date: Mon, 1 Oct 2018 06:13:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f9a97fb553fc26f2ea443f7e425b39fea51e47cd
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:00:43 2018 -0400

    gnu: ghc-doctest: Update to 0.16.0.
    
    * gnu/packages/haskell.scm (ghc-doctest): Update to 0.16.0.
    [inputs]: Add ghc-code-page.
---
 gnu/packages/haskell.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7b18789..75ba7f7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5115,7 +5115,7 @@ monad transformer (instead of the IO monad).")
 (define-public ghc-doctest
   (package
     (name "ghc-doctest")
-    (version "0.11.0")
+    (version "0.16.0")
     (source
      (origin
        (method url-fetch)
@@ -5125,13 +5125,14 @@ monad transformer (instead of the IO monad).")
              ".tar.gz"))
        (sha256
         (base32
-         "0xv4vx1r3mk7cmiwywzrq25545cx3i7imhcx33mk47r88j5c49fj"))))
+         "0hkccch65s3kp0b36h7bqhilnpi4bx8kngncm7ma9vbd3dwacjdv"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))          ; FIXME: missing test framework
     (inputs
      `(("ghc-syb" ,ghc-syb)
        ("ghc-paths" ,ghc-paths)
        ("ghc-base-compat" ,ghc-base-compat)
+       ("ghc-code-page" ,ghc-code-page)
        ("ghc-hunit" ,ghc-hunit)
        ("ghc-hspec" ,ghc-hspec)
        ("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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