name: hasql-transaction version: 0.8 category: Hasql, Database, PostgreSQL synopsis: A composable abstraction over the 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.Prelude Hasql.Transaction.Requisites.Model Hasql.Transaction.Requisites.Builders Hasql.Transaction.Requisites.Statements Hasql.Transaction.Requisites.Sessions Hasql.Transaction.Session Hasql.Transaction.Transaction 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, semigroupoids >=5.3.2 && <6