haskell-fsnotify: update to version 0.0.2

This commit is contained in:
Peter Simons 2012-11-08 14:57:36 +01:00
parent fffaca133a
commit c867db9a14
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
version = "0.0.2"; version = "0.0.2";
sha256 = "14pvyky3wg1k1lrv41rymi4mihvdpkx8vfv43wa0z6g4a6456ayz"; sha256 = "14pvyky3wg1k1lrv41rymi4mihvdpkx8vfv43wa0z6g4a6456ayz";
buildDepends = [ hinotify systemFileio systemFilepath text time ]; buildDepends = [ hinotify systemFileio systemFilepath text time ];
jailbreak = true;
meta = { meta = {
description = "Cross platform library for file creation, modification, and deletion notification"; description = "Cross platform library for file creation, modification, and deletion notification";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;