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 27, 2018
1 parent df3d0a9 commit 2baa509
Showing 1 changed file with 9 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 @@ -31999,6 +31999,7 @@ license = stdenv.lib.licenses.mit;
mkDerivation
, async
, base
, bytestring
, containers
, directory
, filepath
Expand All @@ -32011,13 +32012,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 @@ -39325,23 +39325,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

0 comments on commit 2baa509

Please sign in to comment.