name: hasql-postgres-options version: 0.1.2 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 maintainer: Nikita Volkov 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.10, -- optparse-applicative == 0.11.*, -- base-prelude >= 0.1.8 && < 0.2, base >= 4.5 && < 4.8