[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
216/272: gnu: Add ghc-rerebase.
From: |
Ricardo Wurmus |
Subject: |
216/272: gnu: Add ghc-rerebase. |
Date: |
Mon, 1 Oct 2018 06:13:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9516ef4f934e21fb059cff55d3e5047245178430
Author: Timothy Sample <address@hidden>
Date: Fri Aug 31 23:04:23 2018 -0400
gnu: Add ghc-rerebase.
* gnu/packages/haskell.scm (ghc-rerebase): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0bd4c9d..3423164 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9338,6 +9338,29 @@ The package is intended to rapidly evolve with the
contribution from
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")
- 267/272: gnu: ghc-xmonad-contrib: Fix build., (continued)
- 267/272: gnu: ghc-xmonad-contrib: Fix build., Ricardo Wurmus, 2018/10/01
- 255/272: gnu: Remove address@hidden, Ricardo Wurmus, 2018/10/01
- 68/272: gnu: ghc-hs-bibutils: Update to 6.6.0.0., Ricardo Wurmus, 2018/10/01
- 91/272: gnu: ghc-edit-distance: Replace "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 190/272: gnu: ghc-doctemplates: Update to 0.2.2.1., Ricardo Wurmus, 2018/10/01
- 203/272: gnu: Add ghc-invariant., Ricardo Wurmus, 2018/10/01
- 200/272: gnu: raincat: Update to 1.2., Ricardo Wurmus, 2018/10/01
- 196/272: gnu: ghc-semigroupoids: Update to 5.2.2., Ricardo Wurmus, 2018/10/01
- 220/272: gnu: ghc-wai-conduit: Update to 3.0.0.4., Ricardo Wurmus, 2018/10/01
- 210/272: gnu: ghc-tasty-rerun: Update to 1.1.12., Ricardo Wurmus, 2018/10/01
- 216/272: gnu: Add ghc-rerebase.,
Ricardo Wurmus <=
- 227/272: ghc: Add ghc-ed25519., Ricardo Wurmus, 2018/10/01
- 232/272: gnu: ghc-lens: Update to 4.16.1., Ricardo Wurmus, 2018/10/01
- 261/272: gnu: Add ghc-sdl2-mixer., Ricardo Wurmus, 2018/10/01
- 253/272: gnu: ghc-pandoc-citeproc: Update to 0.14.3.1., Ricardo Wurmus, 2018/10/01
- 272/272: gnu: ghc-statistics: Fix build., Ricardo Wurmus, 2018/10/01
- 263/272: gnu: raincat: Update to 1.2.1., Ricardo Wurmus, 2018/10/01
- 264/272: gnu: git-annex: Update to 6.20180926., Ricardo Wurmus, 2018/10/01
- 130/272: gnu: ghc-extra: Update to 1.6.9., Ricardo Wurmus, 2018/10/01
- 142/272: gnu: ghc-unliftio: Update to 0.2.7.0., Ricardo Wurmus, 2018/10/01
- 148/272: gnu: ghc-th-orphans: Update to 0.13.6., Ricardo Wurmus, 2018/10/01