[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/151: gnu: Add ghc-trifecta.
From: |
Paul |
Subject: |
129/151: gnu: Add ghc-trifecta. |
Date: |
Tue, 20 Oct 2015 15:31:36 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 4eb076b7c6136264a33be3caed251804dd9f2b7a
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 17:11:24 2015 +0200
gnu: Add ghc-trifecta.
* gnu/packages/haskell.scm (ghc-trifecta): New variable.
---
gnu/packages/haskell.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ef61559..e814f24 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1518,6 +1518,50 @@ access to a large number of canned definitions.
Instances exist for the
parsers provided by parsec, attoparsec and base's Text.Read.")
(license bsd-3)))
+(define-public ghc-trifecta
+ (package
+ (name "ghc-trifecta")
+ (version "1.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/trifecta/trifecta-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0fjhnsbafl3yw34pyhcsvrqy6a2mnhyqys6gna3rrlygs8ck7hpb"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
+ ; -package ansi-terminal-0.6.2.3"
+ (propagated-inputs
+ `(("ghc-charset" ,ghc-charset)
+ ("ghc-comonad" ,ghc-comonad)
+ ("ghc-lens" ,ghc-lens)
+ ("ghc-profunctors" ,ghc-profunctors)
+ ("ghc-reducers" ,ghc-reducers)
+ ("ghc-semigroups" ,ghc-semigroups)))
+ (inputs
+ `(("ghc-ansi-wl-pprint" ,ghc-ansi-wl-pprint)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-blaze-markup" ,ghc-blaze-markup)
+ ("ghc-fingertree" ,ghc-fingertree)
+ ("ghc-hashable" ,ghc-hashable)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-parsers" ,ghc-parsers)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-utf8-string" ,ghc-utf8-string)
+ ("ghc-doctest" ,ghc-doctest)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "http://github.com/ekmett/trifecta/")
+ (synopsis "Parser combinator library with convenient diagnostics")
+ (description "Trifecta is a modern parser combinator library for Haskell,
+with slicing and Clang-style colored diagnostics.")
+ (license bsd-3)))
+
(define-public ghc-attoparsec
(package
(name "ghc-attoparsec")
- 135/151: gnu: Add ghc-multipart., (continued)
- 135/151: gnu: Add ghc-multipart., Paul, 2015/10/20
- 131/151: gnu: Add ghc-haddock-library., Paul, 2015/10/20
- 132/151: gnu: Add ghc-haddock-api., Paul, 2015/10/20
- 134/151: gnu: Add ghc-alex., Paul, 2015/10/20
- 141/151: gnu: Add ghc-regex-compat., Paul, 2015/10/20
- 145/151: gnu: Add ghc-objectname., Paul, 2015/10/20
- 139/151: gnu: Add ghc-xhtml., Paul, 2015/10/20
- 142/151: gnu: Add ghc-half., Paul, 2015/10/20
- 144/151: gnu: Add ghc-gluraw., Paul, 2015/10/20
- 136/151: gnu: Add ghc-cgi., Paul, 2015/10/20
- 129/151: gnu: Add ghc-trifecta.,
Paul <=
- 148/151: gnu: Add ghc-sdl., Paul, 2015/10/20
- 140/151: gnu: Add ghc-regex-posix., Paul, 2015/10/20
- 149/151: gnu: Add ghc-sdl-mixer., Paul, 2015/10/20
- 150/151: gnu: Add ghc-sdl-image., Paul, 2015/10/20
- 143/151: gnu: Add ghc-openglraw., Paul, 2015/10/20
- 146/151: gnu: Add ghc-opengl., Paul, 2015/10/20
- 147/151: gnu: Add ghc-glut., Paul, 2015/10/20
- 151/151: gnu: Add raincat platform game., Paul, 2015/10/20