revert fsnotify back to 0.0.11

fsnotify changes need more testing on Darwin
This commit is contained in:
Daniel Bergey 2014-08-29 14:03:07 +00:00
parent f152b346cd
commit 34b18399aa

View File

@ -1,19 +1,19 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! { stdenv, cabal, Cabal, Glob, hspec, QuickCheck, random
, systemFileio, systemFilepath, text, time, uniqueid
{ cabal, async, hinotify, systemFileio, systemFilepath, tasty , hinotify, hfsevents
, tastyHunit, temporaryRc, text, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "fsnotify"; pname = "fsnotify";
version = "0.1.0.3"; version = "0.0.11";
sha256 = "0m6jyg45azk377jklgwyqrx95q174cxd5znpyh9azznkh09wq58z"; sha256 = "03m911pncyzgfdx4aj38azbbmj25fdm3s9l1w27zv0l730fy8ywq";
buildDepends = [ buildDepends = [ systemFileio systemFilepath text time ] ++
async hinotify systemFileio systemFilepath text time (if stdenv.isDarwin then [ hfsevents ] else [ hinotify ]);
];
testDepends = [ testDepends = [
async systemFileio systemFilepath tasty tastyHunit temporaryRc Cabal Glob hspec QuickCheck random systemFileio
]; systemFilepath text time uniqueid
] ++ (if stdenv.isDarwin then [ hfsevents ] else [ hinotify ]);
doCheck = false;
meta = { meta = {
description = "Cross platform library for file change notification"; description = "Cross platform library for file change notification";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;