From 87d648caf34757b344b3c38275500158cb71c5b15457af97d81b3d7ad86be36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:49 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-attoparsec revision:17, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=59 --- attoparsec-0.14.1.tar.gz | 3 --- attoparsec-0.14.2.tar.gz | 3 +++ ghc-attoparsec.changes | 8 ++++++++ ghc-attoparsec.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 attoparsec-0.14.1.tar.gz create mode 100644 attoparsec-0.14.2.tar.gz diff --git a/attoparsec-0.14.1.tar.gz b/attoparsec-0.14.1.tar.gz deleted file mode 100644 index 056eb4d..0000000 --- a/attoparsec-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:870f8f81d90c28f977c02e383fca78617ee3b5ba31bf0b67186add4b36ad29b3 -size 165043 diff --git a/attoparsec-0.14.2.tar.gz b/attoparsec-0.14.2.tar.gz new file mode 100644 index 0000000..54f5b49 --- /dev/null +++ b/attoparsec-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcbf1d289f5b3d12352360d813d354abf473bf539a8c091265c22653462f494 +size 162905 diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index 1aec278..aaffb0d 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 1 08:26:56 UTC 2021 - psimons@suse.com + +- Update attoparsec to version 0.14.2. + 0.14.2 + + * Support for GHC 9.2.1 + ------------------------------------------------------------------- Tue Mar 23 08:31:04 UTC 2021 - psimons@suse.com diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 3897037..8cf5a7c 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -19,7 +19,7 @@ %global pkg_name attoparsec %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.14.1 +Version: 0.14.2 Release: 0 Summary: Fast combinator parsing for bytestrings and text License: BSD-3-Clause