cabal-version: 2.4
build-type: Simple
name: hpqtypes-effectful
version: 1.0.1.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 @<https://hackage.haskell.org/package/hpqtypes hpqtypes>@ library for the @<https://hackage.haskell.org/package/effectful effectful>@ 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.8 || ==9.4.7 || ==9.6.3
|| ==9.8.1
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.11.1.0 && < 1.13.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
, resource-pool
, 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