-- Initial feature-flags.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: feature-flags version: 0.1.0.1 synopsis: A simple library for dynamically enabling and disabling functionality. description: A simple library for dynamically enabling and disabling functionality. homepage: https://github.com/iand675/feature-flags license: MIT license-file: LICENSE author: Ian Duncan maintainer: ian@iankduncan.com copyright: SaneTracker category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: http://github.com/iand675/feature-flags library exposed-modules: Control.FeatureFlag -- other-modules: -- other-extensions: build-depends: base >= 4.5 && < 5, text hs-source-dirs: src default-language: Haskell2010