[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/153: gnu: Add ghc-simple-reflect.
From: |
Paul |
Subject: |
111/153: gnu: Add ghc-simple-reflect. |
Date: |
Wed, 21 Oct 2015 16:07:46 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 3dc2ae4ae36717347e700490dbbe84c45863ba3e
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:49:54 2015 +0200
gnu: Add ghc-simple-reflect.
* gnu/packages/haskell.scm (ghc-simple-reflect): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7074fbd..aa038e4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -386,6 +386,33 @@ package.")
package.")
(license bsd-3)))
+(define-public ghc-simple-reflect
+ (package
+ (name "ghc-simple-reflect")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/simple-reflect/simple-reflect-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1dpcf6w3cf1sfl9bnlsx04x7aghw029glj5d05qzrsnms2rlw8iq"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://twanvl.nl/blog/haskell/simple-reflection-of-expressions")
+ (synopsis
+ "Simple reflection of expressions containing variables")
+ (description
+ "This package allows simple reflection of expressions containing
+variables. Reflection here means that a Haskell expression is turned into a
+string. The primary aim of this package is teaching and understanding; there
+are no options for manipulating the reflected expressions beyond showing
+them.")
+ (license bsd-3)))
+
(define-public ghc-reflection
(package
(name "ghc-reflection")
- 46/153: gnu: Add ghc-uniplate., (continued)
- 46/153: gnu: Add ghc-uniplate., Paul, 2015/10/21
- 56/153: gnu: Add ghc-base-compat., Paul, 2015/10/21
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/21
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/21
- 105/153: gnu: Add ghc-semigroupoids., Paul, 2015/10/21
- 106/153: gnu: Add ghc-reducers., Paul, 2015/10/21
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/21
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/21
- 114/153: gnu: Add ghc-happy., Paul, 2015/10/21
- 94/153: gnu: Add ghc-attoparsec., Paul, 2015/10/21
- 111/153: gnu: Add ghc-simple-reflect.,
Paul <=
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 125/153: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/21
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 127/153: gnu: Add ghc-lens., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai., Paul, 2015/10/21
- 133/153: gnu: Add ghc-haddock., Paul, 2015/10/21
- 129/153: gnu: Add ghc-trifecta., Paul, 2015/10/21
- 130/153: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/21
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21
- 119/153: gnu: Add ghc-xss-sanitize., Paul, 2015/10/21