[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/177: gnu: ghc-pcre-light: Update to 0.4.0.4.
From: |
Ricardo Wurmus |
Subject: |
93/177: gnu: ghc-pcre-light: Update to 0.4.0.4. |
Date: |
Tue, 13 Feb 2018 07:38:17 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit eff94e6bdcb958f3abe2fc8f050cb57cfe7c7ece
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 23:53:17 2018 +0100
gnu: ghc-pcre-light: Update to 0.4.0.4.
* gnu/packages/haskell.scm (ghc-pcre-light): Update to 0.4.0.4.
[native-inputs]: Add pkg-config.
---
gnu/packages/haskell.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5980944..dcac4a2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2863,7 +2863,7 @@ deriving mechanism in Haskell to arbitrary classes.")
(define-public ghc-pcre-light
(package
(name "ghc-pcre-light")
- (version "0.4.0.3")
+ (version "0.4.0.4")
(source
(origin
(method url-fetch)
@@ -2873,10 +2873,12 @@ deriving mechanism in Haskell to arbitrary classes.")
".tar.gz"))
(sha256
(base32
- "0l1df2sk5qwf424bvb8mbdkr2xjg43fi92n5r22yd7vm1zz0jqvf"))))
+ "0xcyi1fivwg7a92mch5bcqzmrfxzqj42rmb3m8kgs61x4qwpxj82"))))
(build-system haskell-build-system)
(inputs
`(("pcre" ,pcre)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
(home-page "https://github.com/Daniel-Diaz/pcre-light")
(synopsis "Haskell library for Perl 5 compatible regular expressions")
(description "This package provides a small, efficient, and portable regex
- 89/177: gnu: ghc-streaming-commons: Update to 0.1.16., (continued)
- 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, 2018/02/13
- 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 <=
- 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
- 104/177: gnu: ghc-texmath: Update to 0.10.1.1., Ricardo Wurmus, 2018/02/13
- 102/177: gnu: ghc-bifunctors: Update to 5.5.2., Ricardo Wurmus, 2018/02/13