mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add ghc-rerebase.
* gnu/packages/haskell.scm (ghc-rerebase): New variable.
This commit is contained in:
parent
53812aa77f
commit
9516ef4f93
1 changed files with 23 additions and 0 deletions
|
@ -9338,6 +9338,29 @@ (define-public ghc-rebase
|
|||
the community, with the missing features being added with pull-requests.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ghc-rerebase
|
||||
(package
|
||||
(name "ghc-rerebase")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://hackage.haskell.org/package/rerebase/rerebase-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11v6rmz7ql2rdx6mhb3lsal952lwihclfhh0m7fcnii5br0906ks"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-rebase" ,ghc-rebase)))
|
||||
(home-page "https://github.com/nikita-volkov/rerebase")
|
||||
(synopsis "Reexports from ``base'' with many other standard libraries")
|
||||
(description "A rich drop-in replacement for ``base''. For details and
|
||||
documentation please visit @uref{https://github.com/nikita-volkov/rerebase,
|
||||
the project's home page}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ghc-vector-builder
|
||||
(package
|
||||
(name "ghc-vector-builder")
|
||||
|
|
Loading…
Reference in a new issue