microlens-aeson 2.1.0 → 2.1.1
raw patch · 2 files changed
+3/−5 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- .travis.yml +1/−3
- microlens-aeson.cabal +2/−2
.travis.yml view
@@ -13,10 +13,8 @@ # The different configurations we want to test. You could also do things like # change flags or use --stack-yaml to point to a different file. env:-- ARGS=""-# - ARGS="--resolver lts"+- ARGS="--resolver lts-5.2" - ARGS="--resolver nightly-2015-12-16"-- ARGS="--resolver nightly" before_install: # Download and unpack the stack executable
microlens-aeson.cabal view
@@ -1,6 +1,6 @@ name: microlens-aeson category: Numeric-version: 2.1.0+version: 2.1.1 license: MIT cabal-version: >= 1.8 license-file: LICENSE@@ -38,7 +38,7 @@ library build-depends:- aeson >= 0.7.0.5 && < 0.11+ aeson >= 0.7.0.5 && < 0.12 , attoparsec >= 0.10 && < 0.14 , base >= 4.5 && < 5 , bytestring >= 0.9 && < 0.11