diff --git a/case-insensitive-1.1.0.3.tar.gz b/case-insensitive-1.1.0.3.tar.gz deleted file mode 100644 index 6466700..0000000 --- a/case-insensitive-1.1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b255fe63155d53ab84b248ab5ba9306fd4bec47a6198e3275cf9cb41c4d263b -size 5188 diff --git a/case-insensitive-1.2.0.4.tar.gz b/case-insensitive-1.2.0.4.tar.gz new file mode 100644 index 0000000..a903fb7 --- /dev/null +++ b/case-insensitive-1.2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63830d4b6b8cd51f4e40e492c17b5eaa11ebab5ef28eeb344e57709f3220d51e +size 53377 diff --git a/ghc-case-insensitive.changes b/ghc-case-insensitive.changes index e53f6c1..79d40f8 100644 --- a/ghc-case-insensitive.changes +++ b/ghc-case-insensitive.changes @@ -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 diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index 8ea1806..60c8e2b 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -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