[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/290: gnu: ghc-yaml: Update to 0.11.1.2.
From: |
guix-commits |
Subject: |
233/290: gnu: ghc-yaml: Update to 0.11.1.2. |
Date: |
Wed, 6 Nov 2019 08:23:18 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 70f442dc7757641c7a559af90abbe59f14dee414
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 030982e..d37648c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -12010,18 +12010,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)
@@ -12033,12 +12030,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
- 225/290: gnu: ghc-wai-extra: Update to 3.0.28., (continued)
- 225/290: gnu: ghc-wai-extra: Update to 3.0.28., guix-commits, 2019/11/06
- 221/290: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/06
- 235/290: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/06
- 214/290: gnu: ghc-free: Update to 5.1.2., guix-commits, 2019/11/06
- 217/290: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/06
- 216/290: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/06
- 224/290: gnu: ghc-rerebase: Update to 1.3.1.1., guix-commits, 2019/11/06
- 226/290: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/06
- 227/290: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/06
- 211/290: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/06
- 233/290: gnu: ghc-yaml: Update to 0.11.1.2.,
guix-commits <=
- 239/290: gnu: ghc-hpack: Update to 0.31.2., guix-commits, 2019/11/06
- 247/290: gnu: ghc-edit-distance: Update dependency constraints., guix-commits, 2019/11/06
- 248/290: gnu: ghc-hackage-security: Update Cabal file to r6., guix-commits, 2019/11/06
- 256/290: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/06
- 223/290: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/06
- 218/290: gnu: ghc-exactprint: Update to 0.6.1., guix-commits, 2019/11/06
- 220/290: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/06
- 231/290: gnu: Add libyaml@2.1., guix-commits, 2019/11/06
- 252/290: gnu: ghc-trifecta: Update Cabal file to r5., guix-commits, 2019/11/06
- 253/290: gnu: Add ghc-time-manager., guix-commits, 2019/11/06