packages feed

hasql-transaction-0.4.2: hasql-transaction.cabal

name:
  hasql-transaction
version:
  0.4.2
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 <nikita.y.volkov@mail.ru>
maintainer:
  Nikita Volkov <nikita.y.volkov@mail.ru>
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
  ghc-options:
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, 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.Transaction.Prelude
    Hasql.Transaction.Queries
  exposed-modules:
    Hasql.Transaction
  build-depends:
    hasql >= 0.17 && < 0.20,
    -- database:
    postgresql-error-codes >= 1 && < 2,
    -- data:
    bytestring-tree-builder >= 0.1 && < 0.3,
    bytestring >= 0.10 && < 0.11,
    -- control:
    contravariant >= 1.3 && < 2,
    contravariant-extras >= 0.3 && < 0.4,
    either >= 4.4.1 && < 5,
    mtl >= 2 && < 3,
    transformers >= 0.3 && < 0.5,
    -- general:
    base-prelude >= 0.1.19 && < 0.2