forked from pool/ghc-case-insensitive
Accepting request 421601 from devel:languages:haskell:lts:6
version update OBS-URL: https://build.opensuse.org/request/show/421601 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=15
This commit is contained in:
parent
d0e977bb61
commit
8736fe0c19
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc7b53517fefc475311bfe6dbab8ade47ab8df11a59079653aa3271e9ffcb1c4
|
||||
size 53558
|
3
case-insensitive-1.2.0.7.tar.gz
Normal file
3
case-insensitive-1.2.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:160d3898fd0d8b50bed820ff633e6292438f069adec5267c42b8bcf0f386cac8
|
||||
size 53615
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 11:21:37 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 1.2.0.7 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:08:41 UTC 2016 - psimons@suse.com
|
||||
|
||||
|
@ -19,15 +19,14 @@
|
||||
%global pkg_name case-insensitive
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.2.0.6
|
||||
Version: 1.2.0.7
|
||||
Release: 0
|
||||
Summary: Case insensitive string comparison
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Group: Development/Languages/Other
|
||||
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
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
@ -40,7 +39,6 @@ BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-test-framework-devel
|
||||
BuildRequires: ghc-test-framework-hunit-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
The module 'Data.CaseInsensitive' provides the 'CI' type constructor which can
|
||||
@ -62,20 +60,14 @@ files.
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%{cabal} test
|
||||
%endif
|
||||
|
||||
%cabal_test
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
Loading…
Reference in New Issue
Block a user