cabal-version: 3.0 name: hasql-cursor-query version: 0.4.5 category: Hasql, Database, PostgreSQL, Streaming synopsis: A declarative abstraction over PostgreSQL Cursor homepage: https://github.com/nikita-volkov/hasql-cursor-query bug-reports: https://github.com/nikita-volkov/hasql-cursor-query/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2016, Nikita Volkov license: MIT license-file: LICENSE source-repository head type: git location: git://github.com/nikita-volkov/hasql-cursor-query.git common base 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 common executable import: base ghc-options: -O2 -threaded "-with-rtsopts=-N -I0 -qg" common test import: base ghc-options: -threaded "-with-rtsopts=-N -I0 -qg" library import: base hs-source-dirs: library other-modules: Hasql.CursorQuery.Private.CursorQuery Hasql.CursorQuery.Private.CursorTransactions Hasql.CursorQuery.Private.Decoders Hasql.CursorQuery.Private.Prelude Hasql.CursorQuery.Private.Sessions Hasql.CursorQuery.Private.Transactions exposed-modules: Hasql.CursorQuery Hasql.CursorQuery.CursorTransactions Hasql.CursorQuery.Sessions Hasql.CursorQuery.Transactions build-depends: base-prelude >=1 && <2, bytestring >=0.10 && <0.14, contravariant >=1.3 && <2, foldl >1 && <2, hasql >=1.6 && <1.7, hasql-cursor-transaction >=0.6 && <0.7, hasql-transaction >=1.1 && <1.2, profunctors >=5 && <6, test-suite tasty import: test type: exitcode-stdio-1.0 hs-source-dirs: tasty main-is: Main.hs other-modules: Main.CursorQueries Main.IO Main.Statements build-depends: foldl >=1.2 && <2, hasql, hasql-cursor-query, rebase <2, tasty >=0.12 && <2, tasty-hunit >=0.9 && <0.11,