me
/
guix
Archived
1
0
Fork 0

gnu: ghc-regex-applicative: Update to 0.3.3.1.

* gnu/packages/haskell-xyz.scm (ghc-regex-applicative): Update to 0.3.3.1.
master
Timothy Sample 2019-10-31 10:17:31 -04:00
parent b542650c55
commit 30f60e420d
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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)