2014-09-20 13:50:03 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, async, hinotify, systemFileio, systemFilepath, tasty
|
|
|
|
, tastyHunit, temporaryRc, text, time
|
2013-02-24 21:09:07 +00:00
|
|
|
}:
|
2012-11-08 13:50:52 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "fsnotify";
|
2014-09-17 06:54:51 +01:00
|
|
|
version = "0.1.0.3";
|
|
|
|
sha256 = "0m6jyg45azk377jklgwyqrx95q174cxd5znpyh9azznkh09wq58z";
|
2014-09-20 13:50:03 +01:00
|
|
|
buildDepends = [
|
|
|
|
async hinotify systemFileio systemFilepath text time
|
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-09-17 06:54:51 +01:00
|
|
|
async systemFileio systemFilepath tasty tastyHunit temporaryRc
|
|
|
|
];
|
2013-02-24 23:26:18 +00:00
|
|
|
doCheck = false;
|
2012-11-08 13:50:52 +00:00
|
|
|
meta = {
|
2013-04-24 10:18:25 +01:00
|
|
|
description = "Cross platform library for file change notification";
|
2012-11-08 13:50:52 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|