forked from pool/ghc-neat-interpolation
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-neat-interpolation revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=37
This commit is contained in:
parent
5ca02b4500
commit
def316c8f0
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 14:41:20 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update neat-interpolation to version 0.5.1.1.
|
||||
Upstream has not updated the file "CHANGELOG.md" since the last
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 08:04:12 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update neat-interpolation to version 0.5.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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 03:03:16 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-neat-interpolation
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,20 +19,24 @@
|
||||
%global pkg_name neat-interpolation
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.2.5
|
||||
Version: 0.5.1.1
|
||||
Release: 0
|
||||
Summary: A quasiquoter for neat and simple multiline text interpolation
|
||||
License: MIT
|
||||
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-prelude-devel
|
||||
BuildRequires: ghc-megaparsec-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HTF-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-quickcheck-instances-devel
|
||||
BuildRequires: ghc-rerebase-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-quickcheck-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -52,7 +56,7 @@ This package provides the Haskell %{pkg_name} library development
|
||||
files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
@ -73,5 +77,6 @@ files.
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc CHANGELOG.md
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c3d5204ca80713461b5b5411bdaceade0ec7a174c04104e65dd5d79fd02cb26
|
||||
size 4469
|
3
neat-interpolation-0.5.1.1.tar.gz
Normal file
3
neat-interpolation-0.5.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4af35abf3f31168f7478eb334592b90e9a658efd26a5702e6780ab2c61454ae
|
||||
size 5758
|
Loading…
Reference in New Issue
Block a user