From 1ca586f3d07e6b20894f63a1d412ec9714c3e8dc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Nov 2012 22:50:40 +0100 Subject: [PATCH] haskell-fsnotify: update to version 0.0.3 --- pkgs/development/libraries/haskell/fsnotify/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/fsnotify/default.nix b/pkgs/development/libraries/haskell/fsnotify/default.nix index e8a8f74fbbeb..0024216df3e2 100644 --- a/pkgs/development/libraries/haskell/fsnotify/default.nix +++ b/pkgs/development/libraries/haskell/fsnotify/default.nix @@ -2,12 +2,9 @@ cabal.mkDerivation (self: { pname = "fsnotify"; - version = "0.0.2"; - sha256 = "14pvyky3wg1k1lrv41rymi4mihvdpkx8vfv43wa0z6g4a6456ayz"; + version = "0.0.3"; + sha256 = "17m47rfd1pw4dkw1ghlkfm9cjir0cpgrsasx4vsbj07f2nzidx8a"; buildDepends = [ hinotify systemFileio systemFilepath text time ]; - patchPhase = '' - sed -i -e 's@hinotify == 0.3.2@hinotify >= 0.3.2@g' fsnotify.cabal - ''; meta = { description = "Cross platform library for file creation, modification, and deletion notification"; license = self.stdenv.lib.licenses.bsd3;