[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39798] [PATCH 01/13] gnu: ghc-hsyaml: Update to 0.2.1.0.
From: |
Pierre Neidhardt |
Subject: |
[bug#39798] [PATCH 01/13] gnu: ghc-hsyaml: Update to 0.2.1.0. |
Date: |
Wed, 26 Feb 2020 12:45:53 +0100 |
* gnu/packages/haskell-xyz.scm (ghc-hsyaml): Update to 0.2.1.0.
---
gnu/packages/haskell-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e368082c03..03adfdb062 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5679,7 +5679,7 @@ for Haskell. The functions provided by this module are
@code{upper},
(define-public ghc-hsyaml
(package
(name "ghc-hsyaml")
- (version "0.1.2.0")
+ (version "0.2.1.0")
(source
(origin
(method url-fetch)
@@ -5687,11 +5687,13 @@ for Haskell. The functions provided by this module are
@code{upper},
"HsYAML/HsYAML-" version ".tar.gz"))
(sha256
(base32
- "1pajfhj16559v64ixm8j7bvxdqmxg6c3c0z3wz7in8ckswgzfp54"))))
+ "10qzhsg789h37q22hm9p27dx4rhbykcbxp7p3pvkws8fr7ajgxv0"))))
(build-system haskell-build-system)
- (arguments
- `(#:cabal-revision
- ("1" "0j6qmmcz5yqh89hs2cq453maix50q61vl2h0ahj5lg02bygn42cf")))
+ (inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)))
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
(home-page "https://github.com/haskell-hvr/HsYAML")
(synopsis "Pure Haskell YAML 1.2 parser")
(description "This library provides a
--
2.25.0
- [bug#39798] [PATCH 00/13] Update Pandoc., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 01/13] gnu: ghc-hsyaml: Update to 0.2.1.0.,
Pierre Neidhardt <=
- [bug#39798] [PATCH 02/13] gnu: ghc-doctemplates: Update to 0.8.1., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 03/13] gnu: Add ghc-regex-base-0.94., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 05/13] gnu: ghc-skylighting-core: Update to 0.8.3.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 10/13] gnu: Add ghc-optparse-applicative-0.15., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 08/13] gnu: ghc-texmath: Update to 0.12.0.1., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 09/13] gnu: Add ghc-base-compat-0.11., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 12/13] gnu: ghc-pandoc: Update to 2.9.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 06/13] gnu: ghc-skylighting: Update to 0.8.3.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 13/13] gnu: ghc-pandoc: Rename to pandoc., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 07/13] gnu: ghc-pandoc-types: Update to 1.20., Pierre Neidhardt, 2020/02/26