haskell-fsnotify: add version 0.0.2
This commit is contained in:
parent
0a008d4ae2
commit
008e86ed5c
14
pkgs/development/libraries/haskell/fsnotify/default.nix
Normal file
14
pkgs/development/libraries/haskell/fsnotify/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, hinotify, systemFileio, systemFilepath, text, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fsnotify";
|
||||
version = "0.0.2";
|
||||
sha256 = "14pvyky3wg1k1lrv41rymi4mihvdpkx8vfv43wa0z6g4a6456ayz";
|
||||
buildDepends = [ hinotify systemFileio systemFilepath text time ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Cross platform library for file creation, modification, and deletion notification";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -789,6 +789,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
fingertree = callPackage ../development/libraries/haskell/fingertree {};
|
||||
|
||||
fsnotify = callPackage ../development/libraries/haskell/fsnotify {};
|
||||
|
||||
gamma = callPackage ../development/libraries/haskell/gamma {};
|
||||
|
||||
gd = callPackage ../development/libraries/haskell/gd {
|
||||
|
Loading…
Reference in New Issue
Block a user