Accepting request 322647 from devel:languages:haskell:lts

- update to 0.2.1
* Use filepath instead of deprecated system-filepath

OBS-URL: https://build.opensuse.org/request/show/322647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=2
This commit is contained in:
Jan Matějka 2015-08-14 12:33:23 +00:00 committed by Git OBS Bridge
parent 364cf2bc59
commit a94782b408
4 changed files with 14 additions and 8 deletions

View File

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

3
fsnotify-0.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 13 15:56:39 UTC 2015 - mimi.vx@gmail.com
- update to 0.2.1
* Use filepath instead of deprecated system-filepath
-------------------------------------------------------------------
Tue Jun 9 12:48:03 UTC 2015 - jmatejka@suse.cz

View File

@ -19,9 +19,9 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.0.3
Release: 1
Name: ghc-fsnotify
Version: 0.2.1
Release: 0
Summary: Cross platform library for file change notification
Group: System/Libraries
@ -36,10 +36,10 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-async-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-hinotify-devel
BuildRequires: ghc-system-fileio-devel
BuildRequires: ghc-system-filepath-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-compat-devel
%if %{with tests}
BuildRequires: ghc-directory-devel
BuildRequires: ghc-tasty-devel