name: mole version: 0.0.5 x-revision: 4 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE maintainer: tomas.carnecky@gmail.com synopsis: A glorified string replacement tool description: A glorified string replacement tool. For a very specific purpose. That purpose being to compile and optimize a static website (or a single-page application). Mole inspects source, builds a complete dependency tree, minifies and compresses the files, adds fingerprints and writes the result to a directory. category: System author: Tomas Carnecky source-repository head type: git location: git://github.com/wereHamster/mole.git executable mole main-is: Main.hs build-depends: base >=4.6 && <4.11, containers, bytestring, base64-bytestring, tagsoup, stm, cryptohash, filepath, filemanip, fsnotify, directory, snap, snap-server, text, transformers, process, attoparsec, network-uri, optparse-applicative, time, mtl, kraken, unix, css-syntax default-language: Haskell2010 hs-source-dirs: src other-modules: Main Data.Mole.Builder.Internal.Fingerprint Data.Mole.Builder.Internal.Template Data.Mole.Builder.Binary Data.Mole.Builder.External Data.Mole.Builder.Html Data.Mole.Builder.Image Data.Mole.Builder.JavaScript Data.Mole.Builder.Stylesheet Data.Mole.Builder Data.Mole.Core Data.Mole.Server Data.Mole.Types Data.Mole.Watcher ghc-options: -Wall -threaded -rtsopts test-suite spec type: exitcode-stdio-1.0 main-is: Test.hs build-depends: base >=4.6 && <4.11, hspec, smallcheck, hspec-smallcheck, vector, text, unordered-containers, time, kraken, attoparsec, stm, bytestring, containers default-language: Haskell2010 hs-source-dirs: src test