cabal-version: 3.0 name: effectful-opaleye version: 0.1.0.0 synopsis: `Effectful` support for high-level PostgreSQL operations via `Opaleye`. description: See the README for an overview, or the documentation in 'Effectful.Opaleye'. license: BSD-3-Clause license-file: LICENSE author: Frederick Pringle maintainer: frederick.pringle@fpringle.com copyright: Copyright(c) Frederick Pringle 2025 homepage: https://github.com/fpringle/effectful-postgresql build-type: Simple category: Database extra-doc-files: README.md tested-with: GHC == 8.8.4 , GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.4 , GHC == 9.2.8 , GHC == 9.4.2 , GHC == 9.4.5 , GHC == 9.6.1 , GHC == 9.6.7 , GHC == 9.8.2 , GHC == 9.10.2 common warnings ghc-options: -Wall -Wno-unused-do-bind -Wunused-packages common deps build-depends: , base >= 4 && < 5 , effectful-core >= 2.3 && < 2.6 , effectful-th >= 1.0.0.1 && < 1.0.1 , opaleye >= 0.9 && < 0.11 , product-profunctors >= 0.9 && < 0.12 , effectful-postgresql >= 0.1 && < 0.2 , postgresql-simple >= 0.7 && < 0.8 common extensions default-extensions: DataKinds FlexibleContexts GADTs LambdaCase ScopedTypeVariables TypeApplications TypeFamilies TypeOperators library import: warnings , deps , extensions exposed-modules: Effectful.Opaleye -- other-extensions: hs-source-dirs: src default-language: Haskell2010