summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:29:47 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:42 -0500
commitbc78e0d9561675b8f54b6bb87a6a347e2781726a (patch)
tree5b27028703422f2cbfbede74fa47735e1d9da531 /gnu/packages/haskell-xyz.scm
parent2e9aaf0766dd58f72a018a8194fd1118c5db7f1b (diff)
downloadguix-patches-bc78e0d9561675b8f54b6bb87a6a347e2781726a.tar
guix-patches-bc78e0d9561675b8f54b6bb87a6a347e2781726a.tar.gz
gnu: ghc-persistent-template: Update to 2.6.0.
* gnu/packages/haskell-xyz.scm (ghc-persistent-template): Update to 2.6.0. [arguments]: Remove '#:cabal-revision'.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a2a0b63e03..50e4d32ac3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7890,7 +7890,7 @@ system dependencies.")
(define-public ghc-persistent-template
(package
(name "ghc-persistent-template")
- (version "2.5.4")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
@@ -7899,11 +7899,8 @@ system dependencies.")
"persistent-template-" version ".tar.gz"))
(sha256
(base32
- "008afcy7zbw7bzp9jww8gdldb51kfm0fg4p0x4xcp61gx4679bjc"))))
+ "0wr1z2nfrl6jv1lprxb0d2jw4izqfcbcwvkdrhryzg95gjz8ryjv"))))
(build-system haskell-build-system)
- (arguments
- `(#:cabal-revision
- ("2" "03qgwk32krldph3blw5agiqcpccr3649hajyn8wm9k71zz82dpn6")))
(inputs `(("ghc-persistent" ,ghc-persistent)
("ghc-monad-control" ,ghc-monad-control)
("ghc-aeson" ,ghc-aeson)