cabal-version: 1.12 name: persistent-pagination version: 0.1.0.0 synopsis: Efficient and correct pagination for persistent queries. description: Please see the README on GitHub at homepage: https://github.com/parsonsmatt/persistent-pagination#readme bug-reports: https://github.com/parsonsmatt/persistent-pagination/issues author: Matt Parsons maintainer: parsonsmattt@gmail.com copyright: 2019 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple category: Database extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/parsonsmatt/persistent-pagination library exposed-modules: Database.Persist.Pagination other-modules: Paths_persistent_pagination hs-source-dirs: src build-depends: base >= 4.11 && < 5 , persistent >= 2 && < 3.0 , conduit >= 1.2.8 && < 1.4 , mtl < 3 , foldl < 1.5.0 , microlens < 0.5 default-language: Haskell2010 ghc-options: -Wall test-suite persistent-pagination-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_persistent_pagination Database.Persist.PaginationSpec hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , persistent-pagination , persistent , persistent-sqlite , persistent-template , hspec , time , hspec-discover , QuickCheck , conduit , containers , mtl default-language: Haskell2010