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

Commit 090fc90

Browse files
Andreas TriantafyllosCodiePP
Andreas Triantafyllos
authored andcommitted
[CBR-97] Added fsnotify, hinotify to stack.yaml .
1 parent 8c1f7e4 commit 090fc90

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
@@ -31866,6 +31866,7 @@ license = stdenv.lib.licenses.mit;
3186631866
mkDerivation
3186731867
, async
3186831868
, base
31869+
, bytestring
3186931870
, containers
3187031871
, directory
3187131872
, filepath
@@ -31878,13 +31879,12 @@ license = stdenv.lib.licenses.mit;
3187831879
mkDerivation {
3187931880

3188031881
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";
3188531884
libraryHaskellDepends = [
3188631885
async
3188731886
base
31887+
bytestring
3188831888
containers
3188931889
directory
3189031890
filepath
@@ -39192,23 +39192,23 @@ license = stdenv.lib.licenses.bsd3;
3919239192
mkDerivation
3919339193
, async
3919439194
, base
39195+
, bytestring
3919539196
, containers
39196-
, directory
3919739197
, stdenv
3919839198
, unix
3919939199
}:
3920039200
mkDerivation {
3920139201

3920239202
pname = "hinotify";
39203-
version = "0.3.9";
39204-
sha256 = "f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99";
39203+
version = "0.3.10";
39204+
sha256 = "af2b7d5733ab52ca38f0d9aed1ec37304f1d6964caa0fb556b8215858c1d5d9d";
3920539205
revision = "1";
39206-
editedCabalFile = "0df5pak0586626k3ryzg2lb26ys562l3i94jr9vpa0krs8iia209";
39206+
editedCabalFile = "07z0n5rvki3w0kjr190bwv7sq8p3myspv8999ilz9rlsqf5a0324";
3920739207
libraryHaskellDepends = [
3920839208
async
3920939209
base
39210+
bytestring
3921039211
containers
39211-
directory
3921239212
unix
3921339213
];
3921439214
doHaddock = false;

stack.yaml

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

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

0 commit comments

Comments
 (0)