]> Git — Sourcephile - gargantext.git/blob - nix/overlays/directory-1.3.7.0.nix
Update cabal-install to 3.10.1.0 via overlays
[gargantext.git] / nix / overlays / directory-1.3.7.0.nix
1 { mkDerivation, base, filepath, lib, time, unix }:
2 mkDerivation {
3 pname = "directory";
4 version = "1.3.7.0";
5 sha256 = "9f86bd60a4909eef66907c15fc108883439b8fba3b428fb56aaa056631b62d10";
6 revision = "2";
7 editedCabalFile = "13krvs6zfswr3xndysq1bg7mz9n8mm1w7p4zcx8xjs0jqkm8hiyl";
8 libraryHaskellDepends = [ base filepath time unix ];
9 testHaskellDepends = [ base filepath time unix ];
10 description = "Platform-agnostic library for filesystem operations";
11 license = lib.licenses.bsd3;
12 doCheck = false;
13 doHaddock = false;
14 }