atelier-db-0.3.0.0: atelier-db.cabal
cabal-version: 2.0
-- This file has been generated from package.yaml by hpack version 0.38.3.
--
-- see: https://github.com/sol/hpack
name: atelier-db
version: 0.3.0.0
synopsis: Relational database effect for atelier (Hasql/Rel8)
description: Relational database access via Hasql and Rel8, exposed as an Effectful effect — part of the atelier toolkit.
category: Database
homepage: https://github.com/tweag/tricorder#readme
bug-reports: https://github.com/tweag/tricorder/issues
author: Victor Nascimento Bakke
maintainer: victor.bakke@tweag.io
license: MIT
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 9.10.3
, GHC == 9.6.7
, GHC == 9.8.4
, GHC == 9.12.4
extra-doc-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/tweag/tricorder
library
exposed-modules:
Atelier.Effects.DB
Atelier.Effects.DB.Config
Atelier.Effects.DB.Rel8
other-modules:
Paths_atelier_db
autogen-modules:
Paths_atelier_db
hs-source-dirs:
src
default-extensions:
BlockArguments
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
DuplicateRecordFields
FlexibleContexts
GADTs
LambdaCase
MultiWayIf
OverloadedLabels
OverloadedRecordDot
OverloadedStrings
StrictData
TemplateHaskell
TypeFamilies
ghc-options: -Weverything -Wno-unsafe -Wno-missing-safe-haskell-mode -Wno-monomorphism-restriction -Wno-missing-kind-signatures -Wno-missing-local-signatures -Wno-missing-import-lists -Wno-implicit-prelude -Wno-unticked-promoted-constructors -Wno-unused-packages -Wno-all-missed-specialisations -Wno-missed-specialisations -fplugin=Effectful.Plugin -threaded
build-depends:
aeson >=2.2 && <2.4
, atelier-core >=0.3 && <0.5
, atelier-monitoring ==0.1.*
, atelier-prelude >=0.1 && <0.3
, base >=4.18 && <4.23
, bytestring >=0.11 && <0.13
, containers >=0.6 && <0.9
, data-default ==0.8.*
, effectful ==2.6.*
, effectful-core ==2.6.*
, effectful-plugin >=2.0 && <2.2
, effectful-th ==1.0.*
, hasql >=1.9 && <1.11
, hasql-pool >=1.3 && <1.5
, hasql-transaction ==1.2.*
, rel8 ==1.7.*
, text ==2.1.*
, time >=1.12 && <1.17
mixins:
base hiding (Prelude)
default-language: GHC2021
if impl(GHC >= 9.8)
ghc-options: -Wno-missing-poly-kind-signatures -Wno-missing-role-annotations