packages feed

snap-language 0.1.0.4 → 0.1.0.5

raw patch · 2 files changed

+8/−5 lines, 2 filesdep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, containers

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -12,3 +12,6 @@  # v0.1.0.4 version bump	++# v0.1.0.5+version bumps
snap-language.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                snap-language-version:             0.1.0.4+version:             0.1.0.5 synopsis:            Language handling for Snap description:           Language handling for Snap.@@ -28,16 +28,16 @@ source-repository this   type:     git   location: http://github.com/jonpetterbergman/snap-accept-language-  tag:      v0.1.0.4+  tag:      v0.1.0.5  library   exposed-modules:     Snap.Language   -- other-modules:          other-extensions:    OverloadedStrings-  build-depends:       base >=4.8 && <4.12,+  build-depends:       base >=4.8 && <5,                        bytestring >=0.10.6.0 && < 0.11,                        attoparsec >= 0.13.0.1 && < 0.14,-                       containers >= 0.5.6.2 && < 0.6-  build-depends:       snap-core >= 0.9.8.0 && < 1.1+                       containers >= 0.5.6.2 && < 0.7,+                       snap-core >= 0.9.8.0 && < 1.1   hs-source-dirs:      src   default-language:    Haskell2010