summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 20:16:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:37:50 +0100
commit1c42bd13874273936a439d5f5e5095ad4226021f (patch)
tree3069254dc881703f71725ca04802390a28876043
parente1e803881c772398712f10cc450031e437df18b6 (diff)
gnu: ghc-executable-path: Update to 0.0.3.1.
* gnu/packages/haskell.scm (ghc-executable-path): Update to 0.0.3.1.
-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 f255afb6e9..287521e032 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4561,7 +4561,7 @@ sources, and does not require prior installation of the C library.")
(define-public ghc-executable-path
(package
(name "ghc-executable-path")
- (version "0.0.3")
+ (version "0.0.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -4569,7 +4569,7 @@ sources, and does not require prior installation of the C library.")
version ".tar.gz"))
(sha256
(base32
- "1jg58qf19qz93c60ryglcavwdcysz4fd4qn8kpw5im9w9kniawlc"))))
+ "0vxwmnsvx13cawcyhbyljkds0l1vr996ijldycx7nj0asjv45iww"))))
(build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/executable-path")
(synopsis "Find out the full path of the executable")