packages feed

snap-loader-static 0.9.0.2 → 1.0.0.1

raw patch · 2 files changed

Files

README.md view
@@ -1,10 +1,9 @@ Snap Framework ============== -Snap is a web framework for Haskell, based on iteratee I/O (as [popularized by-Oleg Kiselyov](http://okmij.org/ftp/Streams.html#iteratee)).  For more-information about Snap, read the `README.SNAP.md` or visit the Snap project-website at http://www.snapframework.com/.+Snap is a simple and fast web development framework and server written in+Haskell. For more information about Snap, read the `README.SNAP.md` or visit the+Snap project website at http://www.snapframework.com/.  ## Library contents @@ -30,4 +29,3 @@ The haddock documentation can be built using 'cabal haddock'.  The docs get put in `dist/doc/html/`.-
snap-loader-static.cabal view
@@ -1,15 +1,17 @@ name:           snap-loader-static-version:        0.9.0.2-synopsis:       Snap: A Haskell Web Framework: static loader+version:        1.0.0.1+synopsis:       Snap 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+cabal-version:  >= 1.10 homepage:       http://snapframework.com/ category:       Web, Snap+Tested-With:    GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,+                GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2  extra-source-files:   CONTRIBUTORS,@@ -18,6 +20,7 @@   README.SNAP.md  Library+  default-language: Haskell2010   hs-source-dirs: src    exposed-modules:@@ -25,13 +28,13 @@    build-depends:     base              >= 4       && < 5,-    template-haskell  >= 2.2     && < 2.10+    template-haskell  >= 2.2     && < 3    if impl(ghc >= 6.12.0)-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields                  -fno-warn-orphans -fno-warn-unused-do-bind   else-    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields                  -fno-warn-orphans  source-repository head