packages feed

yesod-page-cursor-2.0.1.0: yesod-page-cursor.cabal

cabal-version:   1.18
name:            yesod-page-cursor
version:         2.0.1.0
license:         MIT
license-file:    LICENSE
copyright:       2020 Renaissance Learning Inc
maintainer:      engineering@freckle.com
author:          Freckle Engineering
homepage:        https://github.com/freckle/yesod-page-cursor#readme
bug-reports:     https://github.com/freckle/yesod-page-cursor/issues
description:     Cursor based pagination for Yesod
build-type:      Simple
extra-doc-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/freckle/yesod-page-cursor

library
    exposed-modules:
        Network.HTTP.Link.Compat
        Yesod.Page
        Yesod.Page.RenderedRoute

    hs-source-dirs:   src
    other-modules:    Paths_yesod_page_cursor
    default-language: Haskell2010
    build-depends:
        aeson >=1.3.1.1,
        base >=4.7 && <5,
        bytestring >=0.10.8.2,
        containers >=0.5.11.0,
        http-link-header >=1.0.3.1,
        network-uri >=2.6.1.0,
        text >=1.2.3.1,
        unliftio >=0.2.9.0,
        yesod-core >=1.6.9

test-suite yesod-page-cursor-test
    type:             exitcode-stdio-1.0
    main-is:          Spec.hs
    hs-source-dirs:   test
    other-modules:
        TestApp
        Paths_yesod_page_cursor

    default-language: Haskell2010
    ghc-options:      -threaded -rtsopts -with-rtsopts=-N
    build-depends:
        aeson >=1.3.1.1,
        base >=4.7 && <5,
        bytestring >=0.10.8.2,
        hspec >=2.5.5,
        hspec-expectations-lifted >=0.10.0,
        http-link-header >=1.0.3.1,
        http-types >=0.12.2,
        lens >=4.16.1,
        lens-aeson >=1.0.2,
        monad-logger >=0.3.30,
        mtl >=2.2.2,
        persistent >=2.8.2,
        persistent-sqlite >=2.8.2,
        persistent-template >=2.5.4,
        scientific >=0.3.6.2,
        text >=1.2.3.1,
        time >=1.8.0.2,
        unliftio >=0.2.9.0,
        unliftio-core >=0.1.2.0,
        wai-extra >=3.0.24.3,
        yesod >=1.6.0,
        yesod-core >=1.6.9,
        yesod-page-cursor -any,
        yesod-test >=1.6.5.1