Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit a3c7ef1

Browse files
author
Andreas Triantafyllos
committed
[CBR-97] Added fsnotify, hinotify to stack.yaml .
1 parent b8d0446 commit a3c7ef1

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

pkgs/default.nix

+9-9
Original file line numberDiff line numberDiff line change
@@ -31810,6 +31810,7 @@ license = stdenv.lib.licenses.mit;
3181031810
mkDerivation
3181131811
, async
3181231812
, base
31813+
, bytestring
3181331814
, containers
3181431815
, directory
3181531816
, filepath
@@ -31822,13 +31823,12 @@ license = stdenv.lib.licenses.mit;
3182231823
mkDerivation {
3182331824

3182431825
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";
3182931828
libraryHaskellDepends = [
3183031829
async
3183131830
base
31831+
bytestring
3183231832
containers
3183331833
directory
3183431834
filepath
@@ -39136,23 +39136,23 @@ license = stdenv.lib.licenses.bsd3;
3913639136
mkDerivation
3913739137
, async
3913839138
, base
39139+
, bytestring
3913939140
, containers
39140-
, directory
3914139141
, stdenv
3914239142
, unix
3914339143
}:
3914439144
mkDerivation {
3914539145

3914639146
pname = "hinotify";
39147-
version = "0.3.9";
39148-
sha256 = "f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99";
39147+
version = "0.3.10";
39148+
sha256 = "af2b7d5733ab52ca38f0d9aed1ec37304f1d6964caa0fb556b8215858c1d5d9d";
3914939149
revision = "1";
39150-
editedCabalFile = "0df5pak0586626k3ryzg2lb26ys562l3i94jr9vpa0krs8iia209";
39150+
editedCabalFile = "07z0n5rvki3w0kjr190bwv7sq8p3myspv8999ilz9rlsqf5a0324";
3915139151
libraryHaskellDepends = [
3915239152
async
3915339153
base
39154+
bytestring
3915439155
containers
39155-
directory
3915639156
unix
3915739157
];
3915839158
doHaddock = false;

stack.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ extra-deps:
293293
- servant-swagger-ui-0.3.0.3.13.2
294294
- servant-swagger-ui-redoc-0.3.0.1.21.2
295295

296+
- fsnotify-0.2.1.2
297+
- hinotify-0.3.10
298+
296299
# This is for CI to pass --fast to all dependencies
297300
apply-ghc-options: everything
298301

0 commit comments

Comments
 (0)