mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add ghc-doctest-0.12.
* gnu/packages/haskell.scm (ghc-doctest-0.12): New variable.
This commit is contained in:
parent
3168796a3f
commit
41faaff11f
1 changed files with 18 additions and 0 deletions
|
@ -4537,6 +4537,24 @@ (define-public ghc-doctest
|
|||
@uref{http://docs.python.org/library/doctest.html, the Doctest website}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ghc-doctest-0.12
|
||||
(package (inherit ghc-doctest)
|
||||
(name "ghc-doctest")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://hackage.haskell.org/package/doctest/doctest-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13h549cpgcvb7c54c7wif28g5wak84dxc3ais0hlqhzk1q6la91a"))))
|
||||
(inputs
|
||||
`(("ghc-code-page" ,ghc-code-page)
|
||||
,@(package-inputs ghc-doctest)))))
|
||||
|
||||
(define-public ghc-lifted-base
|
||||
(package
|
||||
(name "ghc-lifted-base")
|
||||
|
|
Loading…
Reference in a new issue