Hello community,

here is the log from the commit of package ghc-indentation-parsec for 
openSUSE:Factory checked in at 2017-08-31 20:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-indentation-parsec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-indentation-parsec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-indentation-parsec"

Thu Aug 31 20:56:36 2017 rev:2 rq:513401 version:0.0.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-indentation-parsec/ghc-indentation-parsec.changes
    2017-04-12 18:07:16.705786159 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-indentation-parsec.new/ghc-indentation-parsec.changes
       2017-08-31 20:56:38.245950210 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:14 UTC 2017 - [email protected]
+
+- Update to version 0.0.0.1.
+
+-------------------------------------------------------------------

Old:
----
  indentation-parsec-0.0.tar.gz

New:
----
  indentation-parsec-0.0.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-indentation-parsec.spec ++++++
--- /var/tmp/diff_new_pack.1hPNVs/_old  2017-08-31 20:56:40.597619793 +0200
+++ /var/tmp/diff_new_pack.1hPNVs/_new  2017-08-31 20:56:40.609618107 +0200
@@ -19,7 +19,7 @@
 %global pkg_name indentation-parsec
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.0
+Version:        0.0.0.1
 Release:        0
 Summary:        Indentation sensitive parsing combinators for Parsec
 License:        BSD-3-Clause

++++++ indentation-parsec-0.0.tar.gz -> indentation-parsec-0.0.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/indentation-parsec-0.0/CHANGELOG.md 
new/indentation-parsec-0.0.0.1/CHANGELOG.md
--- old/indentation-parsec-0.0/CHANGELOG.md     2016-05-28 04:24:44.000000000 
+0200
+++ new/indentation-parsec-0.0.0.1/CHANGELOG.md 2017-07-23 18:48:42.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-parsec-0.0/indentation-parsec.cabal 
new/indentation-parsec-0.0.0.1/indentation-parsec.cabal
--- old/indentation-parsec-0.0/indentation-parsec.cabal 2016-05-28 
04:24:44.000000000 +0200
+++ new/indentation-parsec-0.0.0.1/indentation-parsec.cabal     2017-07-23 
18:48:42.000000000 +0200
@@ -1,5 +1,5 @@
 name:                indentation-parsec
-version:             0.0
+version:             0.0.0.1
 synopsis:            Indentation sensitive parsing combinators for Parsec
 description:         Indentation sensitive parsing combinators for Parsec
                      .                     
@@ -31,7 +31,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
@@ -39,9 +39,9 @@
 
 library
   hs-source-dirs:      src
-  build-depends:       base >=4.6 && <4.10,
+  build-depends:       base >=4.6 && <4.12,
                        mtl >=2.1,
-                       indentation-core == 0.0,
+                       indentation-core == 0.0.0.1,
                        parsec >=3.1.5
   exposed-modules:     Text.Parsec.Indentation
                      , Text.Parsec.Indentation.Char


Reply via email to