[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/154: gnu: Add ghc-polyparse.
From: |
Paul |
Subject: |
103/154: gnu: Add ghc-polyparse. |
Date: |
Fri, 23 Oct 2015 07:14:39 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 47038762bac1b2f0144b49636d9eb0263aec8d12
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:37:28 2015 +0200
gnu: Add ghc-polyparse.
* gnu/packages/haskell.scm (ghc-polyparse): New variable.
---
gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8c70c7d..dd525bc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1321,6 +1321,36 @@ with CSS and mouseover annotations, XHTML 1.0 with
inline CSS styling, LaTeX,
and mIRC chat codes.")
(license bsd-3)))
+(define-public ghc-polyparse
+ (package
+ (name "ghc-polyparse")
+ (version "1.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/polyparse/polyparse-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1z417f80b0jm4dgv25fk408p3d9mmcd1dlbya3ry0zdx4md09vrh"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-text" ,ghc-text)))
+ (home-page
+ "http://code.haskell.org/~malcolm/polyparse/")
+ (synopsis
+ "Alternative parser combinator libraries")
+ (description
+ "This package provides a variety of alternative parser combinator
+libraries, including the original HuttonMeijer set. The Poly sets have
+features like good error reporting, arbitrary token type, running state, lazy
+parsing, and so on. Finally, Text.Parse is a proposed replacement for the
+standard Read class, for better deserialisation of Haskell values from
+Strings.")
+ (license lgpl2.1)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 93/154: gnu: Add ghc-tasty-ant-xml., (continued)
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/23
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/23
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/23
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/23
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/23
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/23
- 100/154: gnu: Add ghc-distributive., Paul, 2015/10/23
- 98/154: gnu: Add ghc-zip-archive., Paul, 2015/10/23
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/23
- 102/154: gnu: Add HScolour., Paul, 2015/10/23
- 103/154: gnu: Add ghc-polyparse.,
Paul <=
- 104/154: gnu: Add ghc-extra., Paul, 2015/10/23
- 106/154: gnu: Add ghc-semigroupoids., Paul, 2015/10/23
- 105/154: gnu: Add ghc-profunctors., Paul, 2015/10/23
- 107/154: gnu: Add ghc-reducers., Paul, 2015/10/23
- 109/154: gnu: Add ghc-prelude-extras., Paul, 2015/10/23
- 108/154: gnu: Add ghc-reflection., Paul, 2015/10/23
- 110/154: gnu: Add ghc-free., Paul, 2015/10/23
- 112/154: gnu: Add ghc-simple-reflect., Paul, 2015/10/23
- 111/154: gnu: Add ghc-adjunctions., Paul, 2015/10/23
- 114/154: gnu: Add ghc-cmdargs., Paul, 2015/10/23