packages feed

Cabal revisions of mole-0.0.6

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

revision 1
-name:                mole-version:             0.0.6--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.--license:             MIT-license-file:        LICENSE-author:              Tomas Carnecky-maintainer:          tomas.carnecky@gmail.com--category:            System--build-type:          Simple-cabal-version:       >=1.10---source-repository head-    type:     git-    location: git://github.com/wereHamster/mole.git---executable mole-    hs-source-dirs:      src-    default-language:    Haskell2010--    ghc-options:         -Wall -threaded -rtsopts--    main-is:             Main.hs--    other-modules:-       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--    build-depends:-       base >=4.6 && <4.11-     , containers-     , bytestring-     , base64-bytestring-     , tagsoup-     , stm-     , cryptohash-     , filepath-     , filemanip-     , fsnotify >=0.2-     , directory-     , snap-core-     , snap-server-     , text-     , transformers-     , process-     , attoparsec-     , network-uri-     , optparse-applicative-     , time-     , mtl-     , kraken-     , unix-     , css-syntax---test-suite spec-    hs-source-dirs:      src test-    default-language:    Haskell2010--    main-is:             Test.hs-    type:                exitcode-stdio-1.0--    build-depends:-       base >=4.6 && <4.11-     , hspec-     , smallcheck-     , hspec-smallcheck-     , vector-     , text-     , unordered-containers-     , time-     , kraken-     , attoparsec-     , stm-     , bytestring-     , containers+name:                mole
+version:             0.0.6
+x-revision: 1
+
+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.
+
+license:             MIT
+license-file:        LICENSE
+author:              Tomas Carnecky
+maintainer:          tomas.carnecky@gmail.com
+
+category:            System
+
+build-type:          Simple
+cabal-version:       >=1.10
+
+
+source-repository head
+    type:     git
+    location: git://github.com/wereHamster/mole.git
+
+
+executable mole
+    hs-source-dirs:      src
+    default-language:    Haskell2010
+
+    ghc-options:         -Wall -threaded -rtsopts
+
+    main-is:             Main.hs
+
+    other-modules:
+       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
+
+    build-depends:
+       base >=4.6 && <4.11
+     , containers
+     , bytestring
+     , base64-bytestring
+     , tagsoup
+     , stm
+     , cryptohash
+     , filepath
+     , filemanip
+     , fsnotify >=0.2
+     , directory
+     , snap-core
+     , snap-server
+     , text
+     , transformers
+     , process
+     , attoparsec
+     , network-uri
+     , optparse-applicative
+     , time
+     , mtl
+     , kraken
+     , unix
+     , css-syntax < 0.1.0.0
+
+
+test-suite spec
+    hs-source-dirs:      src test
+    default-language:    Haskell2010
+
+    main-is:             Test.hs
+    type:                exitcode-stdio-1.0
+
+    build-depends:
+       base >=4.6 && <4.13
+     , hspec
+     , smallcheck
+     , hspec-smallcheck
+     , vector
+     , text
+     , unordered-containers
+     , time
+     , kraken
+     , attoparsec
+     , stm
+     , bytestring
+     , containers
revision 2
 name:                mole
 version:             0.0.6
-x-revision: 1
+x-revision: 2
 
 synopsis:            A glorified string replacement tool
 description:
      , Data.Mole.Watcher
 
     build-depends:
-       base >=4.6 && <4.11
+       base >=4.6 && <4.13
      , containers
      , bytestring
      , base64-bytestring
revision 3
 name:                mole
 version:             0.0.6
-x-revision: 2
+x-revision: 3
 
 synopsis:            A glorified string replacement tool
 description:
      , Data.Mole.Watcher
 
     build-depends:
-       base >=4.6 && <4.13
+       base >=4.6 && <4.14
      , containers
      , bytestring
      , base64-bytestring
     type:                exitcode-stdio-1.0
 
     build-depends:
-       base >=4.6 && <4.13
+       base >=4.6 && <4.14
      , hspec
      , smallcheck
      , hspec-smallcheck