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:
Ondřej Súkup 2016-08-24 13:07:37 +00:00 committed by Git OBS Bridge
parent ec79372f01
commit 086bbf1ddd
4 changed files with 11 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc7b53517fefc475311bfe6dbab8ade47ab8df11a59079653aa3271e9ffcb1c4
size 53558

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:160d3898fd0d8b50bed820ff633e6292438f069adec5267c42b8bcf0f386cac8
size 53615

View File

@ -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

View File

@ -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