name:
potoki-hasql
version:
1.3
synopsis:
Integration of "potoki" and "hasql".
description:
Utilities, which integrate Hasql and Potoki.
category:
Streaming, Database
homepage:
https://github.com/metrix-ai/potoki-hasql
bug-reports:
https://github.com/metrix-ai/potoki-hasql/issues
author:
Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
Metrix.AI Ninjas <ninjas@metrix.ai>
copyright:
(c) 2018, Metrix.AI
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>= 1.24
source-repository head
type:
git
location:
https://github.com/metrix-ai/potoki-hasql.git
library
hs-source-dirs:
library
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
exposed-modules:
Potoki.Hasql.Consume
Potoki.Hasql.Produce
Potoki.Hasql.Error
other-modules:
Potoki.Hasql.Prelude
Potoki.Hasql.Error.Hasql
Potoki.Hasql.Error.Instances
Potoki.Hasql.Error.Types
build-depends:
hasql >= 1.1.1 && < 1.2,
potoki >= 0.11.1 && < 0.12,
potoki-core >= 1.5.2 && < 1.6,
base >= 4.10.1.0 && < 5,
text >= 1.2.3.0 && < 1.3,
bytestring >= 0.10.8.2 && < 0.11,
vector >= 0.12.0.1 && < 0.13,
profunctors >= 5.2.2 && < 5.3
ghc-options:
-Wall