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:
Timothy Sample 2018-09-03 22:53:34 -04:00 committed by Ricardo Wurmus
parent 2a7c296a5d
commit 343c23988a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7278,7 +7278,7 @@ (define-public ghc-lifted-async
(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 @@ (define ghc-system-filepath-bootstrap
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))