mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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'.
This commit is contained in:
parent
0c2d6fc22a
commit
b58e5b8423
1 changed files with 6 additions and 7 deletions
|
@ -12013,18 +12013,15 @@ documents.")
|
||||||
(define-public ghc-yaml
|
(define-public ghc-yaml
|
||||||
(package
|
(package
|
||||||
(name "ghc-yaml")
|
(name "ghc-yaml")
|
||||||
(version "0.8.32")
|
(version "0.11.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"yaml/yaml-" version ".tar.gz"))
|
"yaml/yaml-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
|
"028pz77n92l6kjgjv263h4b6yhw1iibdbf3a3dkn5qnz537xpzhc"))))
|
||||||
(build-system haskell-build-system)
|
(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
|
(inputs
|
||||||
`(("ghc-conduit" ,ghc-conduit)
|
`(("ghc-conduit" ,ghc-conduit)
|
||||||
("ghc-resourcet" ,ghc-resourcet)
|
("ghc-resourcet" ,ghc-resourcet)
|
||||||
|
@ -12036,12 +12033,14 @@ documents.")
|
||||||
("ghc-semigroups" ,ghc-semigroups)
|
("ghc-semigroups" ,ghc-semigroups)
|
||||||
("ghc-temporary" ,ghc-temporary)
|
("ghc-temporary" ,ghc-temporary)
|
||||||
("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
|
("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
|
||||||
("ghc-base-compat" ,ghc-base-compat)))
|
("ghc-base-compat" ,ghc-base-compat)
|
||||||
|
("ghc-libyaml" ,ghc-libyaml)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hspec" ,ghc-hspec)
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("hspec-discover" ,hspec-discover)
|
("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/")
|
(home-page "https://github.com/snoyberg/yaml/")
|
||||||
(synopsis "Parsing and rendering YAML documents")
|
(synopsis "Parsing and rendering YAML documents")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue