[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/49: gnu: Add ghc-haskell-src-meta.
From: |
Ricardo Wurmus |
Subject: |
17/49: gnu: Add ghc-haskell-src-meta. |
Date: |
Thu, 10 Dec 2015 13:36:43 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 3611fc7bffecc723c9d401fb5453c7f19e4be64e
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 26 17:09:52 2015 +0100
gnu: Add ghc-haskell-src-meta.
* gnu/packages/haskell.scm (ghc-haskell-src-meta): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 183033e..b3d533b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5311,6 +5311,30 @@ and @code{Eq} instances. These instances used to live
in the haskell-src-meta
package, and that's where the version number started.")
(license bsd-3)))
+(define-public ghc-haskell-src-meta
+ (package
+ (name "ghc-haskell-src-meta")
+ (version "0.6.0.12")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "haskell-src-meta/haskell-src-meta-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1mzbfrfvl6pj8068w3m6alzry1403ir1gmz3czg66n5z198l4dql"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
+ ("ghc-syb" ,ghc-syb)
+ ("ghc-th-orphans" ,ghc-th-orphans)))
+ (home-page "http://hackage.haskell.org/package/haskell-src-meta")
+ (synopsis "Parse source to template-haskell abstract syntax")
+ (description
+ "This package provides tools to parse Haskell sources to the
+template-haskell abstract syntax.")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 06/49: gnu: Add ghc-regex-pcre-builtin., (continued)
- 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
- 11/49: gnu: Add ghc-enclosed-exceptions., Ricardo Wurmus, 2015/12/10
- 19/49: gnu: Add ghc-hspec-contrib., Ricardo Wurmus, 2015/12/10
- 23/49: gnu: Add ghc-yaml., Ricardo Wurmus, 2015/12/10
- 24/49: gnu: Add ghc-filemanip., Ricardo Wurmus, 2015/12/10
- 17/49: gnu: Add ghc-haskell-src-meta.,
Ricardo Wurmus <=
- 25/49: gnu: Add ghc-mmap., Ricardo Wurmus, 2015/12/10
- 29/49: gnu: Add ghc-mime-types., Ricardo Wurmus, 2015/12/10
- 31/49: gnu: Add ghc-byteable., Ricardo Wurmus, 2015/12/10
- 32/49: gnu: Add ghc-hourglass., Ricardo Wurmus, 2015/12/10
- 27/49: gnu: Add ghc-sha., Ricardo Wurmus, 2015/12/10
- 36/49: gnu: Add ghc-asn1-parse., Ricardo Wurmus, 2015/12/10
- 34/49: gnu: Add ghc-asn1-types., Ricardo Wurmus, 2015/12/10
- 37/49: gnu: Add ghc-tasty-kat., Ricardo Wurmus, 2015/12/10
- 35/49: gnu: Add ghc-asn1-encoding., Ricardo Wurmus, 2015/12/10
- 26/49: gnu: Add ghc-juicypixels., Ricardo Wurmus, 2015/12/10