[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/154: gnu: Add ghc-reflection.
From: |
Paul |
Subject: |
108/154: gnu: Add ghc-reflection. |
Date: |
Thu, 22 Oct 2015 16:15:51 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit c7f889120504880c49b89600665febfc0490a02a
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:45:12 2015 +0200
gnu: Add ghc-reflection.
* gnu/packages/haskell.scm (ghc-reflection): New variable.
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a83f1db..6f76b6c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -364,6 +364,31 @@ package.")
package.")
(license bsd-3)))
+(define-public ghc-reflection
+ (package
+ (name "ghc-reflection")
+ (version "2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/reflection/reflection-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "10w3m6v3g6am203wbrikdbp57x9vw6b4jsh7bxdzsss4nmpm81zg"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-tagged" ,ghc-tagged)))
+ (home-page "http://github.com/ekmett/reflection")
+ (synopsis "Reify arbitrary terms into types that can be reflected back
+into terms")
+ (description "This package addresses the 'configuration problem' which is
+propogating configurations that are available at run-time, allowing multiple
+configurations to coexist without resorting to mutable global variables or
address@hidden")
+ (license bsd-3)))
+
(define-public ghc-old-locale
(package
(name "ghc-old-locale")
- 101/154: gnu: Add ghc-comonad., (continued)
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/22
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 105/154: gnu: Add ghc-profunctors., Paul, 2015/10/22
- 104/154: gnu: Add ghc-extra., Paul, 2015/10/22
- 113/154: gnu: Add cpphs., Paul, 2015/10/22
- 115/154: gnu: Add ghc-happy., Paul, 2015/10/22
- 98/154: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/22
- 107/154: gnu: Add ghc-reducers., Paul, 2015/10/22
- 108/154: gnu: Add ghc-reflection.,
Paul <=
- 111/154: gnu: Add ghc-adjunctions., Paul, 2015/10/22
- 118/154: gnu: Add ghc-resourcet., Paul, 2015/10/22
- 119/154: gnu: Add ghc-streaming-commons., Paul, 2015/10/22
- 110/154: gnu: Add ghc-free., Paul, 2015/10/22
- 109/154: gnu: Add ghc-prelude-extras., Paul, 2015/10/22
- 114/154: gnu: Add ghc-cmdargs., Paul, 2015/10/22
- 112/154: gnu: Add ghc-simple-reflect., Paul, 2015/10/22
- 116/154: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/22
- 122/154: gnu: Add ghc-cookie., Paul, 2015/10/22
- 117/154: gnu: Add hlint., Paul, 2015/10/22