name: potoki-hasql version: 1 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 maintainer: Metrix.AI Ninjas 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: PotokiHasql.Potoki.Consume PotokiHasql.Potoki.Produce other-modules: PotokiHasql.Error.Hasql PotokiHasql.Error.Instances PotokiHasql.Error.Types PotokiHasql.Prelude build-depends: hasql == 1.1.1, potoki == 0.11.1, potoki-core == 1.5.2, base == 4.10.1.0, text == 1.2.3.0, bytestring == 0.10.8.2, vector == 0.12.0.1, profunctors == 5.2.2