cabal-version: 3.0 name: postgresql-operation-counting version: 0.1.0.0 synopsis: Track and render a tally of which PostgreSQL operations have been performed. description: For example usage, see [effectful-opaleye](https://hackage.haskell.org/package/effectful-opaleye/docs/Effectful-Opaleye-Count.html) or [bluein-opaleye](https://hackage.haskell.org/package/bluefin-opaleye/docs/Bluefin-Opaleye-Count.html). license: BSD-3-Clause license-file: LICENSE author: Frederick Pringle maintainer: frederick.pringle@fpringle.com copyright: Copyright(c) Frederick Pringle 2026 homepage: https://github.com/fpringle/postgresql-operation-counting category: Database build-type: Simple extra-doc-files: CHANGELOG.md README.md tested-with: GHC == 9.12.2 GHC == 9.10.1 GHC == 9.8.2 GHC == 9.6.5 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.6.5 source-repository head type: git location: https://github.com/fpringle/postgresql-operation-counting.git common warnings ghc-options: -Wall -Wno-unused-do-bind -Wunused-packages common deps build-depends: , base >= 4 && < 5 , text >= 2.0 && < 2.2 , containers >= 0.6 && < 0.8 , pretty >= 1.1.1.0 && < 1.2 common extensions default-extensions: DeriveGeneric LambdaCase OverloadedStrings TypeApplications library import: warnings , deps , extensions exposed-modules: PostgreSQL.Count other-modules: -- other-extensions: hs-source-dirs: src default-language: Haskell2010