snap-language 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−1
- snap-language.cabal +3/−3
CHANGELOG.md view
@@ -9,4 +9,6 @@ # v0.1.0.3 Bump base- ++# v0.1.0.4+version bump
snap-language.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: snap-language-version: 0.1.0.3+version: 0.1.0.4 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.3+ tag: v0.1.0.4 library exposed-modules: Snap.Language -- other-modules: other-extensions: OverloadedStrings- build-depends: base >=4.8 && <4.11,+ build-depends: base >=4.8 && <4.12, bytestring >=0.10.6.0 && < 0.11, attoparsec >= 0.13.0.1 && < 0.14, containers >= 0.5.6.2 && < 0.6