snap-loader-static 1.0.0.0 → 1.0.0.1
raw patch · 1 files changed
+5/−4 lines, 1 filesdep ~template-haskellnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- snap-loader-static.cabal +5/−4
snap-loader-static.cabal view
@@ -1,5 +1,5 @@ name: snap-loader-static-version: 1.0.0.0+version: 1.0.0.1 synopsis: Snap static loader description: Snap Framework static loader license: BSD3@@ -7,11 +7,11 @@ 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.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,@@ -20,6 +20,7 @@ README.SNAP.md Library+ default-language: Haskell2010 hs-source-dirs: src exposed-modules:@@ -27,7 +28,7 @@ build-depends: base >= 4 && < 5,- template-haskell >= 2.2 && < 2.12+ template-haskell >= 2.2 && < 3 if impl(ghc >= 6.12.0) ghc-options: -Wall -fwarn-tabs -funbox-strict-fields