- version bump to 1.0.1

+ Make listFilesAvoid drop trailing path separators before testing
    + #3, add a constraint base >= 4.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=2
This commit is contained in:
Ondřej Súkup 2015-02-01 16:59:00 +00:00 committed by Git OBS Bridge
parent 0359ad0568
commit b9ec5f7e94
4 changed files with 13 additions and 6 deletions

View File

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

3
extra-1.0.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 1 16:44:27 UTC 2015 - mimi.vx@gmail.com
- version bump to 1.0.1
+ Make listFilesAvoid drop trailing path separators before testing
+ #3, add a constraint base >= 4.4
-------------------------------------------------------------------
Sat Nov 15 20:36:28 UTC 2014 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-extra
# spec file for package ghc
#
# 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
@ -21,7 +21,7 @@
%global debug_package %{nil}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.8
Version: 1.0.1
Release: 0
Summary: Extra functions I use
License: BSD-3-Clause