Cabal revisions of clay-0.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: clay Version: 0.8+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.2, text >= 0.11 && < 0.12 HS-Source-Dirs: src Main-Is: Test.hs Build-Depends:- base >= 4 && < 5,+ base >= 4.5 && < 5, HUnit >= 1.2 && < 1.3, test-framework >= 0.8 && < 0.9, test-framework-hunit >= 0.3 && < 0.4 Ghc-Options: -Wall-