- update to 0.6.2.2
* Fix a GHC 7.10 warning OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=5
This commit is contained in:
parent
69cf37edde
commit
736084236f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965a38671ddd195b243af9d0284faedb52b852eace5f7cced11e6fcf2e47b7f6
|
||||
size 14652
|
3
ansi-terminal-0.6.2.2.tar.gz
Normal file
3
ansi-terminal-0.6.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da082cfcbd7f65b808adea6c9915ad58643b8a22c7bcd21d3dbaf091828dd4bf
|
||||
size 21748
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 17:26:19 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.6.2.2
|
||||
* Fix a GHC 7.10 warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 11:33:49 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -15,15 +15,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global pkg_name ansi-terminal
|
||||
|
||||
Name: ghc-ansi-terminal
|
||||
Version: 0.6.2.1
|
||||
Version: 0.6.2.2
|
||||
Release: 0
|
||||
Summary: Simple ANSI terminal support, with Windows compatibility
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -56,31 +57,24 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user