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.
This commit is contained in:
parent
64a6954b7e
commit
a559c26cf4
|
@ -669,7 +669,8 @@ the ‘haddock’ package.")
|
||||||
(define-public ghc-haddock-api
|
(define-public ghc-haddock-api
|
||||||
(package
|
(package
|
||||||
(name "ghc-haddock-api")
|
(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
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -679,11 +680,15 @@ the ‘haddock’ package.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1spd5axg1pdjv4dkdb5gcwjsc8gg37qi4mr2k2db6ayywdkis1p2"))))
|
"00fn6pzgg8xjbaw12d76jdqh2dbc5xy7miyz0x6kidvvar7i35ss"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-paths" ,ghc-paths)
|
`(("ghc-paths" ,ghc-paths)
|
||||||
("ghc-haddock-library" ,ghc-haddock-library)))
|
("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/")
|
(home-page "http://www.haskell.org/haddock/")
|
||||||
(synopsis "API for documentation-generation tool Haddock")
|
(synopsis "API for documentation-generation tool Haddock")
|
||||||
(description "This package provides an API to Haddock, the
|
(description "This package provides an API to Haddock, the
|
||||||
|
|
Loading…
Reference in New Issue