haskell-fsnotify: re-generate expression with cabal2nix
This commit is contained in:
parent
d16452df12
commit
1f7ec8cff5
@ -1,13 +1,16 @@
|
|||||||
{ stdenv, cabal, async, hinotify, hfsevents, systemFileio, systemFilepath
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
, tasty, tastyHunit, temporaryRc, text, time
|
|
||||||
|
{ cabal, async, hinotify, systemFileio, systemFilepath, tasty
|
||||||
|
, tastyHunit, temporaryRc, text, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fsnotify";
|
pname = "fsnotify";
|
||||||
version = "0.1.0.3";
|
version = "0.1.0.3";
|
||||||
sha256 = "0m6jyg45azk377jklgwyqrx95q174cxd5znpyh9azznkh09wq58z";
|
sha256 = "0m6jyg45azk377jklgwyqrx95q174cxd5znpyh9azznkh09wq58z";
|
||||||
buildDepends = [ async systemFileio systemFilepath text time ] ++
|
buildDepends = [
|
||||||
(if stdenv.isDarwin then [ hfsevents ] else [ hinotify ]);
|
async hinotify systemFileio systemFilepath text time
|
||||||
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async systemFileio systemFilepath tasty tastyHunit temporaryRc
|
async systemFileio systemFilepath tasty tastyHunit temporaryRc
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user