haskell-fsnotify: update to version 0.0.11
This commit is contained in:
parent
01f0df8702
commit
2483ac2d12
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fsnotify";
|
||||
version = "0.0.8";
|
||||
sha256 = "05vfiddp5m28rm02ci7fcfg1zgw5ydj084173mpp1w124bfqf940";
|
||||
version = "0.0.11";
|
||||
sha256 = "03m911pncyzgfdx4aj38azbbmj25fdm3s9l1w27zv0l730fy8ywq";
|
||||
buildDepends = [ hinotify systemFileio systemFilepath text time ];
|
||||
testDepends = [
|
||||
Cabal Glob hinotify hspec QuickCheck random systemFileio
|
||||
@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Cross platform library for file creation, modification, and deletion notification";
|
||||
description = "Cross platform library for file change notification";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
|
Loading…
Reference in New Issue
Block a user