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'.
This commit is contained in:
parent
11b1b6cdd4
commit
d35ffd3921
1 changed files with 6 additions and 9 deletions
|
@ -11214,7 +11214,7 @@ a style ready for qualification, that is, you should import them by
|
||||||
(define-public ghc-uri-bytestring
|
(define-public ghc-uri-bytestring
|
||||||
(package
|
(package
|
||||||
(name "ghc-uri-bytestring")
|
(name "ghc-uri-bytestring")
|
||||||
(version "0.3.2.0")
|
(version "0.3.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11223,22 +11223,19 @@ a style ready for qualification, that is, you should import them by
|
||||||
"uri-bytestring-" version ".tar.gz"))
|
"uri-bytestring-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q04j5ybvk37zk2m0bkjwyhblz0ymdj0cn4rvsvdca1ikn5xdv5c"))))
|
"0spzv3mwlpxiamd7347sxwcy2xri16ak1y7p1v4fisnvq4jprm67"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-attoparsec" ,ghc-attoparsec)
|
(inputs `(("ghc-attoparsec" ,ghc-attoparsec)
|
||||||
("ghc-fail" ,ghc-fail)
|
|
||||||
("ghc-blaze-builder" ,ghc-blaze-builder)
|
("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||||
("ghc-th-lift-instances" ,ghc-th-lift-instances)))
|
("ghc-th-lift-instances" ,ghc-th-lift-instances)))
|
||||||
(native-inputs `(("ghc-attoparsec" ,ghc-attoparsec)
|
(native-inputs `(("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
|
||||||
("ghc-tasty" ,ghc-tasty)
|
("ghc-tasty" ,ghc-tasty)
|
||||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)
|
("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-base-compat" ,ghc-base-compat)
|
||||||
("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
|
|
||||||
("ghc-semigroups" ,ghc-semigroups)
|
("ghc-semigroups" ,ghc-semigroups)
|
||||||
("ghc-generics-sop" ,ghc-generics-sop)))
|
("ghc-safe" ,ghc-safe)))
|
||||||
(home-page "https://github.com/Soostone/uri-bytestring")
|
(home-page "https://github.com/Soostone/uri-bytestring")
|
||||||
(synopsis "Haskell URI parsing as ByteStrings")
|
(synopsis "Haskell URI parsing as ByteStrings")
|
||||||
(description "This Haskell package aims to be an RFC3986 compliant URI
|
(description "This Haskell package aims to be an RFC3986 compliant URI
|
||||||
|
|
Reference in a new issue