-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: feature-flipper version: 0.2.1.2 synopsis: A minimally obtrusive feature flag library description: A minimally obtrusive feature flag library homepage: https://github.com/toddmohney/flipper#readme bug-reports: https://github.com/toddmohney/flipper/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/flipper library hs-source-dirs: src default-extensions: OverloadedStrings ghc-options: -Wall -freverse-errors -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-matches exposed-modules: Control.Flipper Control.Flipper.Types Control.Flipper.Adapters.Memory other-modules: Paths_feature_flipper build-depends: base >=4.8 && <5 , bytestring , containers , digest , mtl , text default-language: Haskell2010 test-suite feature-flipper-test type: exitcode-stdio-1.0 hs-source-dirs: test default-extensions: OverloadedStrings main-is: Spec.hs build-depends: base >=4.8 && <5 , bytestring , containers , digest , mtl , text , feature-flipper , hspec other-modules: Control.FlipperSpec ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010