[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances.
From: |
rsiddharth |
Subject: |
[bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances. |
Date: |
Wed, 21 Mar 2018 03:44:56 +0000 |
* gnu/packages/haskell.scm
(ghc-th-lift-instances): New variable.
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3b0745e1b..3432fb6d5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9212,4 +9212,29 @@ connections.")
from aeson.")
(license license:bsd-3)))
+(define-public ghc-th-lift-instances
+ (package
+ (name "ghc-th-lift-instances")
+ (version "0.1.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "th-lift-instances-" version "/"
+ "th-lift-instances-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1f56cp6ckcalld5jchv0kxpjkwcsixd7smd0g7r8cg67ppx6m90x"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-th-lift" ,ghc-th-lift)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-text" ,ghc-text)))
+ (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "https://github.com/bennofs/th-lift-instances")
+ (synopsis "Lift instances for template-haskell for common data types")
+ (description "Most data types in the Haskell platform do not have Lift
+instances. This package provides orphan instances for containers, text,
+bytestring and vector.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
--
2.16.2
- [bug#30892] [PATCH 10/37] gnu: Add ghc-crypto-cipher-tests., (continued)
- [bug#30892] [PATCH 10/37] gnu: Add ghc-crypto-cipher-tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 06/37] gnu: Add ghc-path-pieces., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 04/37] gnu: Add ghc-monad-logger., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 08/37] gnu: Add ghc-securemem., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 05/37] gnu: Add ghc-shakespeare., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 11/37] gnu: Add ghc-cipher-aes., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 07/37] gnu: Add ghc-skein., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 09/37] gnu: Add ghc-crypto-cipher-types., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 15/37] gnu: Add ghc-yesod-core., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 16/37] gnu: Add ghc-resource-pool., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances.,
rsiddharth <=
- [bug#30892] [PATCH 22/37] gnu: Add ghc-http-api-data., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 24/37] gnu: Add ghc-aeson-compat., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 20/37] gnu: Add ghc-uri-bytestring., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 27/37] gnu: Add ghc-microlens., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 31/37] gnu: ghc-math-functions: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 29/37] gnu: Add ghc-unliftio., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 17/37] gnu: Add ghc-attoparsec-iso8601., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 32/37] gnu: ghc-psqueues: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent., rsiddharth, 2018/03/20