gnu: ghc-directory: Update to 1.3.2.0.
* gnu/packages/haskell.scm (ghc-directory): Update to 1.3.2.0.
This commit is contained in:
parent
1e85b2ab9d
commit
c7f321cff7
|
@ -6271,7 +6271,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
|
||||||
(define-public ghc-directory
|
(define-public ghc-directory
|
||||||
(package
|
(package
|
||||||
(name "ghc-directory")
|
(name "ghc-directory")
|
||||||
(version "1.3.1.5")
|
(version "1.3.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6280,7 +6280,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zkqihmdfz7bzv3sxh1p9ijl4vra880kfy3qy9h96flq7d2if0f2"))))
|
"0ffhanigxrx5wpin8l0wfp7d24lpgsjwj0hxrfp8bpy2wj1snxny"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "http://hackage.haskell.org/package/directory")
|
(home-page "http://hackage.haskell.org/package/directory")
|
||||||
(synopsis "Platform-agnostic library for file system operations")
|
(synopsis "Platform-agnostic library for file system operations")
|
||||||
|
|
Loading…
Reference in New Issue