This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -31866,6 +31866,7 @@ license = stdenv.lib.licenses.mit;
31866
31866
mkDerivation
31867
31867
, async
31868
31868
, base
31869
+ , bytestring
31869
31870
, containers
31870
31871
, directory
31871
31872
, filepath
@@ -31878,13 +31879,12 @@ license = stdenv.lib.licenses.mit;
31878
31879
mkDerivation {
31879
31880
31880
31881
pname = "fsnotify";
31881
- version = "0.2.1.1";
31882
- sha256 = "175a75962ad07c30c031fa8931f8d3e32abc06a96676e73e65cb7207e9d2dc90";
31883
- revision = "1";
31884
- editedCabalFile = "0kag32lqkjmv03bycf6ip2vd6vzpcpq4iqs6ivyjh93v40252xxp";
31882
+ version = "0.2.1.2";
31883
+ sha256 = "d7cb2fcbb60b1acdb217ecd560ccab98438560cf51310bd7d239ecf2f4f4048d";
31885
31884
libraryHaskellDepends = [
31886
31885
async
31887
31886
base
31887
+ bytestring
31888
31888
containers
31889
31889
directory
31890
31890
filepath
@@ -39192,23 +39192,23 @@ license = stdenv.lib.licenses.bsd3;
39192
39192
mkDerivation
39193
39193
, async
39194
39194
, base
39195
+ , bytestring
39195
39196
, containers
39196
- , directory
39197
39197
, stdenv
39198
39198
, unix
39199
39199
}:
39200
39200
mkDerivation {
39201
39201
39202
39202
pname = "hinotify";
39203
- version = "0.3.9 ";
39204
- sha256 = "f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99 ";
39203
+ version = "0.3.10 ";
39204
+ sha256 = "af2b7d5733ab52ca38f0d9aed1ec37304f1d6964caa0fb556b8215858c1d5d9d ";
39205
39205
revision = "1";
39206
- editedCabalFile = "0df5pak0586626k3ryzg2lb26ys562l3i94jr9vpa0krs8iia209 ";
39206
+ editedCabalFile = "07z0n5rvki3w0kjr190bwv7sq8p3myspv8999ilz9rlsqf5a0324 ";
39207
39207
libraryHaskellDepends = [
39208
39208
async
39209
39209
base
39210
+ bytestring
39210
39211
containers
39211
- directory
39212
39212
unix
39213
39213
];
39214
39214
doHaddock = false;
Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ extra-deps:
294
294
- servant-swagger-ui-0.3.0.3.13.2
295
295
- servant-swagger-ui-redoc-0.3.0.1.21.2
296
296
297
+ - fsnotify-0.2.1.2
298
+ - hinotify-0.3.10
299
+
297
300
# This is for CI to pass --fast to all dependencies
298
301
apply-ghc-options : everything
299
302
You can’t perform that action at this time.
0 commit comments