2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-06-27 20:58:34 +04:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hinotify";
|
2014-04-28 21:17:33 +04:00
|
|
|
version = "0.3.7";
|
|
|
|
sha256 = "0i7mxg9ilzcgijda6j3ya5xnpbxa3wm9xswdfif95jim9w82sw0b";
|
2012-06-27 20:58:34 +04:00
|
|
|
meta = {
|
2012-11-08 18:03:45 +04:00
|
|
|
homepage = "https://github.com/kolmodin/hinotify.git";
|
|
|
|
description = "Haskell binding to inotify";
|
2012-06-27 20:58:34 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2014-10-06 12:54:37 +04:00
|
|
|
platforms = self.stdenv.lib.platforms.linux;
|
2012-06-27 20:58:34 +04:00
|
|
|
};
|
|
|
|
})
|