Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dbbbd094a2 | |||
| 3be820cf8a |
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 16:16:28 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update megaparsec to version 9.7.0.
|
||||
## Megaparsec 9.7.0
|
||||
|
||||
* Implemented correct handling of wide Unicode characters in error messages.
|
||||
To that end, a new module `Text.Megaparsec.Unicode` was introduced. [Issue
|
||||
370](https://github.com/mrkkrp/megaparsec/issues/370).
|
||||
* Inlined `Applicative` operators `(<*)` and `(*>)`. [PR
|
||||
566](https://github.com/mrkkrp/megaparsec/pull/566).
|
||||
* `many` and `some` of the `Alternative` instance of `ParsecT` are now more
|
||||
efficient, since they use the monadic implementations under the hood.
|
||||
[Issue 567](https://github.com/mrkkrp/megaparsec/issues/567).
|
||||
* Added `Text.Megaparsec.Error.errorBundlePrettyForGhcPreProcessors`. [PR
|
||||
573](https://github.com/mrkkrp/megaparsec/pull/573).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 3 13:51:23 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-megaparsec
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,15 @@
|
||||
%global pkg_name megaparsec
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 9.6.1
|
||||
Version: 9.7.0
|
||||
Release: 0
|
||||
Summary: Monadic parser combinators
|
||||
License: BSD-2-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-array-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a32257be847dbe71ac22d512ab115f9ce26fa08bcdbea7ca8b5256a1700dcbff
|
||||
size 64913
|
||||
3
megaparsec-9.7.0.tar.gz
Normal file
3
megaparsec-9.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9ed423625bf20ae7a72480d40d2dd16018a67e2ec45afb840a3607aa931ec97
|
||||
size 67078
|
||||
Reference in New Issue
Block a user