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