Hello community,
here is the log from the commit of package ghc-microlens-aeson for
openSUSE:Factory checked in at 2017-06-04 01:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-aeson (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-aeson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-aeson"
Sun Jun 4 01:54:45 2017 rev:4 rq:494176 version:2.2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-aeson/ghc-microlens-aeson.changes
2017-03-18 20:50:10.473074403 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-aeson.new/ghc-microlens-aeson.changes
2017-06-04 01:54:46.838993446 +0200
@@ -1,0 +2,5 @@
+Mon Apr 24 12:25:55 UTC 2017 - [email protected]
+
+- Update to version 2.2.0.1 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
microlens-aeson-2.2.0.tar.gz
New:
----
microlens-aeson-2.2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microlens-aeson.spec ++++++
--- /var/tmp/diff_new_pack.1pfIkY/_old 2017-06-04 01:54:47.950836365 +0200
+++ /var/tmp/diff_new_pack.1pfIkY/_new 2017-06-04 01:54:47.954835799 +0200
@@ -19,7 +19,7 @@
%global pkg_name microlens-aeson
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.2.0
+Version: 2.2.0.1
Release: 0
Summary: Law-abiding lenses for Aeson, using microlens
License: MIT
++++++ microlens-aeson-2.2.0.tar.gz -> microlens-aeson-2.2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-aeson-2.2.0/.travis.yml
new/microlens-aeson-2.2.0.1/.travis.yml
--- old/microlens-aeson-2.2.0/.travis.yml 2016-08-09 06:41:52.000000000
+0200
+++ new/microlens-aeson-2.2.0.1/.travis.yml 2017-04-18 16:32:46.000000000
+0200
@@ -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:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-aeson-2.2.0/microlens-aeson.cabal
new/microlens-aeson-2.2.0.1/microlens-aeson.cabal
--- old/microlens-aeson-2.2.0/microlens-aeson.cabal 2017-01-08
20:07:59.000000000 +0100
+++ new/microlens-aeson-2.2.0.1/microlens-aeson.cabal 2017-04-18
16:47:49.000000000 +0200
@@ -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 <[email protected]>
@@ -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