polysemy-db-0.0.1.0: polysemy-db.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: polysemy-db
version: 0.0.1.0
synopsis: Polysemy effects for databases
description: See https://hackage.haskell.org/package/polysemy-db/docs/Polysemy-Db.html
category: Database
author: Torsten Schmits
maintainer: hackage@tryp.io
copyright: 2023 Torsten Schmits
license: BSD-2-Clause-Patent
license-file: LICENSE
build-type: Simple
library
exposed-modules:
Polysemy.Db
Polysemy.Db.Data.DbConfig
Polysemy.Db.Data.DbConnectionError
Polysemy.Db.Data.DbError
Polysemy.Db.Data.DbHost
Polysemy.Db.Data.DbName
Polysemy.Db.Data.DbPassword
Polysemy.Db.Data.DbPort
Polysemy.Db.Data.DbUser
Polysemy.Db.Data.InitDbError
Polysemy.Db.Effect.Id
Polysemy.Db.Effect.Query
Polysemy.Db.Effect.Random
Polysemy.Db.Effect.Store
Polysemy.Db.Ext
Polysemy.Db.Interpreter.AtomicState
Polysemy.Db.Interpreter.Id
Polysemy.Db.Interpreter.Query
Polysemy.Db.Interpreter.Random
Polysemy.Db.Interpreter.Reader
Polysemy.Db.Interpreter.Store
hs-source-dirs:
lib
default-extensions:
StandaloneKindSignatures
AllowAmbiguousTypes
ApplicativeDo
BangPatterns
BinaryLiterals
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DerivingVia
DisambiguateRecordFields
DoAndIfThenElse
DuplicateRecordFields
EmptyCase
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
LiberalTypeSynonyms
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedLabels
OverloadedLists
OverloadedStrings
PackageImports
PartialTypeSignatures
PatternGuards
PatternSynonyms
PolyKinds
QuantifiedConstraints
QuasiQuotes
RankNTypes
RecordWildCards
RecursiveDo
RoleAnnotations
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
TypeSynonymInstances
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages -fplugin=Polysemy.Plugin
build-depends:
base >=4.12 && <5
, exon ==1.4.*
, polysemy
, polysemy-plugin
, prelate >=0.5.1 && <0.6
, random ==1.2.*
, sqel >=0.0.1 && <0.1
, uuid ==1.3.*
mixins:
base hiding (Prelude)
, prelate (Prelate as Prelude)
, prelate hiding (Prelate)
default-language: Haskell2010