mirror of
https://github.com/ilyakooo0/fused-effects-squeal.git
synced 2024-11-22 13:16:57 +03:00
Added dexcription
This commit is contained in:
parent
b003186847
commit
9bcea07839
@ -4,11 +4,13 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 71b37a35dcdd207118aa15d0413b9360e39eab5cfff06f6bf9e9cecc9fc81dad
|
-- hash: 5f5e163efe89fcc9bdc6eeb7510c4da3546482b2d53d931cd6e218b269ab5fa9
|
||||||
|
|
||||||
name: fused-effects-squeal
|
name: fused-effects-squeal
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
category: Web
|
synopsis: A fused-effects adapter for squeal-postgresql.
|
||||||
|
description: A fused-effects adapter for squeal-postgresql.
|
||||||
|
category: Control
|
||||||
homepage: https://github.com/ilyakooo0/fused-effects-squeal#readme
|
homepage: https://github.com/ilyakooo0/fused-effects-squeal#readme
|
||||||
author: Ilya Kostyuchenko
|
author: Ilya Kostyuchenko
|
||||||
maintainer: ilyakooo0@gmail.com
|
maintainer: ilyakooo0@gmail.com
|
||||||
@ -31,8 +33,8 @@ library
|
|||||||
default-extensions: DataKinds DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedLabels OverloadedStrings TypeApplications TypeOperators UndecidableInstances ScopedTypeVariables PolyKinds DerivingStrategies StandaloneDeriving LambdaCase
|
default-extensions: DataKinds DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedLabels OverloadedStrings TypeApplications TypeOperators UndecidableInstances ScopedTypeVariables PolyKinds DerivingStrategies StandaloneDeriving LambdaCase
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.7 && <5
|
base >=4.7 && <5
|
||||||
, fused-effects
|
, fused-effects >=1.0.0.0
|
||||||
, squeal-postgresql
|
, squeal-postgresql >=0.5.2.0
|
||||||
, unliftio
|
, unliftio
|
||||||
, unliftio-core
|
, unliftio-core
|
||||||
, unliftio-pool
|
, unliftio-pool
|
||||||
|
10
package.yaml
10
package.yaml
@ -1,20 +1,20 @@
|
|||||||
name: fused-effects-squeal
|
name: fused-effects-squeal
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
#synopsis:
|
synopsis: A fused-effects adapter for squeal-postgresql.
|
||||||
#description:
|
description: A fused-effects adapter for squeal-postgresql.
|
||||||
homepage: https://github.com/ilyakooo0/fused-effects-squeal#readme
|
homepage: https://github.com/ilyakooo0/fused-effects-squeal#readme
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: Ilya Kostyuchenko
|
author: Ilya Kostyuchenko
|
||||||
maintainer: ilyakooo0@gmail.com
|
maintainer: ilyakooo0@gmail.com
|
||||||
copyright: Ilya Kostyuchenko
|
copyright: Ilya Kostyuchenko
|
||||||
category: Web
|
category: Control
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- README.md
|
- README.md
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
- fused-effects
|
- fused-effects >= 1.0.0.0
|
||||||
- squeal-postgresql
|
- squeal-postgresql >= 0.5.2.0
|
||||||
- unliftio-core
|
- unliftio-core
|
||||||
- unliftio
|
- unliftio
|
||||||
- unliftio-pool
|
- unliftio-pool
|
||||||
|
Loading…
Reference in New Issue
Block a user