guix-commits
[Top][All Lists]
Advanced

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

21/177: gnu: Add ghc-th-abstraction.


From: Ricardo Wurmus
Subject: 21/177: gnu: Add ghc-th-abstraction.
Date: Tue, 13 Feb 2018 07:38:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9dfc79b34c5f5a131e495aaf71c05dffe6e1b966
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 20:31:44 2018 +0100

    gnu: Add ghc-th-abstraction.
    
    * gnu/packages/haskell.scm (ghc-th-abstraction): 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 192a227..e0e6154 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4716,6 +4716,29 @@ asynchronous exceptions.")
      "This deprecated library provides an implementation of packed strings.")
     (license license:bsd-3)))
 
+(define-public ghc-th-abstraction
+  (package
+    (name "ghc-th-abstraction")
+    (version "0.2.6.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://hackage.haskell.org/package/";
+                           "th-abstraction/th-abstraction-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0g42h6wnj2awc5ryhbvx009wd8w75pn66bjzsq1z4s3xajd2hbp5"))))
+    (build-system haskell-build-system)
+    (home-page "https://github.com/glguy/th-abstraction";)
+    (synopsis "Nicer interface for reified information about data types")
+    (description
+     "This package normalizes variations in the interface for inspecting
+datatype information via Template Haskell so that packages and support a
+single, easier to use informational datatype while supporting many versions of
+Template Haskell.")
+    (license license:isc)))
+
 (define-public ghc-th-lift
   (package
     (name "ghc-th-lift")



reply via email to

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