Name: static-resources Version: 0.1.1 Synopsis: JavaScript and Css files concat for http optimization Description: You need to add static resources to your web page. For production you want to decrease number of files. For development you need them separated. Support for distinct sets of JS and CSS files for different views. License: BSD3 License-file: LICENSE Author: Scrive Maintainer: mariusz@scrive.com Build-type: Simple Stability: Development Category: Web Cabal-version: >=1.9 Library exposed-modules: Static.Resources Static.Resources.Types Static.Resources.Spec Static.Resources.Checker Static.Resources.Import Static.Resources.Generation hs-source-dirs: src ghc-options: -Wall extensions: DeriveDataTypeable build-depends: base >= 4 && < 5 build-depends: syb >= 0.1 build-depends: MissingH >= 1.0 build-depends: mtl >= 2.0 build-depends: time >= 1.0 build-depends: directory >= 1.0 build-depends: hslogger==1.1.4 Test-Suite test-static-resources type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: base >= 4 && < 5 build-depends: syb >= 0.1 build-depends: MissingH >= 1.0 build-depends: mtl >= 2.0 build-depends: time >= 1.0 build-depends: directory >= 1.0 build-depends: hslogger==1.1.4 build-depends: test-framework >= 0.4.1 build-depends: test-framework-quickcheck2 build-depends: test-framework-hunit build-depends: HUnit build-depends: static-resources extensions: DeriveDataTypeable