2020-01-17 20:53:39 +03:00
|
|
|
name: fused-effects-squeal
|
|
|
|
version: 0.1.0.0
|
2020-01-26 18:39:22 +03:00
|
|
|
synopsis: A fused-effects adapter for squeal-postgresql.
|
|
|
|
description: A fused-effects adapter for squeal-postgresql.
|
2020-01-17 20:53:39 +03:00
|
|
|
homepage: https://github.com/ilyakooo0/fused-effects-squeal#readme
|
|
|
|
license: BSD3
|
|
|
|
author: Ilya Kostyuchenko
|
|
|
|
maintainer: ilyakooo0@gmail.com
|
|
|
|
copyright: Ilya Kostyuchenko
|
2020-01-26 18:39:22 +03:00
|
|
|
category: Control
|
2020-01-17 20:53:39 +03:00
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
2020-01-26 18:44:49 +03:00
|
|
|
- CHANGELOG.md
|
2020-01-17 20:53:39 +03:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- base >= 4.7 && < 5
|
2020-01-26 18:39:22 +03:00
|
|
|
- fused-effects >= 1.0.0.0
|
|
|
|
- squeal-postgresql >= 0.5.2.0
|
2020-01-17 20:53:39 +03:00
|
|
|
- unliftio-core
|
|
|
|
- unliftio
|
|
|
|
- unliftio-pool
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
exposed-modules:
|
|
|
|
- Control.Carrier.Squeal
|
|
|
|
- Control.Effect.Squeal
|
|
|
|
|
|
|
|
default-extensions:
|
|
|
|
- DataKinds
|
|
|
|
- DeriveFunctor
|
|
|
|
- DeriveGeneric
|
|
|
|
- FlexibleContexts
|
|
|
|
- FlexibleInstances
|
|
|
|
- GADTs
|
|
|
|
- GeneralizedNewtypeDeriving
|
|
|
|
- MultiParamTypeClasses
|
|
|
|
- OverloadedLabels
|
|
|
|
- OverloadedStrings
|
|
|
|
- TypeApplications
|
|
|
|
- TypeOperators
|
|
|
|
- UndecidableInstances
|
|
|
|
- ScopedTypeVariables
|
|
|
|
- PolyKinds
|
|
|
|
- DerivingStrategies
|
|
|
|
- StandaloneDeriving
|
|
|
|
- LambdaCase
|