guix-commits
[Top][All Lists]
Advanced

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

34/177: gnu: ghc-haddock-api: Update to 2.17.3.


From: Ricardo Wurmus
Subject: 34/177: gnu: ghc-haddock-api: Update to 2.17.3.
Date: Tue, 13 Feb 2018 07:38:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a559c26cf495fc444f68517029130303aa50a5f1
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 20:52:10 2018 +0100

    gnu: ghc-haddock-api: Update to 2.17.3.
    
    * gnu/packages/haskell.scm (ghc-haddock-api): Update to 2.17.3.
    [native-inputs]: Add ghc-quickcheck, ghc-hspec, and hspec-discover.
---
 gnu/packages/haskell.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0b59b0a..0ce210c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -669,7 +669,8 @@ the ‘haddock’ package.")
 (define-public ghc-haddock-api
   (package
     (name "ghc-haddock-api")
-    (version "2.16.1")
+    ;; This is the last version to be supported by Cabal < 2.0
+    (version "2.17.4")
     (source
      (origin
        (method url-fetch)
@@ -679,11 +680,15 @@ the ‘haddock’ package.")
              ".tar.gz"))
        (sha256
         (base32
-         "1spd5axg1pdjv4dkdb5gcwjsc8gg37qi4mr2k2db6ayywdkis1p2"))))
+         "00fn6pzgg8xjbaw12d76jdqh2dbc5xy7miyz0x6kidvvar7i35ss"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-paths" ,ghc-paths)
        ("ghc-haddock-library" ,ghc-haddock-library)))
+    (native-inputs
+     `(("ghc-quickcheck" ,ghc-quickcheck)
+       ("ghc-hspec" ,ghc-hspec)
+       ("hspec-discover" ,hspec-discover)))
     (home-page "http://www.haskell.org/haddock/";)
     (synopsis "API for documentation-generation tool Haddock")
     (description "This package provides an API to Haddock, the



reply via email to

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