summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 06:32:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:37:48 +0100
commitb46ebdd86707c7946f77f420aeb1111f18bdb4c5 (patch)
tree45a2a324bff7b4d7cdb7737913e81ffcafe4b7c3 /gnu/packages/haskell.scm
parent59e08129666ab3fde11473ed71cfaf8f1539aac7 (diff)
gnu: ghc-directory: Update to 1.3.1.5.
* gnu/packages/haskell.scm (ghc-directory): Update to 1.3.1.5.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1024370fe8..8d3aca893a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5925,7 +5925,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
(define-public ghc-directory
(package
(name "ghc-directory")
- (version "1.2.7.0")
+ (version "1.3.1.5")
(source
(origin
(method url-fetch)
@@ -5934,7 +5934,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
version ".tar.gz"))
(sha256
(base32
- "0h3hrqskadmbigaxbz2k5xxjjjlmfaq2zdn2g7jh1wv9k6yrxraa"))))
+ "0zkqihmdfz7bzv3sxh1p9ijl4vra880kfy3qy9h96flq7d2if0f2"))))
(build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/directory")
(synopsis "Platform-agnostic library for filesystem operations")