Cabal revisions of snap-loader-static-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: snap-loader-static-version: 1.0.0.0-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-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--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.12-- if impl(ghc >= 6.12.0)- 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- -fno-warn-orphans--source-repository head- type: git- location: git://github.com/snapframework/snap-loader-static.git-+name: snap-loader-static +version: 1.0.0.0 +x-revision: 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 +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 + +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.13 + + if impl(ghc >= 6.12.0) + 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 + -fno-warn-orphans + +source-repository head + type: git + location: git://github.com/snapframework/snap-loader-static.git +
revision 2
name: snap-loader-static version: 1.0.0.0 -x-revision: 1 +x-revision: 2 synopsis: Snap static loader description: Snap Framework static loader license: BSD3 build-depends: base >= 4 && < 5, - template-haskell >= 2.2 && < 2.13 + template-haskell >= 2.2 && < 2.14 if impl(ghc >= 6.12.0) ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
revision 3
name: snap-loader-static version: 1.0.0.0 -x-revision: 2 +x-revision: 3 synopsis: Snap static loader description: Snap Framework static loader license: BSD3 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.0.1, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.3 extra-source-files: CONTRIBUTORS, build-depends: base >= 4 && < 5, - template-haskell >= 2.2 && < 2.14 + template-haskell >= 2.2 && < 2.15 if impl(ghc >= 6.12.0) ghc-options: -Wall -fwarn-tabs -funbox-strict-fields