[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/177: gnu: Add ghc-hxt-regex-xmlschema.
From: |
Ricardo Wurmus |
Subject: |
86/177: gnu: Add ghc-hxt-regex-xmlschema. |
Date: |
Tue, 13 Feb 2018 07:38:16 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6f8deed6e3b945dd2c9622a24ff3b1ee3226a920
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 23:50:42 2018 +0100
gnu: Add ghc-hxt-regex-xmlschema.
* gnu/packages/xml.scm (ghc-hxt-regex-xmlschema): New variable.
---
gnu/packages/xml.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c538021..480e650 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2058,3 +2058,30 @@ are supported. Decoding is done with lazy functions,
errors may be detected or
ignored.")
(license license:expat)))
+(define-public ghc-hxt-regex-xmlschema
+ (package
+ (name "ghc-hxt-regex-xmlschema")
+ (version "9.2.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "hxt-regex-xmlschema/hxt-regex-xmlschema-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1c4jr0439f5yc05h7iz53fa47g6l2wrvqp6gvwf01mlqajk3nx7l"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-hxt-charproperties" ,ghc-hxt-charproperties)
+ ("ghc-parsec" ,ghc-parsec)
+ ("ghc-text" ,ghc-text)
+ ("ghc-hunit" ,ghc-hunit)))
+ (home-page
"http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema")
+ (synopsis "Regular expression library for W3C XML Schema regular
expressions")
+ (description
+ "This library supports full W3C XML Schema regular expressions inclusive
+all Unicode character sets and blocks. It is implemented by the technique of
+derivations of regular expressions.")
+ (license license:expat)))
+
- 82/177: gnu: Add ghc-doctest-0.12., (continued)
- 82/177: gnu: Add ghc-doctest-0.12., Ricardo Wurmus, 2018/02/13
- 81/177: gnu: Add cabal-doctest., Ricardo Wurmus, 2018/02/13
- 89/177: gnu: ghc-streaming-commons: Update to 0.1.16., Ricardo Wurmus, 2018/02/13
- 140/177: gnu: ghc-statevar: Update to 1.1.0.4., Ricardo Wurmus, 2018/02/13
- 144/177: gnu: Add ghc-nanospec., Ricardo Wurmus, 2018/02/13
- 173/177: gnu: ghc-reducers: Update to 3.12.2., Ricardo Wurmus, 2018/02/13
- 153/177: gnu: ghc-hourglass: Update to 0.2.10., Ricardo Wurmus, 2018/02/13
- 162/177: gnu: ghc-fgl-arbitrary: Fix build with newer QuickCheck., Ricardo Wurmus, 2018/02/13
- 156/177: gnu: ghc-optparse-applicative: Update to 0.13.0.0., Ricardo Wurmus, 2018/02/13
- 158/177: gnu: ghc-pandoc: Update to 2.0.6., Ricardo Wurmus, 2018/02/13
- 86/177: gnu: Add ghc-hxt-regex-xmlschema.,
Ricardo Wurmus <=
- 91/177: gnu: hscolour: Update to 1.24.1., Ricardo Wurmus, 2018/02/13
- 93/177: gnu: ghc-pcre-light: Update to 0.4.0.4., Ricardo Wurmus, 2018/02/13
- 94/177: gnu: ghc-parsers: Update to 0.12.4., Ricardo Wurmus, 2018/02/13
- 95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7., Ricardo Wurmus, 2018/02/13
- 92/177: gnu: ghc-temporary: Update to 1.2.0.4., Ricardo Wurmus, 2018/02/13
- 98/177: gnu: ghc-parsec: Update to 3.1.11., Ricardo Wurmus, 2018/02/13
- 99/177: gnu: ghc-vault: Update to 0.3.0.6., Ricardo Wurmus, 2018/02/13
- 128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2, Ricardo Wurmus, 2018/02/13
- 127/177: gnu: ghc-th-orphans: Update to 0.13.2., Ricardo Wurmus, 2018/02/13
- 155/177: gnu: ghc-connection: Update to 0.2.6., Ricardo Wurmus, 2018/02/13