packages feed

Cabal revisions of clay-0.9

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:     clay Version:  0.9+x-revision: 1 Synopsis: CSS preprocessor as embedded Haskell. Description:   Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded    GHC-Options: -Wall   Build-Depends:-    base  >= 4    && < 5,+    base  >= 4.5  && < 5,     mtl   >= 1    && < 2.3,     text  >= 0.11 && < 1.2    HS-Source-Dirs: src   Main-Is: Test.hs   Build-Depends:-    base                 >= 4    && < 5,+    base                 >= 4.5  && < 5,     mtl                  >= 1    && < 2.3,     text                 >= 0.11 && < 1.2,     HUnit                >= 1.2  && < 1.3,     test-framework       >= 0.8  && < 0.9,     test-framework-hunit >= 0.3  && < 0.4   Ghc-Options: -Wall-