packages feed

snap-language 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+11/−7 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,8 +1,12 @@-# v0.1.0.2-Bump base+# v0.1.0.0+First import of package.  # v0.1.0.1 Bump dependencies to accept Snap 1.0 -# v0.1.0.0-First import of package.+# v0.1.0.2+Bump base++# v0.1.0.3+Bump base+	
snap-language.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                snap-language-version:             0.1.0.2+version:             0.1.0.3 synopsis:            Language handling for Snap description:           Language handling for Snap.@@ -28,13 +28,13 @@ source-repository this   type:     git   location: http://github.com/jonpetterbergman/snap-accept-language-  tag:      v0.1.0.2+  tag:      v0.1.0.3  library   exposed-modules:     Snap.Language   -- other-modules:          other-extensions:    OverloadedStrings-  build-depends:       base >=4.8 && <4.10,+  build-depends:       base >=4.8 && <4.11,                        bytestring >=0.10.6.0 && < 0.11,                        attoparsec >= 0.13.0.1 && < 0.14,                        containers >= 0.5.6.2 && < 0.6