gnu: ghc-persistent: Update to 2.10.4.
* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.10.4. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
9989d1464f
commit
8c9697a954
|
@ -8754,41 +8754,36 @@ syntax and semantics as Perl 5.")
|
||||||
(define-public ghc-persistent
|
(define-public ghc-persistent
|
||||||
(package
|
(package
|
||||||
(name "ghc-persistent")
|
(name "ghc-persistent")
|
||||||
(version "2.9.2")
|
(version "2.10.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append
|
||||||
"persistent-" version "/"
|
"https://hackage.haskell.org/package/persistent/"
|
||||||
"persistent-" version ".tar.gz"))
|
"persistent-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"))))
|
"1cxswz72sqdg2z1nbpgp1k5qr41djgk8qbf8nz7wfppsrhacyffi"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-old-locale" ,ghc-old-locale)
|
(inputs
|
||||||
("ghc-conduit" ,ghc-conduit)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
("ghc-resourcet" ,ghc-resourcet)
|
("ghc-attoparsec" ,ghc-attoparsec)
|
||||||
("ghc-exceptions" ,ghc-exceptions)
|
("ghc-base64-bytestring" ,ghc-base64-bytestring)
|
||||||
("ghc-monad-control" ,ghc-monad-control)
|
("ghc-blaze-html" ,ghc-blaze-html)
|
||||||
("ghc-lifted-base" ,ghc-lifted-base)
|
("ghc-conduit" ,ghc-conduit)
|
||||||
("ghc-resource-pool" ,ghc-resource-pool)
|
("ghc-fast-logger" ,ghc-fast-logger)
|
||||||
("ghc-path-pieces" ,ghc-path-pieces)
|
("ghc-http-api-data" ,ghc-http-api-data)
|
||||||
("ghc-http-api-data" ,ghc-http-api-data)
|
("ghc-monad-logger" ,ghc-monad-logger)
|
||||||
("ghc-aeson" ,ghc-aeson)
|
("ghc-path-pieces" ,ghc-path-pieces)
|
||||||
("ghc-monad-logger" ,ghc-monad-logger)
|
("ghc-resource-pool" ,ghc-resource-pool)
|
||||||
("ghc-transformers-base" ,ghc-transformers-base)
|
("ghc-resourcet" ,ghc-resourcet)
|
||||||
("ghc-base64-bytestring" ,ghc-base64-bytestring)
|
("ghc-scientific" ,ghc-scientific)
|
||||||
("ghc-unordered-containers" ,ghc-unordered-containers)
|
("ghc-silently" ,ghc-silently)
|
||||||
("ghc-vector" ,ghc-vector)
|
("ghc-unliftio-core" ,ghc-unliftio-core)
|
||||||
("ghc-attoparsec" ,ghc-attoparsec)
|
("ghc-unliftio" ,ghc-unliftio)
|
||||||
("ghc-haskell-src-meta" ,ghc-haskell-src-meta)
|
("ghc-unordered-containers"
|
||||||
("ghc-blaze-html" ,ghc-blaze-html)
|
,ghc-unordered-containers)
|
||||||
("ghc-blaze-markup" ,ghc-blaze-markup)
|
("ghc-vector" ,ghc-vector)))
|
||||||
("ghc-silently" ,ghc-silently)
|
|
||||||
("ghc-fast-logger" ,ghc-fast-logger)
|
|
||||||
("ghc-scientific" ,ghc-scientific)
|
|
||||||
("ghc-tagged" ,ghc-tagged)
|
|
||||||
("ghc-void" ,ghc-void)))
|
|
||||||
(native-inputs `(("ghc-hspec" ,ghc-hspec)))
|
(native-inputs `(("ghc-hspec" ,ghc-hspec)))
|
||||||
(home-page "https://www.yesodweb.com/book/persistent")
|
(home-page "https://www.yesodweb.com/book/persistent")
|
||||||
(synopsis "Type-safe, multi-backend data serialization for Haskell")
|
(synopsis "Type-safe, multi-backend data serialization for Haskell")
|
||||||
|
|
Reference in New Issue