packages feed

pgqueuer-hs-0.0.1.0: pgqueuer-hs.cabal

cabal-version: 1.12

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

name:           pgqueuer-hs
version:        0.0.1.0
synopsis:       PostgreSQL powered Job queue
description:    Please see the README on GitHub at <https://github.com/tusharad/pgqueuer-hs#readme>
category:       Database
homepage:       https://github.com/tusharad/pgqueuer-hs#readme
bug-reports:    https://github.com/tusharad/pgqueuer-hs/issues
author:         Tushar Adhatrao
maintainer:     tusharadhatrao@gmail.com
copyright:      2026 Tushar Adhatrao
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/tusharad/pgqueuer-hs

library
  exposed-modules:
      PGQueuer
      PGQueuer.Listener
      PGQueuer.Query
      PGQueuer.Schema
      PGQueuer.Settings
      PGQueuer.Types
  other-modules:
      Paths_pgqueuer_hs
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wredundant-constraints -Wno-partial-fields
  build-depends:
      aeson >=2.0 && <3
    , base >=4.7 && <5
    , bytestring >=0.10.4.0 && <0.13
    , containers >=0.6 && <0.8
    , postgresql-simple >=0.7 && <0.9
    , text >=1.2 && <3
    , time >=1.9 && <2
    , uuid >=1.3 && <2
  default-language: Haskell2010

test-suite pgqueuer-hs-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Tests.PGQueuer
      Paths_pgqueuer_hs
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wredundant-constraints -Wno-partial-fields -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson >=2.0 && <3
    , base >=4.7 && <5
    , bytestring >=0.10.4.0 && <0.13
    , containers >=0.6 && <0.8
    , pgqueuer-hs
    , postgresql-simple >=0.7 && <0.9
    , tasty >=1.4 && <2
    , tasty-hunit >=0.10 && <1
    , text >=1.2 && <3
    , time >=1.9 && <2
    , uuid >=1.3 && <2
  default-language: Haskell2010