cabal-version: 3.0 name: hasql-cursor-transaction version: 0.6.5 category: Hasql, Database, PostgreSQL, Streaming synopsis: An abstraction for simultaneous fetching from multiple PostgreSQL cursors homepage: https://github.com/nikita-volkov/hasql-cursor-transaction bug-reports: https://github.com/nikita-volkov/hasql-cursor-transaction/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2016, Nikita Volkov license: MIT license-file: LICENSE library hs-source-dirs: library default-language: Haskell2010 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 ParallelListComp PatternGuards QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies TypeOperators UnboxedTuples other-modules: Hasql.CursorTransaction.Private.CursorTransaction Hasql.CursorTransaction.Private.Prelude Hasql.CursorTransaction.Private.Specs Hasql.CursorTransaction.Private.Statements Hasql.CursorTransaction.Private.Transactions exposed-modules: Hasql.CursorTransaction Hasql.CursorTransaction.Sessions Hasql.CursorTransaction.Transactions build-depends: base >=4.9 && <5, base-prelude >=1 && <2, bytestring >=0.10 && <0.14, bytestring-tree-builder >=0.2 && <0.3, contravariant >=1.5 && <2, contravariant-extras >=0.3.5.4 && <0.4, hasql ^>=1.6.4.1, hasql-transaction ^>=1.1, transformers >=0.4 && <0.7,