packages feed

hasql-postgres-options-0.1.4: hasql-postgres-options.cabal

name:
  hasql-postgres-options
version:
  0.1.4
synopsis:
  An "optparse-applicative" parser for "hasql-postgres"
category:
  Database, Options
homepage:
  https://github.com/nikita-volkov/hasql-postgres-options 
bug-reports:
  https://github.com/nikita-volkov/hasql-postgres-options/issues 
author:
  Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
  Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
  (c) 2014, 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-postgres-options.git


library
  hs-source-dirs:
    library
  ghc-options:
    -funbox-strict-fields
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, 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:
  exposed-modules:
    Hasql.Postgres.Options
  build-depends:
    hasql-postgres >= 0.8 && < 0.11,
    -- 
    optparse-applicative == 0.11.*,
    -- 
    base-prelude >= 0.1.8 && < 0.2