mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: ghc-persistent-sqlite: Update to 2.10.5.2.
* gnu/packages/haskell-xyz.scm (ghc-persistent-sqlite): Update to 2.10.5.2. [inputs]: Remove GHC-OLD-LOCALE. [native-inputs]: Add GHC-PERSISTENT-TEST, GHC-EXCEPTIONS, GHC-FAST-LOGGER, GHC-HUNIT, GHC-QUICKCHECK, GHC-SYSTEM-FILEIO, and GHC-SYSTEM-FILEPATH. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
ce32f7c7f2
commit
78858787ff
1 changed files with 28 additions and 18 deletions
|
@ -8795,30 +8795,40 @@ way.")
|
||||||
(define-public ghc-persistent-sqlite
|
(define-public ghc-persistent-sqlite
|
||||||
(package
|
(package
|
||||||
(name "ghc-persistent-sqlite")
|
(name "ghc-persistent-sqlite")
|
||||||
(version "2.9.3")
|
(version "2.10.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append
|
||||||
"persistent-sqlite-" version "/"
|
"https://hackage.haskell.org/package/persistent-sqlite/"
|
||||||
"persistent-sqlite-" version ".tar.gz"))
|
"persistent-sqlite-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13wbn88ixv4d4dfjl1gabm1q60fbcnygbmixz57pi3z84drrynwq"))))
|
"0agag3cgivl6mk38pqzr0qw5lxps9p2bgdwvi5658l46hs7bixxn"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-persistent" ,ghc-persistent)
|
(inputs
|
||||||
("ghc-unliftio-core" ,ghc-unliftio-core)
|
`(("ghc-persistent" ,ghc-persistent)
|
||||||
("ghc-aeson" ,ghc-aeson)
|
("ghc-aeson" ,ghc-aeson)
|
||||||
("ghc-conduit" ,ghc-conduit)
|
("ghc-conduit" ,ghc-conduit)
|
||||||
("ghc-monad-logger" ,ghc-monad-logger)
|
("ghc-microlens-th" ,ghc-microlens-th)
|
||||||
("ghc-microlens-th" ,ghc-microlens-th)
|
("ghc-monad-logger" ,ghc-monad-logger)
|
||||||
("ghc-resourcet" ,ghc-resourcet)
|
("ghc-resource-pool" ,ghc-resource-pool)
|
||||||
("ghc-old-locale" ,ghc-old-locale)
|
("ghc-resourcet" ,ghc-resourcet)
|
||||||
("ghc-resource-pool" ,ghc-resource-pool)
|
("ghc-unliftio-core" ,ghc-unliftio-core)
|
||||||
("ghc-unordered-containers" ,ghc-unordered-containers)))
|
("ghc-unordered-containers"
|
||||||
(native-inputs `(("ghc-hspec" ,ghc-hspec)
|
,ghc-unordered-containers)))
|
||||||
("ghc-persistent-template" ,ghc-persistent-template)
|
(native-inputs
|
||||||
("ghc-temporary" ,ghc-temporary)))
|
`(("ghc-persistent-template"
|
||||||
|
,ghc-persistent-template)
|
||||||
|
("ghc-persistent-test" ,ghc-persistent-test)
|
||||||
|
("ghc-exceptions" ,ghc-exceptions)
|
||||||
|
("ghc-fast-logger" ,ghc-fast-logger)
|
||||||
|
("ghc-hspec" ,ghc-hspec)
|
||||||
|
("ghc-hunit" ,ghc-hunit)
|
||||||
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
("ghc-system-fileio" ,ghc-system-fileio)
|
||||||
|
("ghc-system-filepath" ,ghc-system-filepath)
|
||||||
|
("ghc-temporary" ,ghc-temporary)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://www.yesodweb.com/book/persistent")
|
"https://www.yesodweb.com/book/persistent")
|
||||||
(synopsis "Backend for the persistent library using sqlite3")
|
(synopsis "Backend for the persistent library using sqlite3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue