forked from pool/ghc-case-insensitive
Accepting request 306072 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/306072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-case-insensitive?expand=0&rev=6
This commit is contained in:
commit
fc80aa9aee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b255fe63155d53ab84b248ab5ba9306fd4bec47a6198e3275cf9cb41c4d263b
|
|
||||||
size 5188
|
|
3
case-insensitive-1.2.0.4.tar.gz
Normal file
3
case-insensitive-1.2.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63830d4b6b8cd51f4e40e492c17b5eaa11ebab5ef28eeb344e57709f3220d51e
|
||||||
|
size 53377
|
@ -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
|
Tue Sep 9 20:24:56 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-case-insensitive
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name case-insensitive
|
%global pkg_name case-insensitive
|
||||||
|
|
||||||
Name: ghc-case-insensitive
|
Name: ghc-case-insensitive
|
||||||
Version: 1.1.0.3
|
Version: 1.2.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Case insensitive string comparison
|
Summary: Case insensitive string comparison
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user