1
0

Accepting request 1075882 from devel:languages:haskell

update for ghc-9.4.4

OBS-URL: https://build.opensuse.org/request/show/1075882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ghc-lib-parser-ex?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-04-04 19:20:08 +00:00 committed by Git OBS Bridge
commit bc80cd8508
4 changed files with 178 additions and 8 deletions

View File

@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Mar 30 17:06:51 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Mon Aug 8 00:15:34 UTC 2022 - Peter Simons <psimons@suse.com>
- Update ghc-lib-parser-ex to version 9.4.0.0.
## 9.4.0.0 released
- Update to `ghc-lib-parser-9.4.1.20220807`
## 0.20220801 released
- Update to `ghc-lib-parser-0.20220801`
## 9.2.1.1 released
- Update to `ghc-lib-parser-9.2.4.20220527`
## 0.20220701 released
- Update to `ghc-lib-parser-0.20220701`
## 9.2.1.0 released
- The Cabal flag `auto` now defaults to `False`:
- When `auto` has the value `False`:
- `ghc-lib-parser-ex` depends on `ghc-lib-parser`
- When `auto` has the value `True`:
- When the build compiler is >=9.2.2 && <9.3.0
- `ghc-lib-parser-ex` depends on the compiler libs
- Otherwise, `ghc-lib-parser-ex` depends on `ghc-lib-parser`
- Deprecated modues removed:
- `Language.Haskell.GhclibParserEx.Config`
- `Language.Haskell.GhclibParserEx.Parse`
- `Language.Haskell.GhclibParserEx.Outputable`
## 0.20220601 released
- Update to `ghc-lib-parser-0.20220601`
- `fakeLlvmConfig` removed for `GHCLIB_API_HEAD`
## 9.2.0.4 released
- Update to `ghc-lib-parser-9.2.3.20220527`
- Add support for ghc-9.4 series: `GHCLIB_API_904`
## 0.20220501 released
- Update to `ghc-lib-parser-0.20220501`
## 0.20220401 released
- Update to `ghc-lib-parser-0.20220401`
## 9.2.0.3 released
- Fix ghc bounds in auto mode to use ghc-lib not ghc if build compiler ghc-9.2.1 (see [issue](https://github.com/ndmitchell/hlint/issues/1314))
## 9.2.0.2 released
- Update to `ghc-lib-parser-9.2.2.20220307`
## 0.20220301 released
- Update to `ghc-lib-parser-0.20220301`
## 8.10.0.24 released
- Update to `ghc-lib-parser-8.10.7.20220219`
## 0.20220201 released
- Update to `ghc-lib-parser-0.20220201`
## 0.20220103 released
- New function `isOverLabel`
- Update to `ghc-lib-parser-0.20220103`
## 9.0.0.6 released 2021-12-26
- Add back `isQuasiQuote` for backwards compatibility
## 9.0.0.5 released 2021-12-25
- Bugfix to `isFieldPunUpdate`
- New module `Language.Haskell.GHC.Hs.Type.hs` to replace `Language.Haskell.GHC.Hs.Types.hs` (which remains for now but deprecated and will be removed in a future release)
- New function `isKindTyApp`
- Rename `isQuasiQuote` to `isQuasiQuoteExpr`
- Add new function `isQuasiQuoteSplice`
- Update to `ghc-lib-parser-9.0.2.20211226`
## 9.2.0.1 released 2021-11-01
- Update to `ghc-lib-parser-9.2.1.20211101`
## 0.20211101 released 2021-11-01
- Update to `ghc-lib-parser-0.20211101`
## 9.2.0.0 released 2021-10-30
- Update to `ghc-lib-parser-9.2.1.20211030`
## 0.20211001 released 2021-10-01
- Add `isSplicePat` to `Language.Haskell.GhclibParserEx.GHC.Hs.Pat`
- Use `genericPlatform` on `GHCLIB_API_HEAD` in `GhclibParserEx.GHC.Settings.Config.hs`
- Update to `ghc-lib-parser-0.20211001`
## 0.20210901 released 2021-09-01
- Update to `ghc-lib-parser-0.20210901`
## 8.10.0.23 released 2021-08-28
- Update to `ghc-lib-parser-8.10.7.20210828`
## 8.10.0.22 released 2021-08-14
- Update to `ghc-lib-parser-0.20210814`
- Added to `GhclibParserEx.GHC.Hs.Expr`:
- `isMonadComp`
- `isListComp`
## 0.20210701 released 2021-07-01
- Update to `ghc-lib-0.20210701`
## 8.10.0.21 released 2021-06-07
- Bugfix cabal files
## 8.10.0.20 released 2021-06-06
- Update to `ghc-lib-8.10.5.20210606`
## 0.20210601 released 2021-06-01
- Update to `ghc-lib-parser-0.20210601`
- Update types in `GHC.Types.Name.Reader` for ghc-9.2.1, `Located` becomes `LocatedN`
## 0.20210501 released 2021-05-01
- Update to `ghc-lib-0.20210501`
## 0.20210331 released 2021-02-31
- Update to `ghc-lib-0.20210331`
- Update to `ghc-lib-parser-9.0.1.20210324`
## 9.0.0.4 released 2021-03-11
- Bugfix for `GHC.Hs.Dump`
## 0.20210228 released 2021-02-28
- Update to `ghc-lib-0.20210228`
## 9.0.0.3 released 2021-02-08
- Cabal bugfix
## 9.0.0.2 released 2021-02-08
- Cabal bugfix
## 8.10.0.19 released 2021-02-08
- Cabal bugfix
-------------------------------------------------------------------
Mon Feb 8 05:05:21 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-ghc-lib-parser-ex
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,29 +17,39 @@
%global pkg_name ghc-lib-parser-ex
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 8.10.0.19
Version: 9.4.0.0
Release: 0
Summary: Algorithms on GHC parse trees
License: BSD-3-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-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-devel
BuildRequires: ghc-ghc-boot-devel
BuildRequires: ghc-ghc-boot-th-devel
BuildRequires: ghc-ghc-devel
BuildRequires: ghc-containers-prof
BuildRequires: ghc-ghc-lib-parser-devel
BuildRequires: ghc-ghc-lib-parser-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-uniplate-devel
BuildRequires: ghc-uniplate-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-directory-devel
BuildRequires: ghc-directory-prof
BuildRequires: ghc-extra-devel
BuildRequires: ghc-extra-prof
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-filepath-prof
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-hunit-prof
BuildRequires: ghc-tasty-prof
%endif
%description
@ -56,6 +66,22 @@ Requires(postun): ghc-compiler = %{ghc_version}
This package provides the Haskell %{pkg_name} library development
files.
%package -n ghc-%{pkg_name}-doc
Summary: Haskell %{pkg_name} library documentation
Requires: ghc-filesystem
BuildArch: noarch
%description -n ghc-%{pkg_name}-doc
This package provides the Haskell %{pkg_name} library documentation.
%package -n ghc-%{pkg_name}-prof
Summary: Haskell %{pkg_name} profiling library
Requires: ghc-%{pkg_name}-devel = %{version}-%{release}
Supplements: (ghc-%{pkg_name}-devel and ghc-prof)
%description -n ghc-%{pkg_name}-prof
This package provides the Haskell %{pkg_name} profiling library.
%prep
%autosetup -n %{pkg_name}-%{version}
@ -80,4 +106,9 @@ files.
%files devel -f %{name}-devel.files
%doc ChangeLog.md README.md
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
%license LICENSE
%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8963f7e95b3d7f44028ebd363ea865ec7a50e2c1ebbe349cad6225adcfc6b361
size 21193

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce3ff339a0a259a18ae921c547b35732eaca1a567a33fba1a7c65c16c973191b
size 23592