name: hasql-transaction version: 0.10.0.2 category: Hasql, Database, PostgreSQL synopsis: Composable abstraction over retryable transactions for Hasql homepage: https://github.com/nikita-volkov/hasql-transaction bug-reports: https://github.com/nikita-volkov/hasql-transaction/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2015, 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-transaction.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: Hasql.Transaction other-modules: Hasql.Transaction.Builders Hasql.Transaction.Prelude Hasql.Transaction.Sessions Hasql.Transaction.Statements Hasql.Transaction.Types build-depends: base >=4.9 && <5, bytestring >=0.10 && <0.11, bytestring-strict-builder >=0.4.5.3 && <0.5, contravariant >=1.3 && <2, contravariant-extras >=0.3 && <0.4, hasql >=1.4 && <1.5, mtl >=2 && <3, profunctors >=5 && <6, transformers >=0.3 && <0.6, selective >=0.3 && <0.4, semigroupoids >=5.3.2 && <6 test-suite conflicts-test type: exitcode-stdio-1.0 hs-source-dirs: conflicts-test 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 main-is: Main.hs other-modules: Main.Statements Main.Transactions ghc-options: -O2 -threaded "-with-rtsopts=-N" build-depends: async >=2.1 && <3, hasql-transaction, hasql, rerebase >=1.4 && <2