cartel-0.2.0.0: cartel.cabal
-- This Cabal file generated using the Cartel library.
-- Cartel is available at:
-- http://www.github.com/massysett/cartel
--
-- Script name used to generate: genCabal.hs
-- Generated on: 2014-05-27 21:31:49.996187 EDT
-- Cartel library version: 0.1.0.0
name: cartel
version: 0.2.0.0
cabal-version: >= 1.14
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2014 Omari Norman
author: Omari Norman
maintainer: omari@smileystation.com
stability: Experimental
homepage: http://www.github.com/massysett/cartel
bug-reports: omari@smileystation.com
synopsis: Specify your Cabal files in Haskell
description:
By specifying Cabal files in Haskell, you have the power
of Haskell at your disposal to eliminate redundancies
and to programatically populate various fields.
.
See the documentation in the "Cartel" module for details.
category: Distribution
tested-with: GHC == 7.4.1, GHC == 7.6.3, GHC == 7.8.2
extra-source-files:
README.md
, genCabal.hs
, current-versions.txt
, minimum-versions.txt
Library
exposed-modules:
Cartel
, Cartel.Ast
, Cartel.Defaults
, Cartel.Render
, Cartel.Tools
exposed: True
build-depends:
base ((> 4.5.0.0 || == 4.5.0.0) && < 4.8)
, directory ((> 1.1.0.2 || == 1.1.0.2) && < 1.3)
, filepath ((> 1.3.0.0 || == 1.3.0.0) && < 1.4)
, time ((> 1.4 || == 1.4) && < 1.5)
other-modules:
Paths_cartel
buildable: True
ghc-options:
-Wall
default-language: Haskell2010
hs-source-dirs:
lib