2012-06-27 16:58:34 +00:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hinotify";
|
2012-11-06 12:30:44 +00:00
|
|
|
version = "0.3.4";
|
|
|
|
sha256 = "05iqy4llf42k20a4hdc7p3hx30v030ljwi469ps8xxx36c9c5kmf";
|
2012-06-27 16:58:34 +00:00
|
|
|
meta = {
|
2012-11-01 09:08:28 +00:00
|
|
|
homepage = "https://github.com/kolmodin/hinotify.git";
|
|
|
|
description = "Haskell binding to inotify";
|
2012-06-27 16:58:34 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-07-02 08:44:37 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-06-27 16:58:34 +00:00
|
|
|
};
|
|
|
|
})
|