Accepting request 354547 from devel:languages:haskell:lts

- update to 0.2.3
* New function 'divvy' (with associated tests) from Tim Washington.
* allow base 4.9
- drop patch split-base.patch

OBS-URL: https://build.opensuse.org/request/show/354547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=16
This commit is contained in:
Ondřej Súkup 2016-01-18 12:12:06 +00:00 committed by Git OBS Bridge
parent 02c60b74f5
commit 08e042dfd7
5 changed files with 13 additions and 21 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 15 10:15:10 UTC 2016 - mimi.vx@gmail.com
- update to 0.2.3
* New function 'divvy' (with associated tests) from Tim Washington.
* allow base 4.9
- drop patch split-base.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 12 18:50:26 UTC 2015 - mimi.vx@gmail.com Tue May 12 18:50:26 UTC 2015 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-split # spec file for package ghc-split
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 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
@ -21,7 +21,7 @@
%bcond_with tests %bcond_with tests
Name: ghc-split Name: ghc-split
Version: 0.2.2 Version: 0.2.3
Release: 0 Release: 0
Summary: Combinator library for splitting lists Summary: Combinator library for splitting lists
License: BSD-3-Clause License: BSD-3-Clause
@ -29,8 +29,6 @@ Group: System/Libraries
Url: https://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM split-base.patch fix cabal file dependency on base -- mimi.vx@gmail.com
Patch0: split-base.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -75,7 +73,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
%patch0 -p1
%build %build
%ghc_lib_build %ghc_lib_build

View File

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

3
split-0.2.3.tar.gz Normal file
View File

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

View File

@ -1,13 +0,0 @@
diff --git a/split.cabal b/split.cabal
index 695306c..11c86df 100644
--- a/split.cabal
+++ b/split.cabal
@@ -51,7 +51,7 @@ Source-repository head
Library
ghc-options: -Wall
- build-depends: base <4.8
+ build-depends: base <4.9
exposed-modules: Data.List.Split, Data.List.Split.Internals
default-language: Haskell2010
Hs-source-dirs: src