Hello community, here is the log from the commit of package ghc-polyparse for openSUSE:Factory checked in at 2018-08-20 16:20:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-polyparse (Old) and /work/SRC/openSUSE:Factory/.ghc-polyparse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-polyparse" Mon Aug 20 16:20:47 2018 rev:8 rq:630371 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes 2018-07-24 17:21:05.927201113 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new/ghc-polyparse.changes 2018-08-20 16:20:51.512944321 +0200 @@ -1,0 +2,6 @@ +Fri Aug 17 14:34:24 UTC 2018 - [email protected] + +- Update Cabal build information to prevent build attempts with + GHC 8.6.x. + +------------------------------------------------------------------- New: ---- polyparse.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-polyparse.spec ++++++ --- /var/tmp/diff_new_pack.nAhkP1/_old 2018-08-20 16:20:51.992944999 +0200 +++ /var/tmp/diff_new_pack.nAhkP1/_new 2018-08-20 16:20:51.992944999 +0200 @@ -25,6 +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/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros @@ -50,6 +51,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ polyparse.cabal ++++++ name: polyparse version: 1.12 x-revision: 1 license: LGPL license-file: COPYRIGHT copyright: (c) 2006-2016 Malcolm Wallace author: Malcolm Wallace <[email protected]> maintainer: author homepage: http://code.haskell.org/~malcolm/polyparse/ category: Text, Parsing synopsis: A variety of alternative parser combinator libraries. description: A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. build-type: Simple cabal-version: >=1.6 extra-source-files: LICENCE-LGPL, LICENCE-commercial source-repository head type: darcs location: http://code.haskell.org/polyparse library hs-source-dirs: src build-depends: base < 4.12 exposed-modules: Text.ParserCombinators.HuttonMeijer, Text.ParserCombinators.HuttonMeijerWallace, Text.ParserCombinators.Poly, Text.ParserCombinators.Poly.Base, Text.ParserCombinators.Poly.Result, Text.ParserCombinators.Poly.Parser, Text.ParserCombinators.Poly.Plain, Text.ParserCombinators.Poly.Lazy, Text.ParserCombinators.Poly.StateParser, Text.ParserCombinators.Poly.State, Text.ParserCombinators.Poly.StateLazy, Text.ParserCombinators.Poly.Lex, Text.Parse if impl(ghc) build-depends: bytestring build-depends: text exposed-modules: Text.ParserCombinators.Poly.ByteString Text.ParserCombinators.Poly.ByteStringChar Text.Parse.ByteString Text.ParserCombinators.Poly.Text Text.ParserCombinators.Poly.StateText -- Text.Parse.Text cpp-options: -DVERSION="1.12" nhc98-options: -K6M extensions: CPP
