Accepting request 304530 from devel:languages:haskell:lts

- update to 1.2.0.4
* Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17
* Bump base and deepseq upper bounds for GHC 7.10 compatibility
* Add case-insensitive.nix and default.nix
* Fix #14: Build failure with GHC 7.2.2
* Fix #8: Don't unnecessarily use NoImplicitPrelude
* Solved warnings on GHC-7.8.3
* Bump text upper version bounds
* Derived a Data instance for CI

OBS-URL: https://build.opensuse.org/request/show/304530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=7
This commit is contained in:
Peter Trommler 2015-05-02 09:41:47 +00:00 committed by Git OBS Bridge
parent 535afea413
commit c0c8196f7c
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 13 08:05:41 UTC 2015 - mimi.vx@gmail.com
- update to 1.2.0.4
* Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17
* Bump base and deepseq upper bounds for GHC 7.10 compatibility
* Add case-insensitive.nix and default.nix
* Fix #14: Build failure with GHC 7.2.2
* Fix #8: Don't unnecessarily use NoImplicitPrelude
* Solved warnings on GHC-7.8.3
* Bump text upper version bounds
* Derived a Data instance for CI
-------------------------------------------------------------------
Tue Sep 9 20:24:56 UTC 2014 - peter.trommler@ohm-hochschule.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-case-insensitive
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name case-insensitive
Name: ghc-case-insensitive
Version: 1.1.0.3
Version: 1.2.0.4
Release: 0
Summary: Case insensitive string comparison
License: BSD-3-Clause