name: hasql-cursor-query version: 0.4.4.3 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 build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/hasql-cursor-query.git library hs-source-dirs: library ghc-options: 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 other-modules: Hasql.CursorQuery.Private.Prelude Hasql.CursorQuery.Private.CursorQuery Hasql.CursorQuery.Private.Decoders Hasql.CursorQuery.Private.Transactions Hasql.CursorQuery.Private.CursorTransactions Hasql.CursorQuery.Private.Sessions exposed-modules: Hasql.CursorQuery.Transactions Hasql.CursorQuery.CursorTransactions Hasql.CursorQuery.Sessions Hasql.CursorQuery build-depends: -- database: hasql >= 1.4 && < 1.5, hasql-transaction >= 0.7 && < 0.8, hasql-cursor-transaction >= 0.6 && < 0.7, -- data: bytestring >= 0.10 && < 0.11, -- control: foldl > 1 && < 2, profunctors == 5.*, contravariant >= 1.3 && < 2, -- general: base-prelude >= 1 && < 2, base >= 4.6 && < 5 test-suite tasty type: exitcode-stdio-1.0 hs-source-dirs: tasty main-is: Main.hs other-modules: Main.CursorQueries Main.Statements Main.IO 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 build-depends: foldl >= 1.2 && < 2, hasql, hasql-cursor-query, QuickCheck >=2.8.1 && <3, quickcheck-instances >=0.3.11 && <0.4, rebase < 2, tasty >=0.12 && <2, tasty-hunit >=0.9 && <0.11, tasty-quickcheck >=0.9 && <0.11