[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/49: gnu: Add ghc-th-lift.
From: |
Ricardo Wurmus |
Subject: |
13/49: gnu: Add ghc-th-lift. |
Date: |
Thu, 10 Dec 2015 13:36:41 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 1777e1f2cb37dffe2c99b87074beed49fb36cbf7
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 26 17:08:12 2015 +0100
gnu: Add ghc-th-lift.
* gnu/packages/haskell.scm (ghc-th-lift): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f84a089..e49b0c5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5214,6 +5214,27 @@ asynchronous exceptions.")
"This deprecated library provides an implementation of packed strings.")
(license bsd-3)))
+(define-public ghc-th-lift
+ (package
+ (name "ghc-th-lift")
+ (version "0.7.5")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "th-lift/th-lift-" version ".tar.gz"))
+ (sha256
+ (base32
+ "13xdkk1chdghf059sfx8d3d8r0mj1dbzdi5kf2zf0mjmz3qq7m7k"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-packedstring" ,ghc-packedstring)))
+ (home-page "http://github.com/mboes/th-lift")
+ (synopsis "Derive Template Haskell's Lift class for datatypes")
+ (description
+ "This is a Haskell library to derive Template Haskell's Lift class for
+datatypes.")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- branch master updated (2e74b9f -> e815c09), Ricardo Wurmus, 2015/12/10
- 01/49: gnu: ghc-haskell-src-exts: Propagate some inputs., Ricardo Wurmus, 2015/12/10
- 02/49: gnu: ghc-aeson: Propagate input., Ricardo Wurmus, 2015/12/10
- 05/49: gnu: Add ghc-texmath., Ricardo Wurmus, 2015/12/10
- 07/49: gnu: Add ghc-diff., Ricardo Wurmus, 2015/12/10
- 10/49: gnu: Add ghc-executable-path., Ricardo Wurmus, 2015/12/10
- 12/49: gnu: Add ghc-packedstring., Ricardo Wurmus, 2015/12/10
- 04/49: gnu: Add ghc-pandoc-types., Ricardo Wurmus, 2015/12/10
- 13/49: gnu: Add ghc-th-lift.,
Ricardo Wurmus <=
- 03/49: gnu: Add ghc-deepseq-generics., Ricardo Wurmus, 2015/12/10
- 14/49: gnu: Add ghc-th-expand-syns., Ricardo Wurmus, 2015/12/10
- 08/49: gnu: Add ghc-highlighting-kate., Ricardo Wurmus, 2015/12/10
- 09/49: gnu: Add ghc-cmark., Ricardo Wurmus, 2015/12/10
- 15/49: gnu: Add ghc-th-reify-many., Ricardo Wurmus, 2015/12/10
- 06/49: gnu: Add ghc-regex-pcre-builtin., Ricardo Wurmus, 2015/12/10
- 21/49: gnu: Add ghc-logging-facade., Ricardo Wurmus, 2015/12/10
- 16/49: gnu: Add ghc-th-orphans., Ricardo Wurmus, 2015/12/10
- 18/49: gnu: Add ghc-aeson-qq., Ricardo Wurmus, 2015/12/10
- 20/49: gnu: Add ghc-conduit., Ricardo Wurmus, 2015/12/10