osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-fsnotify revision:1, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=16
This commit is contained in:
Peter Simons 2018-05-14 13:17:01 +00:00 committed by Git OBS Bridge
parent 5082fdf2d9
commit f152791c9c
5 changed files with 5 additions and 102 deletions

View File

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

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

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

View File

@ -1,74 +0,0 @@
Name: fsnotify
Version: 0.2.1.1
x-revision: 1
Author: Mark Dittmer <mark.s.dittmer@gmail.com>
Maintainer: Greg Weber <greg@gregweber.info>, Roman Cheplyaka <roma@ro-che.info>
License: BSD3
License-File: LICENSE
Synopsis: Cross platform library for file change notification.
Description: Cross platform library for file creation, modification,
and deletion notification. This library builds upon
existing libraries for platform-specific Windows, Mac,
and Linux filesystem event notification.
Category: Filesystem
Cabal-Version: >= 1.8
Build-Type: Simple
Homepage: https://github.com/haskell-fswatch/hfsnotify
Extra-Source-Files:
README.md
CHANGELOG.md
test/test.hs
test/EventUtils.hs
Library
Build-Depends: base >= 4.3.1 && < 5
, containers >= 0.4
, directory >= 1.1.0.0
, filepath >= 1.3.0.0
, text >= 0.11.0
, time >= 1.1
, async >= 2.0.1
, unix-compat >= 0.2
Exposed-Modules: System.FSNotify
, System.FSNotify.Devel
Other-Modules: System.FSNotify.Listener
, System.FSNotify.Path
, System.FSNotify.Polling
, System.FSNotify.Types
Hs-Source-Dirs: src
GHC-Options: -Wall
if os(linux)
CPP-Options: -DOS_Linux
Other-Modules: System.FSNotify.Linux
Build-Depends: hinotify >= 0.3.7 && < 0.3.10
else
if os(windows)
CPP-Options: -DOS_Win32
Other-Modules: System.FSNotify.Win32
Build-Depends: Win32-notify >= 0.3
else
if os(darwin)
CPP-Options: -DOS_Mac
Other-Modules: System.FSNotify.OSX
Build-Depends: hfsevents >= 0.1.3
Test-Suite test
Type: exitcode-stdio-1.0
Main-Is: test.hs
Other-modules: EventUtils
Hs-Source-Dirs: test
GHC-Options: -Wall -threaded
Build-depends: base >= 4.3.1.0
, tasty >= 0.5
, tasty-hunit
, directory
, filepath
, unix-compat
, fsnotify
, async >= 2
, temporary
Source-Repository head
Type: git
Location: git://github.com/haskell-fswatch/hfsnotify

View File

@ -1,22 +0,0 @@
-------------------------------------------------------------------
Thu Apr 12 08:31:47 UTC 2018 - psimons@suse.com
- Update fsnotify to version 0.2.1.1 revision 1.
A more detailed change log is not available.
-------------------------------------------------------------------
Sun Jul 10 17:33:50 UTC 2016 - psimons@suse.com
- Update to version 0.2.1 revision 0 with cabal2obs.
-------------------------------------------------------------------
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
- Initial package

View File

@ -19,16 +19,16 @@
%global pkg_name fsnotify
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.1.1
Version: 0.2.1.2
Release: 0
Summary: Cross platform library for file change notification
License: BSD-3-Clause
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-async-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
@ -61,7 +61,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build