gnu: ghc-persistent-template: Update to 2.8.0.

* gnu/packages/haskell-xyz.scm (ghc-persistent-template): Update to 2.8.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Alexandru-Sergiu Marton 2020-01-08 11:56:45 +02:00 committed by Marius Bakke
parent 8c9697a954
commit d5378e98b4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -8830,27 +8830,29 @@ system dependencies.")
(define-public ghc-persistent-template (define-public ghc-persistent-template
(package (package
(name "ghc-persistent-template") (name "ghc-persistent-template")
(version "2.6.0") (version "2.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append
"persistent-template-" version "/" "https://hackage.haskell.org/package/persistent-template/"
"persistent-template-" version ".tar.gz")) "persistent-template-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0wr1z2nfrl6jv1lprxb0d2jw4izqfcbcwvkdrhryzg95gjz8ryjv")))) "16yjrl0gh4jbs4skr7iv6a55lny59bqhd6hjmvch1cl9j5d0c0g3"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-persistent" ,ghc-persistent) (inputs
("ghc-monad-control" ,ghc-monad-control) `(("ghc-persistent" ,ghc-persistent)
("ghc-aeson" ,ghc-aeson) ("ghc-aeson" ,ghc-aeson)
("ghc-aeson-compat" ,ghc-aeson-compat) ("ghc-http-api-data" ,ghc-http-api-data)
("ghc-monad-control" ,ghc-monad-control)
("ghc-monad-logger" ,ghc-monad-logger) ("ghc-monad-logger" ,ghc-monad-logger)
("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-tagged" ,ghc-tagged)
("ghc-path-pieces" ,ghc-path-pieces) ("ghc-path-pieces" ,ghc-path-pieces)
("ghc-http-api-data" ,ghc-http-api-data))) ("ghc-th-lift-instances" ,ghc-th-lift-instances)
(native-inputs `(("ghc-hspec" ,ghc-hspec) ("ghc-unordered-containers"
,ghc-unordered-containers)))
(native-inputs
`(("ghc-hspec" ,ghc-hspec)
("ghc-quickcheck" ,ghc-quickcheck))) ("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://www.yesodweb.com/book/persistent") (home-page "https://www.yesodweb.com/book/persistent")
(synopsis "Type-safe, non-relational, multi-backend persistence") (synopsis "Type-safe, non-relational, multi-backend persistence")