[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/328: gnu: ghc-yaml: Update to 0.11.1.2.
From: |
guix-commits |
Subject: |
233/328: gnu: ghc-yaml: Update to 0.11.1.2. |
Date: |
Sat, 16 Nov 2019 19:33:15 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 0c881a9dbd7b6c8eedd1bdf297474909ea9e66a7
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:21:58 2019 -0400
gnu: ghc-yaml: Update to 0.11.1.2.
* gnu/packages/haskell-xyz.scm (ghc-yaml): Update to 0.11.1.2.
[arguments]: Enable tests.
[inputs]: Add 'ghc-libyaml'.
[native-inputs]: Add 'ghc-raw-strings-qq'.
---
gnu/packages/haskell-xyz.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 755a627..b8bd712 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -12013,18 +12013,15 @@ documents.")
(define-public ghc-yaml
(package
(name "ghc-yaml")
- (version "0.8.32")
+ (version "0.11.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"yaml/yaml-" version ".tar.gz"))
(sha256
(base32
- "0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
+ "028pz77n92l6kjgjv263h4b6yhw1iibdbf3a3dkn5qnz537xpzhc"))))
(build-system haskell-build-system)
- ;; The tests are broken on i686. They are fixed in 0.10.3.0.
- ;; See https://github.com/snoyberg/yaml/issues/158
- (arguments `(#:tests? #f))
(inputs
`(("ghc-conduit" ,ghc-conduit)
("ghc-resourcet" ,ghc-resourcet)
@@ -12036,12 +12033,14 @@ documents.")
("ghc-semigroups" ,ghc-semigroups)
("ghc-temporary" ,ghc-temporary)
("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
- ("ghc-base-compat" ,ghc-base-compat)))
+ ("ghc-base-compat" ,ghc-base-compat)
+ ("ghc-libyaml" ,ghc-libyaml)))
(native-inputs
`(("ghc-hspec" ,ghc-hspec)
("ghc-hunit" ,ghc-hunit)
("hspec-discover" ,hspec-discover)
- ("ghc-mockery" ,ghc-mockery)))
+ ("ghc-mockery" ,ghc-mockery)
+ ("ghc-raw-strings-qq" ,ghc-raw-strings-qq)))
(home-page "https://github.com/snoyberg/yaml/")
(synopsis "Parsing and rendering YAML documents")
(description
- 183/328: gnu: ghc-http-client: Update to 0.6.4., (continued)
- 183/328: gnu: ghc-http-client: Update to 0.6.4., guix-commits, 2019/11/16
- 189/328: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/16
- 237/328: gnu: Add ghc-text-metrics., guix-commits, 2019/11/16
- 247/328: gnu: ghc-edit-distance: Update dependency constraints., guix-commits, 2019/11/16
- 137/328: gnu: ghc-zip-archive: Update to 0.4.1., guix-commits, 2019/11/16
- 215/328: gnu: ghc-either: Update to 5.0.1.1., guix-commits, 2019/11/16
- 210/328: gnu: Add ghc-retry., guix-commits, 2019/11/16
- 217/328: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/16
- 222/328: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/16
- 223/328: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/16
- 233/328: gnu: ghc-yaml: Update to 0.11.1.2.,
guix-commits <=
- 153/328: gnu: ghc-hsopenssl: Update to 0.11.4.17., guix-commits, 2019/11/16
- 161/328: gnu: ghc-bifunctors: Update to 5.5.5., guix-commits, 2019/11/16
- 164/328: gnu: ghc-aeson: Update to 1.4.5.0., guix-commits, 2019/11/16
- 167/328: gnu: ghc-attoparsec-iso8601: Update to 1.0.1.0., guix-commits, 2019/11/16
- 174/328: gnu: ghc-io-streams: Update to 1.5.1.0., guix-commits, 2019/11/16
- 181/328: gnu: ghc-connection: Update to 0.3.1., guix-commits, 2019/11/16
- 185/328: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/16
- 196/328: gnu: ghc-skylighting: Update to 0.8.2.1., guix-commits, 2019/11/16
- 195/328: gnu: ghc-openssl-streams: Update to 1.2.2.0., guix-commits, 2019/11/16
- 235/328: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/16