Hello community,
here is the log from the commit of package ghc-regex-applicative-text for
openSUSE:Factory checked in at 2018-10-25 08:21:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old)
and /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-applicative-text"
Thu Oct 25 08:21:16 2018 rev:7 rq:643199 version:0.1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
2018-07-24 17:21:23.679223864 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new/ghc-regex-applicative-text.changes
2018-10-25 08:21:21.667937856 +0200
@@ -1,0 +2,5 @@
+Fri Oct 19 13:14:24 UTC 2018 - Peter Simons <[email protected]>
+
+- Update Cabal build instructions to support ghc-8.6.1.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-regex-applicative-text.spec ++++++
--- /var/tmp/diff_new_pack.oC2VtS/_old 2018-10-25 08:21:22.799937349 +0200
+++ /var/tmp/diff_new_pack.oC2VtS/_new 2018-10-25 08:21:22.803937347 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -25,7 +25,7 @@
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-regex-applicative-devel
BuildRequires: ghc-rpm-macros
++++++ regex-applicative-text.cabal ++++++
--- /var/tmp/diff_new_pack.oC2VtS/_old 2018-10-25 08:21:22.835937332 +0200
+++ /var/tmp/diff_new_pack.oC2VtS/_new 2018-10-25 08:21:22.839937331 +0200
@@ -1,18 +1,20 @@
+cabal-version: >= 1.10
name: regex-applicative-text
version: 0.1.0.1
-x-revision: 2
+x-revision: 3
+
synopsis: regex-applicative on text
-description: Wrapped regex-applicative primitives to work with Text
category: Text
+description: Wrapped regex-applicative primitives to work with Text
+
homepage: https://github.com/phadej/regex-applicative-text#readme
bug-reports: https://github.com/phadej/regex-applicative-text/issues
author: Oleg Grenrus <[email protected]>
maintainer: Oleg Grenrus <[email protected]>
license: BSD3
license-file: LICENSE
-tested-with: GHC==7.0.4, GHC==7.2.2, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4,
GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.1
+tested-with: GHC==7.0.4, GHC==7.2.2, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4,
GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
build-type: Simple
-cabal-version: >= 1.10
extra-source-files:
README.md
@@ -26,7 +28,7 @@
src
ghc-options: -Wall
build-depends:
- base >= 4.3 && <4.12
+ base >= 4.3 && <4.13
, regex-applicative >=0.3 && <0.4
, text
exposed-modules: