name: tfb-postgres-simple version: 0.1.0.0 homepage: https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Haskell/warp/shared/tfb-postgres-simple license: BSD3 author: Naushadh maintainer: naushadh@protonmail.com copyright: 2019 Naushadh category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: README.md library hs-source-dirs: . default-language: GHC2021 ghc-options: -funbox-strict-fields exposed-modules: TFB.Db build-depends: base >= 4.18 && < 5 , tfb-types , resource-pool , postgresql-simple , bytestring , vector , text