This commit is contained in:
parent
b843875150
commit
264f63c3f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/ansi-terminal-0.11.tar.gz
|
||||
/ansi-terminal-0.11.1.tar.gz
|
||||
/ansi-terminal-0.11.4.tar.gz
|
||||
/ansi-terminal-0.11.5.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.11.4
|
||||
Version: 0.11.5
|
||||
Release: %autorelease
|
||||
Summary: Simple ANSI terminal support, with Windows compatibility
|
||||
|
||||
@ -18,9 +18,11 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-ansi-terminal-types-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-colour-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-ansi-terminal-types-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-colour-prof
|
||||
%endif
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansi-terminal-0.11.4.tar.gz) = 893ce121924fab1d80288316be4f1f38c05fc959e8ad87b25ed478f493c4294137aeff1c8300223774b0eede3c62337804428128b00b9c525cb7ac4d4290bac2
|
||||
SHA512 (ansi-terminal-0.11.5.tar.gz) = 7f0186793171d7e8e89c84cd8976866f17b692f1571ed8b91c19482c5cc25509c7adf9d8eec7c2327c087eff5278be0b2721d933014f39b71a8cff2f49ef5f4b
|
||||
|
Loading…
Reference in New Issue
Block a user