fsnotify: 0.0.11 -> 0.1.0.3
This commit is contained in:
parent
7d9d6cc482
commit
d16452df12
@ -1,18 +1,16 @@
|
|||||||
{ stdenv, cabal, Cabal, Glob, hspec, QuickCheck, random
|
{ stdenv, cabal, async, hinotify, hfsevents, systemFileio, systemFilepath
|
||||||
, systemFileio, systemFilepath, text, time, uniqueid
|
, tasty, tastyHunit, temporaryRc, text, time
|
||||||
, hinotify, hfsevents
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fsnotify";
|
pname = "fsnotify";
|
||||||
version = "0.0.11";
|
version = "0.1.0.3";
|
||||||
sha256 = "03m911pncyzgfdx4aj38azbbmj25fdm3s9l1w27zv0l730fy8ywq";
|
sha256 = "0m6jyg45azk377jklgwyqrx95q174cxd5znpyh9azznkh09wq58z";
|
||||||
buildDepends = [ systemFileio systemFilepath text time ] ++
|
buildDepends = [ async systemFileio systemFilepath text time ] ++
|
||||||
(if stdenv.isDarwin then [ hfsevents ] else [ hinotify ]);
|
(if stdenv.isDarwin then [ hfsevents ] else [ hinotify ]);
|
||||||
testDepends = [
|
testDepends = [
|
||||||
Cabal Glob hspec QuickCheck random systemFileio
|
async systemFileio systemFilepath tasty tastyHunit temporaryRc
|
||||||
systemFilepath text time uniqueid
|
];
|
||||||
] ++ (if stdenv.isDarwin then [ hfsevents ] else [ hinotify ]);
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cross platform library for file change notification";
|
description = "Cross platform library for file change notification";
|
||||||
|
Loading…
Reference in New Issue
Block a user