microlens-aeson 2.2.0 → 2.2.0.1
raw patch · 2 files changed
+9/−10 lines, 2 filesdep ~aesondep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base
API changes (from Hackage documentation)
Files
- .travis.yml +4/−6
- microlens-aeson.cabal +5/−4
.travis.yml view
@@ -13,7 +13,9 @@ # 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="--resolver nightly-2016-08-01"+ - ARGS="--resolver lts-8.11"+ - ARGS="--resolver lts-7.21"+ - ARGS="--resolver lts-6.31" before_install: # Download and unpack the stack executable@@ -24,11 +26,7 @@ # This line does all of the work: installs GHC if necessary, build the library, # executables, and test suites, and runs the test suites. --no-terminal works # around some quirks in Travis's terminal implementation.-script: stack $ARGS --no-terminal --install-ghc test --coverage--after_script:- - travis_retry curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.4.0/shc-linux-x64-8.0.1.tar.bz2 | tar -xj- - ./shc microlens-aeson microlens-aeson-test+script: stack $ARGS --no-terminal --install-ghc test # Caching so the next build will be fast too. cache:
microlens-aeson.cabal view
@@ -1,8 +1,8 @@ name: microlens-aeson category: Numeric-version: 2.2.0+version: 2.2.0.1 license: MIT-cabal-version: >= 1.8+cabal-version: >= 1.10 license-file: LICENSE author: Colin Woodbury maintainer: Colin Woodbury <colingw@gmail.com>@@ -33,7 +33,7 @@ library build-depends:- aeson >= 0.7.0.5 && < 1.2+ aeson >= 0.7.0.5 && < 1.3 , attoparsec >= 0.10 && < 0.14 , base >= 4.8 && < 5 , bytestring >= 0.9 && < 0.11@@ -51,11 +51,12 @@ ghc-options: -Wall -fwarn-tabs -O2 hs-source-dirs: src+ default-language: Haskell2010 test-suite microlens-aeson-test type: exitcode-stdio-1.0 - build-depends: base >=4.9 && <4.10+ build-depends: base >=4.8 && <4.10 , tasty >= 0.10.1.2 , tasty-hunit >= 0.9.2 , text >=1.2 && <1.3