-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: feature-flipper-postgres
version: 0.1.0.0
synopsis: A minimally obtrusive feature flag library
description: A minimally obtrusive feature flag library
homepage: https://github.com/toddmohney/feature-flipper-postgres#readme
bug-reports: https://github.com/toddmohney/feature-flipper-postgres/issues
license: MIT
license-file: LICENSE
author: Todd Mohney
maintainer: toddmohney@gmail.com
copyright: 2017 Todd Mohney
category: Web
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/toddmohney/feature-flipper-postgres
library
hs-source-dirs:
src
default-extensions: OverloadedStrings
ghc-options: -Wall -fwarn-unused-matches -fwarn-unused-binds -fwarn-unused-imports
exposed-modules:
Control.Flipper.Adapters.Postgres
Control.Flipper.Adapters.Postgres.DBAccess
Control.Flipper.Adapters.Postgres.Internal.Query
Control.Flipper.Adapters.Postgres.Models
Control.Flipper.Adapters.Postgres.Query
other-modules:
Paths_feature_flipper_postgres
build-depends:
base >=4.7 && <5
, bytestring
, containers
, feature-flipper
, monad-logger
, mtl
, persistent
, persistent-postgresql
, persistent-template
, text
, time
default-language: Haskell2010
test-suite feature-flipper-postgres-test
type: exitcode-stdio-1.0
hs-source-dirs:
test
default-extensions: OverloadedStrings RecordWildCards
main-is: Spec.hs
build-depends:
base
, bytestring
, containers
, hspec
, monad-logger
, mtl
, persistent
, persistent-postgresql
, feature-flipper
, feature-flipper-postgres
other-modules:
Control.Flipper.Postgres.QuerySpec
Control.Flipper.PostgresSpec
Helpers.Config
Helpers.Database
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010