[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/177: gnu: Add ghc-megaparsec.
From: |
Ricardo Wurmus |
Subject: |
177/177: gnu: Add ghc-megaparsec. |
Date: |
Tue, 13 Feb 2018 07:38:32 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ad5de226e769412131e8286e5d432377921f3ac0
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 13:36:57 2018 +0100
gnu: Add ghc-megaparsec.
* gnu/packages/haskell.scm (ghc-megaparsec): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b13e7a5..2fc0559 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3469,6 +3469,39 @@ is also parametric in the input stream type.")
combinators.")
(license license:bsd-3)))
+(define-public ghc-megaparsec
+ (package
+ (name "ghc-megaparsec")
+ (version "6.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "megaparsec/megaparsec-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0h9azhs0dfrc359vrbd1jljrg3yfdbwd4p62cxqkn7mnh8913jpd"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-case-insensitive" ,ghc-case-insensitive)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-parser-combinators" ,ghc-parser-combinators)
+ ("ghc-scientific" ,ghc-scientific)
+ ("ghc-text" ,ghc-text)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-hspec-expectations" ,ghc-hspec-expectations)
+ ("hspec-discover" ,hspec-discover)))
+ (home-page "https://github.com/mrkkrp/megaparsec")
+ (synopsis "Monadic parser combinators")
+ (description
+ "This is an industrial-strength monadic parser combinator library.
+Megaparsec is a feature-rich package that strikes a nice balance between
+speed, flexibility, and quality of parse errors.")
+ (license license:bsd-2)))
+
(define-public ghc-vector
(package
(name "ghc-vector")
- 107/177: gnu: ghc-tagged: Update to 0.8.5., (continued)
- 107/177: gnu: ghc-tagged: Update to 0.8.5., Ricardo Wurmus, 2018/02/13
- 112/177: gnu: ghc-mime-types: Update to 0.1.0.7., Ricardo Wurmus, 2018/02/13
- 126/177: gnu: ghc-fail: Disable haddock., Ricardo Wurmus, 2018/02/13
- 131/177: gnu: Add ghc-doctemplates., Ricardo Wurmus, 2018/02/13
- 139/177: gnu: ghc-kan-extensions: Update to 5.0.1., Ricardo Wurmus, 2018/02/13
- 136/177: gnu: ghc-blaze-markup: Update to 0.8.2.0., Ricardo Wurmus, 2018/02/13
- 135/177: gnu: Add ghc-skylighting., Ricardo Wurmus, 2018/02/13
- 159/177: gnu: ghc-hs-bibutils: Update to 6.2.0.1., Ricardo Wurmus, 2018/02/13
- 148/177: gnu: ghc-semigroupoids: Update to 5.1., Ricardo Wurmus, 2018/02/13
- 174/177: gnu: ghc-trifecta: Update to 1.7.1.1., Ricardo Wurmus, 2018/02/13
- 177/177: gnu: Add ghc-megaparsec.,
Ricardo Wurmus <=
- 176/177: gnu: Add ghc-parser-combinators., Ricardo Wurmus, 2018/02/13
- 166/177: gnu: darcs: Remove ghc-process from inputs., Ricardo Wurmus, 2018/02/13
- 150/177: gnu: ghc-th-reify-many: Update to 0.1.6., Ricardo Wurmus, 2018/02/13
- 114/177: gnu: ghc-aeson: Update to 1.2.4.0., Ricardo Wurmus, 2018/02/13
- 132/177: gnu: Add ghc-tasty-expected-failure., Ricardo Wurmus, 2018/02/13
- 138/177: gnu: ghc-aeson-pretty: Update to 0.8.5., Ricardo Wurmus, 2018/02/13
- 142/177: gnu: ghc-conduit-extra: Update to 1.1.13.3., Ricardo Wurmus, 2018/02/13
- 147/177: gnu: ghc-lens: Update to 4.15.4., Ricardo Wurmus, 2018/02/13
- 172/177: gnu: ghc-directory: Add note., Ricardo Wurmus, 2018/02/13
- 160/177: gnu: ghc-pandoc-citeproc: Update to 0.12.2.5., Ricardo Wurmus, 2018/02/13