me
/
guix
Archived
1
0
Fork 0

gnu: ghc-geniplate-mirror: Update Cabal file to r2.

* gnu/packages/haskell-xyz.scm (ghc-geniplate-mirror): Update Cabal file
to r2.
master
Timothy Sample 2019-11-08 22:50:04 -05:00
parent f545f894b2
commit 74a7dd7ff4
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 3 additions and 0 deletions

View File

@ -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