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 @@ -31810,6 +31810,7 @@ license = stdenv.lib.licenses.mit;
31810
31810
mkDerivation
31811
31811
, async
31812
31812
, base
31813
+ , bytestring
31813
31814
, containers
31814
31815
, directory
31815
31816
, filepath
@@ -31822,13 +31823,12 @@ license = stdenv.lib.licenses.mit;
31822
31823
mkDerivation {
31823
31824
31824
31825
pname = "fsnotify";
31825
- version = "0.2.1.1";
31826
- sha256 = "175a75962ad07c30c031fa8931f8d3e32abc06a96676e73e65cb7207e9d2dc90";
31827
- revision = "1";
31828
- editedCabalFile = "0kag32lqkjmv03bycf6ip2vd6vzpcpq4iqs6ivyjh93v40252xxp";
31826
+ version = "0.2.1.2";
31827
+ sha256 = "d7cb2fcbb60b1acdb217ecd560ccab98438560cf51310bd7d239ecf2f4f4048d";
31829
31828
libraryHaskellDepends = [
31830
31829
async
31831
31830
base
31831
+ bytestring
31832
31832
containers
31833
31833
directory
31834
31834
filepath
@@ -39136,23 +39136,23 @@ license = stdenv.lib.licenses.bsd3;
39136
39136
mkDerivation
39137
39137
, async
39138
39138
, base
39139
+ , bytestring
39139
39140
, containers
39140
- , directory
39141
39141
, stdenv
39142
39142
, unix
39143
39143
}:
39144
39144
mkDerivation {
39145
39145
39146
39146
pname = "hinotify";
39147
- version = "0.3.9 ";
39148
- sha256 = "f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99 ";
39147
+ version = "0.3.10 ";
39148
+ sha256 = "af2b7d5733ab52ca38f0d9aed1ec37304f1d6964caa0fb556b8215858c1d5d9d ";
39149
39149
revision = "1";
39150
- editedCabalFile = "0df5pak0586626k3ryzg2lb26ys562l3i94jr9vpa0krs8iia209 ";
39150
+ editedCabalFile = "07z0n5rvki3w0kjr190bwv7sq8p3myspv8999ilz9rlsqf5a0324 ";
39151
39151
libraryHaskellDepends = [
39152
39152
async
39153
39153
base
39154
+ bytestring
39154
39155
containers
39155
- directory
39156
39156
unix
39157
39157
];
39158
39158
doHaddock = false;
Original file line number Diff line number Diff line change @@ -293,6 +293,9 @@ extra-deps:
293
293
- servant-swagger-ui-0.3.0.3.13.2
294
294
- servant-swagger-ui-redoc-0.3.0.1.21.2
295
295
296
+ - fsnotify-0.2.1.2
297
+ - hinotify-0.3.10
298
+
296
299
# This is for CI to pass --fast to all dependencies
297
300
apply-ghc-options : everything
298
301
You can’t perform that action at this time.
0 commit comments