haskell-fsnotify: patch to support recent versions of hinotify
This commit is contained in:
parent
24d9e59cbb
commit
39e5c66df2
|
@ -5,6 +5,9 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.0.2";
|
version = "0.0.2";
|
||||||
sha256 = "14pvyky3wg1k1lrv41rymi4mihvdpkx8vfv43wa0z6g4a6456ayz";
|
sha256 = "14pvyky3wg1k1lrv41rymi4mihvdpkx8vfv43wa0z6g4a6456ayz";
|
||||||
buildDepends = [ hinotify systemFileio systemFilepath text time ];
|
buildDepends = [ hinotify systemFileio systemFilepath text time ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's@hinotify == 0.3.2@hinotify >= 0.3.2@g' fsnotify.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cross platform library for file creation, modification, and deletion notification";
|
description = "Cross platform library for file creation, modification, and deletion notification";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue