diff --git a/fsnotify.cabal b/fsnotify.cabal index 5f57eb2..481e5be 100644 --- a/fsnotify.cabal +++ b/fsnotify.cabal @@ -1,6 +1,6 @@ Name: fsnotify Version: 0.3.0.1 -x-revision: 1 +x-revision: 2 Author: Mark Dittmer , Niklas Broberg Maintainer: Tom McLaughlin License: BSD3 @@ -25,7 +25,7 @@ Library Build-Depends: base >= 4.8 && < 5 , bytestring >= 0.10.2 , containers >= 0.4 - , directory >= 1.1.0.0 + , directory >= 1.2.7.0 , filepath >= 1.3.0.0 , text >= 0.11.0 , time >= 1.1 diff --git a/ghc-fsnotify.changes b/ghc-fsnotify.changes index b8f9fce..c3c53c8 100644 --- a/ghc-fsnotify.changes +++ b/ghc-fsnotify.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 16 17:31:00 UTC 2022 - Peter Simons + +- Update fsnotify to version 0.3.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-fsnotify.spec b/ghc-fsnotify.spec index f827016..9a8e580 100644 --- a/ghc-fsnotify.spec +++ b/ghc-fsnotify.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fsnotify # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Cross platform library for file change notification License: BSD-3-Clause 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-async-devel BuildRequires: ghc-bytestring-devel