Hello community,
here is the log from the commit of package ghc-indentation-core for
openSUSE:Factory checked in at 2017-08-31 20:56:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-indentation-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-indentation-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-indentation-core"
Thu Aug 31 20:56:34 2017 rev:2 rq:513400 version:0.0.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-indentation-core/ghc-indentation-core.changes
2017-04-12 18:07:15.837908872 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-indentation-core.new/ghc-indentation-core.changes
2017-08-31 20:56:35.298364355 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:07 UTC 2017 - [email protected]
+
+- Update to version 0.0.0.1.
+
+-------------------------------------------------------------------
Old:
----
indentation-core-0.0.tar.gz
New:
----
indentation-core-0.0.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-indentation-core.spec ++++++
--- /var/tmp/diff_new_pack.OM41Pb/_old 2017-08-31 20:56:36.426205890 +0200
+++ /var/tmp/diff_new_pack.OM41Pb/_new 2017-08-31 20:56:36.446203081 +0200
@@ -18,7 +18,7 @@
%global pkg_name indentation-core
Name: ghc-%{pkg_name}
-Version: 0.0
+Version: 0.0.0.1
Release: 0
Summary: Indentation sensitive parsing combinators core library
License: BSD-3-Clause
++++++ indentation-core-0.0.tar.gz -> indentation-core-0.0.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/indentation-core-0.0/CHANGELOG.md
new/indentation-core-0.0.0.1/CHANGELOG.md
--- old/indentation-core-0.0/CHANGELOG.md 2016-05-28 04:12:50.000000000
+0200
+++ new/indentation-core-0.0.0.1/CHANGELOG.md 2017-07-23 18:48:30.000000000
+0200
@@ -1,3 +1,7 @@
+# 0.0.0.1
+
+* Bump `base` bounds to support GHC 8.2.1
+
# 0.0
* Split `indentation` into separate `indentation-core`, `indentation-parsec`
and `indentation-trifecta` packages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/indentation-core-0.0/indentation-core.cabal
new/indentation-core-0.0.0.1/indentation-core.cabal
--- old/indentation-core-0.0/indentation-core.cabal 2016-05-28
04:12:50.000000000 +0200
+++ new/indentation-core-0.0.0.1/indentation-core.cabal 2017-07-23
18:48:30.000000000 +0200
@@ -1,5 +1,5 @@
name: indentation-core
-version: 0.0
+version: 0.0.0.1
synopsis: Indentation sensitive parsing combinators core library
description: Indentation sensitive parsing combinators core library
.
@@ -21,7 +21,7 @@
homepage: https://bitbucket.org/adamsmd/indentation
bug-reports: https://bitbucket.org/adamsmd/indentation/issues
-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1
source-repository head
type: git
@@ -30,7 +30,7 @@
library
hs-source-dirs: src
exposed-modules: Text.Parser.Indentation.Implementation
- build-depends: base >=4.6 && <4.10,
+ build-depends: base >=4.6 && <4.12,
mtl >=2.1
default-language: Haskell2010