gnu: ghc-system-filepath-bootstrap: Update to 0.4.14.
* gnu/packages/haskell.scm (ghc-system-filepath-bootstrap): Update to 0.4.14.
This commit is contained in:
parent
2a7c296a5d
commit
343c23988a
|
@ -7278,7 +7278,7 @@ instance of @code{MonadBase} or @code{MonadBaseControl}.")
|
||||||
(define ghc-system-filepath-bootstrap
|
(define ghc-system-filepath-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "ghc-system-filepath-bootstrap")
|
(name "ghc-system-filepath-bootstrap")
|
||||||
(version "0.4.13.4")
|
(version "0.4.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7287,7 +7287,7 @@ instance of @code{MonadBase} or @code{MonadBaseControl}.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yy5zsmmimhg6iaw9fmpwrxvxrgi5s6bfyqfihdsnx4bjvn7sp9l"))))
|
"14yras4pz2dh55xpwmazcgxijvi8913pjgzb9iw50mjq1lycwmhn"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
|
Loading…
Reference in New Issue