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

Commit

Permalink
[CBR-97] Added fsnotify, hinotify to stack.yaml .
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Triantafyllos authored and CodiePP committed Sep 26, 2018
1 parent 8c1f7e4 commit 090fc90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31866,6 +31866,7 @@ license = stdenv.lib.licenses.mit;
mkDerivation
, async
, base
, bytestring
, containers
, directory
, filepath
Expand All @@ -31878,13 +31879,12 @@ license = stdenv.lib.licenses.mit;
mkDerivation {

pname = "fsnotify";
version = "0.2.1.1";
sha256 = "175a75962ad07c30c031fa8931f8d3e32abc06a96676e73e65cb7207e9d2dc90";
revision = "1";
editedCabalFile = "0kag32lqkjmv03bycf6ip2vd6vzpcpq4iqs6ivyjh93v40252xxp";
version = "0.2.1.2";
sha256 = "d7cb2fcbb60b1acdb217ecd560ccab98438560cf51310bd7d239ecf2f4f4048d";
libraryHaskellDepends = [
async
base
bytestring
containers
directory
filepath
Expand Down Expand Up @@ -39192,23 +39192,23 @@ license = stdenv.lib.licenses.bsd3;
mkDerivation
, async
, base
, bytestring
, containers
, directory
, stdenv
, unix
}:
mkDerivation {

pname = "hinotify";
version = "0.3.9";
sha256 = "f2480e4c08a516831c2221eebc6a9d3242e892932d9315c34cbe92a101c5df99";
version = "0.3.10";
sha256 = "af2b7d5733ab52ca38f0d9aed1ec37304f1d6964caa0fb556b8215858c1d5d9d";
revision = "1";
editedCabalFile = "0df5pak0586626k3ryzg2lb26ys562l3i94jr9vpa0krs8iia209";
editedCabalFile = "07z0n5rvki3w0kjr190bwv7sq8p3myspv8999ilz9rlsqf5a0324";
libraryHaskellDepends = [
async
base
bytestring
containers
directory
unix
];
doHaddock = false;
Expand Down
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ extra-deps:
- servant-swagger-ui-0.3.0.3.13.2
- servant-swagger-ui-redoc-0.3.0.1.21.2

- fsnotify-0.2.1.2
- hinotify-0.3.10

# This is for CI to pass --fast to all dependencies
apply-ghc-options: everything

Expand Down

0 comments on commit 090fc90

Please sign in to comment.