packages feed

Cabal revisions of snaplet-coffee-0.1.0.2

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

revision 1
--- Initial Snaplet-Coffee.cabal generated by cabal init.  For further--- documentation, see http://haskell.org/cabal/users-guide/--name:                snaplet-coffee-version:             0.1.0.2-synopsis:            CoffeeScript for Snap, auto-compilation and pre-compilation.-description:         A simple snaplet based off of 'snaplet-fay' but for CoffeeScript.-license:             GPL-3-license-file:        LICENSE-author:              Kevin van Rooijen-maintainer:          kevin.van.rooijen@gmail.com-copyright:           Copyright (C) 2013 Kevin van Rooijen-category:            Web, Snap-build-type:          Simple-homepage:            https://github.com/AtticHacker/snaplet-coffee-bug-reports:         https://github.com/AtticHacker/snaplet-coffee/issues--cabal-version:       >=1.8--data-files:-  resources/devel.cfg--library-  ghc-options: -Wall-  hs-source-dirs: src--  exposed-modules:-    Snap.Snaplet.Coffee-    Snap.Snaplet.Coffee.Utils--  other-modules:-    Paths_snaplet_coffee--  build-depends:-      base           >= 4         && < 5-    , snap-core      >= 0.9.3-    , snap           >= 0.11-    , haskell-coffee >= 0.1-    , filepath       >= 1.3-    , directory      >= 1.1-    , configurator   >= 0.2-    , mtl            >= 2.1-    , bytestring     >= 0.9+-- Initial Snaplet-Coffee.cabal generated by cabal init.  For further
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                snaplet-coffee
+version:             0.1.0.2
+x-revision: 1
+synopsis:            CoffeeScript for Snap, auto-compilation and pre-compilation.
+description:         A simple snaplet based off of 'snaplet-fay' but for CoffeeScript.
+license:             GPL-3
+license-file:        LICENSE
+author:              Kevin van Rooijen
+maintainer:          Kevin van Rooijen
+copyright:           Copyright (C) 2013 Kevin van Rooijen
+category:            Web, Snap
+build-type:          Simple
+homepage:            https://github.com/AtticHacker/snaplet-coffee
+bug-reports:         https://github.com/AtticHacker/snaplet-coffee/issues
+
+cabal-version:       >=1.8
+
+data-files:
+  resources/devel.cfg
+
+library
+  ghc-options: -Wall
+  hs-source-dirs: src
+
+  exposed-modules:
+    Snap.Snaplet.Coffee
+    Snap.Snaplet.Coffee.Utils
+
+  other-modules:
+    Paths_snaplet_coffee
+
+  build-depends:
+      base           >= 4         && < 5
+    , snap-core      >= 0.9.3
+    , snap           >= 0.11
+    , haskell-coffee >= 0.1
+    , filepath       >= 1.3
+    , directory      >= 1.1
+    , configurator   >= 0.2
+    , mtl            >= 2.1
+    , bytestring     >= 0.9
revision 2
 
 name:                snaplet-coffee
 version:             0.1.0.2
-x-revision: 1
+x-revision: 2
 synopsis:            CoffeeScript for Snap, auto-compilation and pre-compilation.
 description:         A simple snaplet based off of 'snaplet-fay' but for CoffeeScript.
 license:             GPL-3
 copyright:           Copyright (C) 2013 Kevin van Rooijen
 category:            Web, Snap
 build-type:          Simple
-homepage:            https://github.com/AtticHacker/snaplet-coffee
-bug-reports:         https://github.com/AtticHacker/snaplet-coffee/issues
+homepage:            https://github.com/kwrooijen/snaplet-coffee
+bug-reports:         https://github.com/kwrooijen/snaplet-coffee/issues
 
 cabal-version:       >=1.8