[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/154: gnu: Add ghc-charset.
From: |
Paul |
Subject: |
79/154: gnu: Add ghc-charset. |
Date: |
Thu, 22 Oct 2015 20:23:04 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 3ef56b9713e3ae588910ddca7c59b3f46fd91d6c
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:54:44 2015 +0200
gnu: Add ghc-charset.
* gnu/packages/haskell.scm (ghc-charset): New variable.
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bf24cc8..0f0e557 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2383,6 +2383,31 @@ or timeout period. This package provides alternative
functions which use the
unbounded @code{Integer} type.")
(license bsd-3)))
+(define-public ghc-charset
+ (package
+ (name "ghc-charset")
+ (version "0.3.7.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/charset/charset-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1gn0m96qpjww8hpp2g1as5yy0wcwy4iq73h3kz6g0yxxhcl5sh9x"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-semigroups" ,ghc-semigroups)))
+ (inputs
+ `(("ghc-unordered-containers" ,ghc-unordered-containers)))
+ (home-page "http://github.com/ekmett/charset")
+ (synopsis "Fast unicode character sets for Haskell")
+ (description "This package provides fast unicode character sets for
+Haskell, based on complemented PATRICIA tries.")
+ (license bsd-3)))
+
(define-public ghc-bytestring-builder
(package
(name "ghc-bytestring-builder")
- 78/154: gnu: Add ghc-fast-logger., (continued)
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22
- 76/154: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 68/154: gnu: Add ghc-http-types., Paul, 2015/10/22
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/22
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/22
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset.,
Paul <=
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/22
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 92/154: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/22
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/22