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:
Ricardo Wurmus 2018-02-12 22:28:17 +01:00
parent 1e85b2ab9d
commit c7f321cff7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6271,7 +6271,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
(define-public ghc-directory
(package
(name "ghc-directory")
(version "1.3.1.5")
(version "1.3.2.0")
(source
(origin
(method url-fetch)
@ -6280,7 +6280,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
version ".tar.gz"))
(sha256
(base32
"0zkqihmdfz7bzv3sxh1p9ijl4vra880kfy3qy9h96flq7d2if0f2"))))
"0ffhanigxrx5wpin8l0wfp7d24lpgsjwj0hxrfp8bpy2wj1snxny"))))
(build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/directory")
(synopsis "Platform-agnostic library for file system operations")