snap-templates 1.0.0.1 → 1.0.0.2
raw patch · 4 files changed
+15/−29 lines, 4 filesdep ~bytestringdep ~containersdep ~hashable
Dependency ranges changed: bytestring, containers, hashable, template-haskell, text
Files
- project_template/barebones/foo.cabal +1/−1
- project_template/default/foo.cabal +6/−13
- project_template/tutorial/foo.cabal +4/−11
- snap-templates.cabal +4/−4
project_template/barebones/foo.cabal view
@@ -19,7 +19,7 @@ bytestring >= 0.9.1 && < 0.11, mtl >= 2 && < 3, snap-core >= 1.0 && < 1.1,- snap-server >= 1.0 && < 1.1+ snap-server >= 1.0 && < 1.2 if impl(ghc >= 6.12.0) ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
project_template/default/foo.cabal view
@@ -23,27 +23,20 @@ main-is: Main.hs Build-depends:+ base >= 4.4 && < 5, bytestring >= 0.9.1 && < 0.11,- heist >= 1.0 && < 1.1,- map-syntax >= 0.2 && < 0.3,+ heist >= 1.0 && < 1.2,+ lens >= 3.7.6 && < 4.18,+ map-syntax >= 0.2 && < 0.4, monad-control >= 1.0 && < 1.1, mtl >= 2 && < 2.3,- snap >= 1.0 && < 1.1,+ snap >= 1.0 && < 1.2, snap-core >= 1.0 && < 1.1,- snap-server >= 1.0 && < 1.1,+ snap-server >= 1.0 && < 1.2, snap-loader-static >= 1.0 && < 1.1, text >= 0.11 && < 1.3, time >= 1.1 && < 1.9, xmlhtml >= 0.1 && < 0.3-- if flag(old-base)- build-depends:- base >= 4 && < 4.4,- lens >= 3.7.6 && < 3.8- else- build-depends:- base >= 4.4 && < 5,- lens >= 3.7.6 && < 4.16 if flag(development) build-depends:
project_template/tutorial/foo.cabal view
@@ -19,21 +19,14 @@ main-is: Tutorial.lhs Build-depends:+ base >= 4.4 && < 5, bytestring >= 0.9.1 && < 0.11,+ lens >= 3.7.6 && < 4.18, monad-control >= 1.0 && < 1.1, mtl >= 2 && < 2.3,- snap >= 1.0 && < 1.1,+ snap >= 1.0 && < 1.2, snap-core >= 1.0 && < 1.1,- snap-server >= 1.0 && < 1.1-- if flag(old-base)- build-depends:- base >= 4 && < 4.4,- lens >= 3.7.6 && < 3.8- else- build-depends:- base >= 4.4 && < 5,- lens >= 3.7.6 && < 4.16+ snap-server >= 1.0 && < 1.2 if impl(ghc >= 6.12.0) ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
snap-templates.cabal view
@@ -1,5 +1,5 @@ name: snap-templates-version: 1.0.0.1+version: 1.0.0.2 synopsis: Scaffolding CLI for the Snap Framework description: This is the Scaffolding CLI for the official Snap Framework libraries.@@ -27,7 +27,7 @@ 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.1+ GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3 extra-source-files: CONTRIBUTORS,@@ -68,7 +68,7 @@ build-depends: base >= 4 && < 5, bytestring >= 0.9.1 && < 0.11,- containers >= 0.3 && < 0.6,+ containers >= 0.3 && < 0.7, directory >= 1.0 && < 1.4, directory-tree >= 0.11 && < 0.13, filepath >= 1.1 && < 1.5,@@ -76,7 +76,7 @@ hashable (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3), old-time >= 1.0 && < 1.2, -- snap-server >= 1.0 && < 1.1,- template-haskell >= 2.2 && < 2.13,+ template-haskell >= 2.2 && < 2.14, text >= 0.11 && < 1.3 extensions: