summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-08 22:50:04 -0500
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:49 -0500
commit74a7dd7ff469da85eba8b9301bc96e1f1b2fb971 (patch)
tree91b0c8855cc56185d3aefc9a935f4029b5771e1a /gnu/packages/haskell-xyz.scm
parentf545f894b2779e17de9fe65debe72c6e21d7a1d7 (diff)
downloadguix-patches-74a7dd7ff469da85eba8b9301bc96e1f1b2fb971.tar
guix-patches-74a7dd7ff469da85eba8b9301bc96e1f1b2fb971.tar.gz
gnu: ghc-geniplate-mirror: Update Cabal file to r2.
* gnu/packages/haskell-xyz.scm (ghc-geniplate-mirror): Update Cabal file to r2.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index aae391b6c0..45ff1e8638 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3987,6 +3987,9 @@ each constructor are represented using an n-ary product.")
(sha256
(base32 "1y0m0bw5zpm1y1y6d9qmxj3swl8j8hlw1shxbr5awycf6k884ssb"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("2" "03fg4vfm1wgq4mylggawdx0bfvbbjmdn700sqx7v3hk1bx0kjfzh")))
(home-page "https://github.com/danr/geniplate")
(synopsis "Use Template Haskell to generate Uniplate-like functions")
(description