[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
194/328: gnu: ghc-http-api-data: Update to 0.4.1.
From: |
guix-commits |
Subject: |
194/328: gnu: ghc-http-api-data: Update to 0.4.1. |
Date: |
Sat, 16 Nov 2019 19:33:06 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit f2ef1925cc1b747c0d568d1c2a65ccfc137bd9c2
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:15:02 2019 -0400
gnu: ghc-http-api-data: Update to 0.4.1.
* gnu/packages/haskell-xyz.scm (ghc-http-api-data): Update to 0.4.1.
[arguments]: Enable tests.
[inputs]: Remove 'ghc-time-locale-compat' and 'ghc-uri-bytestring'; add
'ghc-cookie' and 'ghc-time-compat'.
[native-inputs]: Add 'cabal-doctest', 'ghc-nats', 'ghc-hunit',
'ghc-hspec', 'ghc-quickcheck', 'ghc-quickcheck-instances',
'ghc-doctest', and 'hspec-discover'
---
gnu/packages/haskell-xyz.scm | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 05f5996..953d60d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5066,7 +5066,7 @@ for Haskell. The functions provided by this module are
@code{upper},
(define-public ghc-http-api-data
(package
(name "ghc-http-api-data")
- (version "0.3.8.1")
+ (version "0.4.1")
(source
(origin
(method url-fetch)
@@ -5075,17 +5075,25 @@ for Haskell. The functions provided by this module are
@code{upper},
"http-api-data-" version ".tar.gz"))
(sha256
(base32
- "1cq6459b8wz6nvkvpi89dg189n5q2xdq4rdq435hf150555vmskf"))))
+ "1ps4bvln43gz72dr9mc3c9n1rn38c4rz6m49vxzz9nz6jz1978rv"))))
(build-system haskell-build-system)
- (arguments `(#:tests? #f)) ; FIXME: Tests require QuickCheck >= 2.9
(inputs `(("ghc-attoparsec" ,ghc-attoparsec)
("ghc-attoparsec-iso8601" ,ghc-attoparsec-iso8601)
+ ("ghc-cookie" ,ghc-cookie)
("ghc-hashable" ,ghc-hashable)
("ghc-http-types" ,ghc-http-types)
- ("ghc-time-locale-compat" ,ghc-time-locale-compat)
+ ("ghc-time-compat" ,ghc-time-compat)
("ghc-unordered-containers" ,ghc-unordered-containers)
- ("ghc-uri-bytestring" ,ghc-uri-bytestring)
("ghc-uuid-types" ,ghc-uuid-types)))
+ (native-inputs
+ `(("cabal-doctest" ,cabal-doctest)
+ ("ghc-nats" ,ghc-nats)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
+ ("ghc-doctest" ,ghc-doctest)
+ ("hspec-discover" ,hspec-discover)))
(home-page "https://github.com/fizruk/http-api-data")
(synopsis "Convert to/from HTTP API data like URL pieces, headers and
query parameters")
- 218/328: gnu: ghc-exactprint: Update to 0.6.1., (continued)
- 218/328: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/16
- 220/328: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/16
- 224/328: gnu: ghc-rerebase: Update to 1.3.1.1., guix-commits, 2019/11/16
- 228/328: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/16
- 177/328: gnu: ghc-missingh: Update to 1.4.1.0., guix-commits, 2019/11/16
- 180/328: gnu: ghc-hslua-module-text: Update to 0.2.1., guix-commits, 2019/11/16
- 184/328: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/16
- 188/328: gnu: ghc-inline-c: Update to 0.7.0.1., guix-commits, 2019/11/16
- 192/328: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0., guix-commits, 2019/11/16
- 193/328: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/16
- 194/328: gnu: ghc-http-api-data: Update to 0.4.1.,
guix-commits <=
- 198/328: gnu: ghc-texmath: Update to 0.11.3., guix-commits, 2019/11/16
- 201/328: gnu: ghc-statistics: Update to 0.15.1.1., guix-commits, 2019/11/16
- 202/328: gnu: ghc-invariant: Update to 0.5.3., guix-commits, 2019/11/16
- 206/328: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/16
- 207/328: gnu: ghc-hedgehog: Update to 1.0.1., guix-commits, 2019/11/16
- 149/328: gnu: ghc-quickcheck-instances: Update to 0.3.22., guix-commits, 2019/11/16
- 155/328: gnu: ghc-megaparsec: Update to 7.0.5., guix-commits, 2019/11/16
- 148/328: gnu: Add ghc-time-compat., guix-commits, 2019/11/16
- 168/328: gnu: Add ghc-network-bsd., guix-commits, 2019/11/16
- 171/328: gnu: ghc-cgi: Update to 3001.4.0.0., guix-commits, 2019/11/16