clevercss 0.2.1 → 0.2.2
raw patch · 1 files changed
+2/−8 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- clevercss.cabal +2/−8
clevercss.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.2 Name: clevercss-Version: 0.2.1+Version: 0.2.2 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.@@ -13,17 +13,11 @@ Extra-Source-Files: documentation.html, example.ccs Build-Type: Simple -Flag splitBase- Description: Choose the new smaller, split-up base package.- Flag parsec2 Description: Are we using parsec2? Library- If flag(splitBase)- Build-Depends: base >= 4 && < 5, containers, mtl- Else- Build-Depends: base < 4, mtl+ Build-Depends: base >= 4 && < 5, containers, mtl If flag(parsec2) Build-Depends: parsec >= 2.1 CPP-Options: -DPARSEC2