packages feed

clevercss-0.1.1: clevercss.cabal

cabal-version: >=1.2
Name: clevercss
Version: 0.1.1
Category: Text
Synopsis: A CSS preprocessor
Description: CleverCSS is a CSS preprocessing library that allows defining variables and nesting selectors so that you don't need to Repeat Yourself.
License: BSD3
License-File: LICENSE
Author: Georg Brandl
Maintainer: georg@python.org
Homepage: http://sandbox.pocoo.org/clevercss-hs/
Stability: experimental
Extra-Source-Files: documentation.html, example.ccs
Build-Type: Simple

Flag splitBase
  Description: Choose the new smaller, split-up base package.

Library
  If flag(splitBase)
    Build-Depends: base >= 3, containers, parsec, mtl, haskell98
  Else
    Build-Depends: base < 3, parsec, mtl, haskell98
  Exposed-Modules: Text.CSS.CleverCSS
  Other-Modules: Text.CSS.CleverCSSUtil
  Extensions: PatternGuards
  GHC-Options: -funbox-strict-fields

Executable clevercss
  Main-is: CCMain.hs
  Extensions: PatternGuards
  GHC-Options: -funbox-strict-fields