summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:17:31 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:11 -0500
commit30f60e420d9ce374a869cb6993ec35ce8e895639 (patch)
tree714d937eaed0ad11cb2fd5175e2f7c843f7b2326
parentb542650c55690c5eeec552a3c42859102caf95f8 (diff)
gnu: ghc-regex-applicative: Update to 0.3.3.1.
* gnu/packages/haskell-xyz.scm (ghc-regex-applicative): Update to 0.3.3.1.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ccc6cef99c..caadd0a21b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8266,7 +8266,7 @@ copious examples.")
(define-public ghc-regex-applicative
(package
(name "ghc-regex-applicative")
- (version "0.3.3")
+ (version "0.3.3.1")
(source
(origin
(method url-fetch)
@@ -8275,7 +8275,7 @@ copious examples.")
"regex-applicative-" version ".tar.gz"))
(sha256
(base32
- "1riv7jqf26lbv4rm54sd6mrx8xdh4dvh4xbzymzdfdw13k6a4nb6"))))
+ "0p0anx5vamrhrdvviwkh2zn6pa3pv2bjb7nfyc7dvz2q7g14y1lg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-smallcheck" ,ghc-smallcheck)