cabal-version: 2.4 build-type: Simple name: hpqtypes-effectful version: 1.0.0.0 license: BSD-3-Clause license-file: LICENSE category: Database maintainer: andrzej@rybczak.net, jakub.waszczuk@scrive.com author: Scrive AB synopsis: Adaptation of the hpqtypes library for the effectful ecosystem. description: Adaptation of the @@ library for the @@ ecosystem. homepage: https://github.com/haskell-effectful/hpqtypes-effectful extra-source-files: CHANGELOG.md README.md tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2 bug-reports: https://github.com/haskell-effectful/hpqtypes-effectful/issues source-repository head type: git location: https://github.com/haskell-effectful/hpqtypes-effectful common language ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-unticked-promoted-constructors default-language: Haskell2010 default-extensions: BangPatterns ConstraintKinds DataKinds DeriveFunctor DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NoStarIsType RankNTypes RoleAnnotations ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeOperators library import: language build-depends: base >= 4.13 && < 5 , effectful-core >= 1.2.0.0 && < 3.0.0.0 , exceptions , hpqtypes >= 1.9.4.0 && < 1.11.0.0 hs-source-dirs: src exposed-modules: Effectful.HPQTypes test-suite test import: language ghc-options: -threaded build-depends: base , effectful-core , hpqtypes-effectful , exceptions , hpqtypes , tasty , tasty-hunit , text hs-source-dirs: examples test -- Include examples to make sure they compile. other-modules: OuterJoins type: exitcode-stdio-1.0 main-is: Main.hs