me
/
guix
Archived
1
0
Fork 0

gnu: Add ghc-repline-0.3.

* gnu/packages/haskell-xyz.scm (ghc-repline-0.3): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
John Soo 2020-04-10 21:20:34 -07:00 committed by Leo Famulari
parent dd26713e16
commit 6c0858dda2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 18 additions and 0 deletions

View File

@ -10295,6 +10295,24 @@ inspired by libtre.")
normal mtl transformers.")
(license license:expat)))
(define-public ghc-repline-0.3
(package
(inherit ghc-repline)
(version "0.3.0.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://hackage/package/repline/repline-"
version
".tar.gz"))
(sha256
(base32
"0niihfyggg2qisadg7w49cr5k5qyyynia93iip0ng2bbmzwi88g8"))))
(inputs
`(("ghc-exceptions" ,ghc-exceptions)
("ghc-haskeline" ,ghc-haskeline-0.8)))))
(define-public ghc-rerebase
(package
(name "ghc-rerebase")