gnu: ghc-pandoc-types: Update to 1.17.5.1.
* gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.17.5.1.
This commit is contained in:
parent
7ad3d4fd4f
commit
cdad36c39d
|
@ -5107,7 +5107,7 @@ and bytestrings.")
|
||||||
(define-public ghc-pandoc-types
|
(define-public ghc-pandoc-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-pandoc-types")
|
(name "ghc-pandoc-types")
|
||||||
(version "1.17.3.1")
|
(version "1.17.5.1")
|
||||||
(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/"
|
||||||
|
@ -5115,7 +5115,7 @@ and bytestrings.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dhp5bcjl6605n2chiab5rp51zir3671gxkmwy34znh0s3vp85jb"))))
|
"1q6v2bynij724fv347mhqxdscwifzrx5jb9mq80608qf638fn717"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||||
|
|
Loading…
Reference in New Issue