Accepting request 896210 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/896210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ap-normalize?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-06-01 08:39:04 +00:00 committed by Git OBS Bridge
commit 35b5248491
4 changed files with 14 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 26 08:46:13 UTC 2021 - psimons@suse.com
- Update ap-normalize to version 0.1.0.1.
Upstream added a new change log file in this release. With no
previous version to compare against, the automatic updater cannot
reliable determine the relevante entries for this release.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-ap-normalize
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name ap-normalize
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.0.0
Version: 0.1.0.1
Release: 0
Summary: Self-normalizing applicative expressions
License: MIT
@ -70,6 +70,6 @@ This package provides the Haskell %{pkg_name} library development files.
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%doc CHANGELOG.md README.md
%changelog