Cabal revisions of persistent-postgresql-2.10.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: persistent-postgresql-version: 2.10.1-license: MIT-license-file: LICENSE-author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>-maintainer: Michael Snoyman <michael@snoyman.com>-synopsis: Backend for the persistent library using postgresql.-description: Based on the postgresql-simple package-category: Database, Yesod-stability: Stable-cabal-version: >= 1.10-build-type: Simple-homepage: http://www.yesodweb.com/book/persistent-bug-reports: https://github.com/yesodweb/persistent/issues-extra-source-files: ChangeLog.md--library- build-depends: base >= 4.9 && < 5- , persistent >= 2.10 && < 3- , aeson >= 1.0- , blaze-builder- , bytestring >= 0.10- , conduit >= 1.2.12- , containers >= 0.5- , monad-logger >= 0.3.25- , postgresql-simple >= 0.6.1 && < 0.7- , postgresql-libpq >= 0.9.4.2 && < 0.10- , resourcet >= 1.1.9- , resource-pool- , text >= 1.2- , time >= 1.6- , transformers >= 0.5- , unliftio-core- exposed-modules: Database.Persist.Postgresql- , Database.Persist.Postgresql.JSON- ghc-options: -Wall- default-language: Haskell2010--source-repository head- type: git- location: git://github.com/yesodweb/persistent.git--test-suite test- type: exitcode-stdio-1.0- main-is: main.hs- hs-source-dirs: test- other-modules: PgInit- ArrayAggTest- EquivalentTypeTestPostgres- JSONTest- CustomConstraintTest- ghc-options: -Wall-- build-depends: base >= 4.9 && < 5- , persistent- , persistent-postgresql- , persistent-qq- , persistent-template- , persistent-test- , aeson- , bytestring- , containers- , fast-logger- , HUnit- , hspec >= 2.4- , hspec-expectations- , monad-logger- , QuickCheck- , quickcheck-instances- , resourcet- , text- , time- , transformers- , unliftio-core- , unordered-containers- , vector- default-language: Haskell2010+name: persistent-postgresql +version: 2.10.1 +x-revision: 1 +license: MIT +license-file: LICENSE +author: Felipe Lessa, Michael Snoyman <michael@snoyman.com> +maintainer: Michael Snoyman <michael@snoyman.com> +synopsis: Backend for the persistent library using postgresql. +description: Based on the postgresql-simple package +category: Database, Yesod +stability: Stable +cabal-version: >= 1.10 +build-type: Simple +homepage: http://www.yesodweb.com/book/persistent +bug-reports: https://github.com/yesodweb/persistent/issues +extra-source-files: ChangeLog.md + +library + build-depends: base >= 4.9 && < 5 + , persistent >= 2.10 && < 2.11 + , aeson >= 1.0 + , blaze-builder + , bytestring >= 0.10 + , conduit >= 1.2.12 + , containers >= 0.5 + , monad-logger >= 0.3.25 + , postgresql-simple >= 0.6.1 && < 0.7 + , postgresql-libpq >= 0.9.4.2 && < 0.10 + , resourcet >= 1.1.9 + , resource-pool + , text >= 1.2 + , time >= 1.6 + , transformers >= 0.5 + , unliftio-core + exposed-modules: Database.Persist.Postgresql + , Database.Persist.Postgresql.JSON + ghc-options: -Wall + default-language: Haskell2010 + +source-repository head + type: git + location: git://github.com/yesodweb/persistent.git + +test-suite test + type: exitcode-stdio-1.0 + main-is: main.hs + hs-source-dirs: test + other-modules: PgInit + ArrayAggTest + EquivalentTypeTestPostgres + JSONTest + CustomConstraintTest + ghc-options: -Wall + + build-depends: base >= 4.9 && < 5 + , persistent + , persistent-postgresql + , persistent-qq + , persistent-template + , persistent-test + , aeson + , bytestring + , containers + , fast-logger + , HUnit + , hspec >= 2.4 + , hspec-expectations + , monad-logger + , QuickCheck + , quickcheck-instances + , resourcet + , text + , time + , transformers + , unliftio-core + , unordered-containers + , vector + default-language: Haskell2010