guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

216/257: gnu: Add ghc-rerebase.


From: Ricardo Wurmus
Subject: 216/257: gnu: Add ghc-rerebase.
Date: Thu, 27 Sep 2018 15:47:32 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 5a59a5f309b72bae9212ed11ee92435797e5c37a
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]