cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: c09f2b0c1a4ed9ce069dc8c309167f334180e75cf70184239135243817202482 name: haskell-pg-queue version: 0.1.0.0 synopsis: A PostgreSQL backed job queue. description: Something long comes here Something very long category: Web homepage: https://github.com/githubuser/haskell-pg-queue#readme author: Saurabh Nanda maintainer: saurabhnanda@gmail.com copyright: 2019 Saurabh Nanda license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md library exposed-modules: PGQueue.Job PGQueue.Migrations PGQueue.Web PGQueue.Endpoints DevelMain other-modules: Bootstrap4.Layout Main PGQueue.Links PGQueue.Types UI Paths_haskell_pg_queue hs-source-dirs: src dev default-extensions: NamedFieldPuns LambdaCase TemplateHaskell ScopedTypeVariables GeneralizedNewtypeDeriving QuasiQuotes OverloadedStrings ghc-options: -Wall -fno-warn-orphans -fno-warn-unused-imports -fno-warn-dodgy-exports --disable-optimization build-depends: aeson , async , base >=4.7 && <5 , blaze-builder , bytestring , either , exceptions , fast-logger , foreign-store , friendly-time , hostname , lucid , monad-control , monad-logger , mtl , postgresql-simple , process , resource-pool , safe , servant , servant-lucid , servant-server , string-conv , template-haskell , text , text-conversions , time , timeit , timing-convenience , unix , unliftio , unliftio-core , unordered-containers , warp default-language: Haskell2010 test-suite jobrunner type: exitcode-stdio-1.0 main-is: Test.hs other-modules: Try Try2 Paths_haskell_pg_queue hs-source-dirs: test default-extensions: NamedFieldPuns LambdaCase TemplateHaskell ScopedTypeVariables GeneralizedNewtypeDeriving QuasiQuotes OverloadedStrings ghc-options: -Wall -fno-warn-orphans -fno-warn-unused-imports -fno-warn-dodgy-exports --disable-optimization -threaded -main-is Test build-depends: aeson , async , base >=4.7 && <5 , blaze-builder , bytestring , containers , either , exceptions , fast-logger , foreign-store , friendly-time , haskell-pg-queue , hedgehog , hostname , lifted-async , lifted-base , lucid , mmorph , monad-control , monad-logger , mtl , postgresql-simple , process , random , resource-pool , safe , servant , servant-lucid , servant-server , string-conv , tasty , tasty-discover , tasty-hedgehog , tasty-hunit , template-haskell , text , text-conversions , time , timeit , timing-convenience , unix , unliftio , unliftio-core , unordered-containers , warp default-language: Haskell2010