summaryrefslogtreecommitdiffstats
path: root/pkgs/haskell/hack.nix
blob: 0eb023240e7ce78afe83be3ad5e79d0d7f2161ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ mkDerivation, base, blessings, containers, data-default, fetchgit
, lens, lib, mtl, old-locale, process, terminal-scanner, time, unix
, zippers
}:
mkDerivation {
  pname = "hack";
  version = "1.0.3";
  src = fetchgit {
    url = "https://cgit.krebsco.de/hack";
    sha256 = "04vxcfm204sxn3v48ch27srgqgpiqbm9i82lrmgp1yyx84wchq32";
    rev = "a6fc1e51f1f87a7cc485a47000f23f1f054beb95";
    fetchSubmodules = true;
  };
  isLibrary = true;
  isExecutable = true;
  libraryHaskellDepends = [ base ];
  executableHaskellDepends = [
    base blessings containers data-default lens mtl old-locale process
    terminal-scanner time unix zippers
  ];
  license = lib.licenses.mit;
  mainProgram = "hack";
}
[cgit] Unable to lock slot /tmp/cgit/79000000.lock: Permission denied (13)