revised .cabal
This commit is contained in:
parent
5a216166e3
commit
cf168cc1a3
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.3.3
|
Version: 0.2.3.3
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Combinator library for splitting lists
|
Summary: Combinator library for splitting lists
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -136,6 +136,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.2.3.3-7
|
||||||
|
- revise .cabal and refresh to cabal-rpm-2.0.2
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.3-6
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.3-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: split
|
Name: split
|
||||||
Version: 0.2.3.3
|
Version: 0.2.3.3
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Stability: stable
|
Stability: stable
|
||||||
|
|
||||||
Description: A collection of various methods for splitting
|
Description: A collection of various methods for splitting
|
||||||
@ -52,7 +52,7 @@ Source-repository head
|
|||||||
|
|
||||||
Library
|
Library
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: base <4.13
|
build-depends: base < 4.14
|
||||||
exposed-modules: Data.List.Split, Data.List.Split.Internals
|
exposed-modules: Data.List.Split, Data.List.Split.Internals
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
Hs-source-dirs: src
|
Hs-source-dirs: src
|
||||||
|
Loading…
Reference in New Issue
Block a user