summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 17:05:22 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 17:05:22 +0200
commite76a972bde60087a957b4ca41c7defff5ad6e9ba (patch)
tree0888818acf3815d8def2f27ee7497f456eb35139 /gnu/packages/haskell.scm
parent9e6cce4440d089710f719586cebbd7b002e7a0f9 (diff)
downloadguix-patches-e76a972bde60087a957b4ca41c7defff5ad6e9ba.tar
guix-patches-e76a972bde60087a957b4ca41c7defff5ad6e9ba.tar.gz
gnu: ghc-esqueleto: Name checkout.
* gnu/packages/haskell.scm (ghc-esqueleto)[source]: Add FILE-NAME.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4b4a4b5e00..61c6119322 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8483,6 +8483,7 @@ JSON (JavaScript Object Notation) is a lightweight data-interchange format.")
(uri (git-reference
(url "https://github.com/bitemyapp/esqueleto")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
(base32
"0lz1qxms7cfg5p3j37inlych0r2fwhm8xbarcys3df9m7jy9nixa"))))