[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/329: gnu: ghc-uri-bytestring: Update to 0.3.2.2.
From: |
guix-commits |
Subject: |
212/329: gnu: ghc-uri-bytestring: Update to 0.3.2.2. |
Date: |
Wed, 20 Nov 2019 21:18:04 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit d35ffd39215151dad8af4c899c57b06dea57b463
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:02:01 2019 -0400
gnu: ghc-uri-bytestring: Update to 0.3.2.2.
* gnu/packages/haskell-xyz.scm (ghc-uri-bytestring): Update to 0.3.2.2.
[inputs]: Remove 'ghc-fail'.
[native-inputs]: Remove 'ghc-attoparsec', 'ghc-quickcheck',
'ghc-tasty-quickcheck', 'ghc-quickcheck-instances', and
'ghc-generics-sop'; add 'ghc-hedgehog', 'ghc-tasty-hedgehog', and
'ghc-safe'.
---
gnu/packages/haskell-xyz.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7c03360..b774fd3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11214,7 +11214,7 @@ a style ready for qualification, that is, you should
import them by
(define-public ghc-uri-bytestring
(package
(name "ghc-uri-bytestring")
- (version "0.3.2.0")
+ (version "0.3.2.2")
(source
(origin
(method url-fetch)
@@ -11223,22 +11223,19 @@ a style ready for qualification, that is, you should
import them by
"uri-bytestring-" version ".tar.gz"))
(sha256
(base32
- "1q04j5ybvk37zk2m0bkjwyhblz0ymdj0cn4rvsvdca1ikn5xdv5c"))))
+ "0spzv3mwlpxiamd7347sxwcy2xri16ak1y7p1v4fisnvq4jprm67"))))
(build-system haskell-build-system)
(inputs `(("ghc-attoparsec" ,ghc-attoparsec)
- ("ghc-fail" ,ghc-fail)
("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-th-lift-instances" ,ghc-th-lift-instances)))
- (native-inputs `(("ghc-attoparsec" ,ghc-attoparsec)
- ("ghc-hunit" ,ghc-hunit)
- ("ghc-quickcheck" ,ghc-quickcheck)
+ (native-inputs `(("ghc-hunit" ,ghc-hunit)
("ghc-tasty" ,ghc-tasty)
("ghc-tasty-hunit" ,ghc-tasty-hunit)
- ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
+ ("ghc-hedgehog" ,ghc-hedgehog)
+ ("ghc-tasty-hedgehog" ,ghc-tasty-hedgehog)
("ghc-base-compat" ,ghc-base-compat)
- ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
("ghc-semigroups" ,ghc-semigroups)
- ("ghc-generics-sop" ,ghc-generics-sop)))
+ ("ghc-safe" ,ghc-safe)))
(home-page "https://github.com/Soostone/uri-bytestring")
(synopsis "Haskell URI parsing as ByteStrings")
(description "This Haskell package aims to be an RFC3986 compliant URI
- 171/329: gnu: ghc-cgi: Update to 3001.4.0.0., (continued)
- 171/329: gnu: ghc-cgi: Update to 3001.4.0.0., guix-commits, 2019/11/20
- 184/329: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/20
- 180/329: gnu: ghc-hslua-module-text: Update to 0.2.1., guix-commits, 2019/11/20
- 182/329: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/20
- 185/329: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/20
- 189/329: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/20
- 194/329: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/20
- 200/329: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/20
- 199/329: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/20
- 209/329: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/20
- 212/329: gnu: ghc-uri-bytestring: Update to 0.3.2.2.,
guix-commits <=
- 214/329: gnu: ghc-free: Update to 5.1.2., guix-commits, 2019/11/20
- 218/329: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/20
- 220/329: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/20
- 219/329: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/20
- 223/329: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/20
- 222/329: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/20
- 226/329: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/20
- 230/329: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/20
- 229/329: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/20
- 232/329: gnu: Add ghc-libyaml., guix-commits, 2019/11/20