packages feed

Cabal revisions of snap-loader-static-0.9.0.2

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

revision 1
-name:           snap-loader-static-version:        0.9.0.2-synopsis:       Snap: A Haskell Web Framework: static loader-description:    Snap Framework static loader-license:        BSD3-license-file:   LICENSE-author:         Carl Howells-maintainer:     snap@snapframework.com-build-type:     Simple-cabal-version:  >= 1.8-homepage:       http://snapframework.com/-category:       Web, Snap--extra-source-files:-  CONTRIBUTORS,-  LICENSE,-  README.md,-  README.SNAP.md--Library-  hs-source-dirs: src--  exposed-modules:-    Snap.Loader.Static--  build-depends:-    base              >= 4       && < 5,-    template-haskell  >= 2.2     && < 2.10--  if impl(ghc >= 6.12.0)-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2-                 -fno-warn-orphans -fno-warn-unused-do-bind-  else-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2-                 -fno-warn-orphans--source-repository head-  type:     git-  location: git://github.com/snapframework/snap-loader-static.git-+name:           snap-loader-static
+version:        0.9.0.2
+x-revision: 1
+synopsis:       Snap: A Haskell Web Framework: static loader
+description:    Snap Framework static loader
+license:        BSD3
+license-file:   LICENSE
+author:         Carl Howells
+maintainer:     snap@snapframework.com
+build-type:     Simple
+cabal-version:  >= 1.8
+homepage:       http://snapframework.com/
+category:       Web, Snap
+
+extra-source-files:
+  CONTRIBUTORS,
+  LICENSE,
+  README.md,
+  README.SNAP.md
+
+Library
+  hs-source-dirs: src
+
+  exposed-modules:
+    Snap.Loader.Static
+
+  build-depends:
+    base              >= 4       && < 5,
+    template-haskell  >= 2.2     && < 2.11
+
+  if impl(ghc >= 6.12.0)
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+                 -fno-warn-orphans -fno-warn-unused-do-bind
+  else
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+                 -fno-warn-orphans
+
+source-repository head
+  type:     git
+  location: git://github.com/snapframework/snap-loader-static.git
+