packages feed

yesod-page-cursor-2.0.0.0: yesod-page-cursor.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8dc3f8214e380e14ac9e103fd4cdff50f3186e9497536d2f654257e1e1d1072f

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

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

library
  exposed-modules:
      Yesod.Page
      Yesod.Page.RenderedRoute
  other-modules:
      Paths_yesod_page_cursor
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , http-link-header
    , network-uri
    , text
    , unliftio
    , yesod-core
  default-language: Haskell2010

test-suite yesod-page-cursor-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      TestApp
      Paths_yesod_page_cursor
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , hspec
    , hspec-expectations-lifted
    , http-link-header
    , http-types
    , lens
    , lens-aeson
    , monad-logger
    , mtl
    , persistent
    , persistent-sqlite
    , persistent-template
    , scientific
    , text
    , time
    , unliftio
    , unliftio-core
    , wai-extra
    , yesod
    , yesod-core
    , yesod-page-cursor
    , yesod-test
  default-language: Haskell2010