gnu: ghc-persistent-template: Update to 2.5.4.
* gnu/packages/haskell.scm (ghc-persistent-template): Update to 2.5.4. [arguments]: Update Cabal file to r2.
This commit is contained in:
parent
6dde5b8f97
commit
e4bc57c85b
|
@ -10109,7 +10109,7 @@ ghc-aeson.")
|
||||||
(define-public ghc-persistent-template
|
(define-public ghc-persistent-template
|
||||||
(package
|
(package
|
||||||
(name "ghc-persistent-template")
|
(name "ghc-persistent-template")
|
||||||
(version "2.5.3.1")
|
(version "2.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10118,8 +10118,11 @@ ghc-aeson.")
|
||||||
"persistent-template-" version ".tar.gz"))
|
"persistent-template-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0449piw3n02q7dag7k1pakfmzmf3ms4wk1qmnagczpm1ckajinwd"))))
|
"008afcy7zbw7bzp9jww8gdldb51kfm0fg4p0x4xcp61gx4679bjc"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cabal-revision
|
||||||
|
("2" "03qgwk32krldph3blw5agiqcpccr3649hajyn8wm9k71zz82dpn6")))
|
||||||
(inputs `(("ghc-persistent" ,ghc-persistent)
|
(inputs `(("ghc-persistent" ,ghc-persistent)
|
||||||
("ghc-monad-control" ,ghc-monad-control)
|
("ghc-monad-control" ,ghc-monad-control)
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
|
|
Loading…
Reference in New Issue