Configurable-0.1.0.0: Configurable.cabal
-- Initial Configurable.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Configurable
version: 0.1.0.0
synopsis: Declare types as Configurable then specialize them all in one place
description: Declare types as Configurable then specialize them all in one place
homepage: https://github.com/tel/Configurable
license: MIT
license-file: LICENSE
author: Joseph Abrahamson <me@jspha.com>
maintainer: Joseph Abrahamson <me@jspha.com>
copyright: Joseph Abrahamson, 2012
category: Control
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Control.Configurable
-- other-modules:
build-depends: base ==4.5.*
hs-source-dirs: src
source-repository head
type: git
location: https://github.com/tel/Configurable.git