packages feed

cartel-0.10.0.2: 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-30 14:59:50.352284 EDT
-- Cartel library version: 0.10.0.0
name: cartel
version: 0.10.0.2
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.Empty
    , 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