[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/49: gnu: Add ghc-deepseq-generics.
From: |
Ricardo Wurmus |
Subject: |
03/49: gnu: Add ghc-deepseq-generics. |
Date: |
Thu, 10 Dec 2015 13:36:37 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 4cbd9f5993a71eb5586697ed5128f01e7580adf7
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 26 17:03:55 2015 +0100
gnu: Add ghc-deepseq-generics.
* gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7731e24..5ebc1f1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4941,6 +4941,39 @@ communication between web applications and web servers.")
functionality.")
(license expat)))
+(define-public ghc-deepseq-generics
+ (package
+ (name "ghc-deepseq-generics")
+ (version "0.1.1.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "deepseq-generics/deepseq-generics-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "01pvigx8n9p8hwbzp2qiq6kzf7cxiam843jz2sjgliacmmp1v7l3"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'relax-ghc-prim-dependency
+ (lambda _
+ (substitute* "deepseq-generics.cabal"
+ (("< 0.4") "< 0.5"))
+ #t)))))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
+ (home-page "https://github.com/hvr/deepseq-generics")
+ (synopsis "Generic RNF implementation")
+ (description
+ "This package provides a @code{GHC.Generics}-based
address@hidden function which can be used for
+providing an 'rnf' implementation.")
+ (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, 2015/12/10
- 03/49: gnu: Add ghc-deepseq-generics.,
Ricardo Wurmus <=
- 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
- 22/49: gnu: Add ghc-mockery., Ricardo Wurmus, 2015/12/10