Skip to content
Snippets Groups Projects
Commit 8fc4d68e authored by Daniel Firth's avatar Daniel Firth
Browse files

fsnotify: init at 0.4.1.0

parent e8319f54
Branches
Tags
No related merge requests found
......@@ -150,6 +150,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "fcf-containers" "0.7.1"
, callHackage "finite-field" "0.10.0"
, callHackage "first-class-families" "0.8.0.1"
, callHackage "fsnotify" "0.4.1.0"
, callHackage "foldl" "1.4.12"
, callHackage "foundation" "0.0.29"
, callHackage "generic-lens-core" "2.2.1.0"
......
......@@ -139,6 +139,8 @@ final: prev: with pkgs.haskell.lib; {
foundation = prev.callPackage (./pkgs/foundation.nix) { };
fsnotify = prev.callPackage (./pkgs/fsnotify.nix) { };
generic-lens-core = prev.callPackage (./pkgs/generic-lens-core.nix) { };
generic-lens-lite = prev.callPackage (./pkgs/generic-lens-lite.nix) { };
......
{ mkDerivation, async, base, bytestring, containers, directory
, exceptions, filepath, hinotify, lib, monad-control, random, retry
, safe-exceptions, sandwich, temporary, text, time, unix
, unix-compat, unliftio
}:
mkDerivation {
pname = "fsnotify";
version = "0.4.1.0";
sha256 = "d130fb4a871a181a3d1485f24da85aa49d6ff9022ce08f8401b4626143eaf7ef";
libraryHaskellDepends = [
async base bytestring containers directory filepath hinotify
monad-control safe-exceptions text time unix unix-compat
];
testHaskellDepends = [
async base directory exceptions filepath random retry
safe-exceptions sandwich temporary unix-compat unliftio
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-fswatch/hfsnotify";
description = "Cross platform library for file change notification";
license = lib.licenses.bsd3;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment