summaryrefslogtreecommitdiff
path: root/trivmix.nix
blob: 510019bcaf1bceb88cd58395bfca84df8178a309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, filepath, hinotify, jack, optparseApplicative
, transformers, explicitException, process, caseInsensitive
, fetchgit
}:

cabal.mkDerivation (self: {
  pname = "trivmix";
  version = "2.2.3";
  src = fetchgit {
    url = git://git.yggdrasil.li/trivmix;
    rev = "3e89e9e7486ae0fdd04a68b2ba799dbf89a621f0";
    sha256 = "bb027d9f81fed1e2beb1ec9bc73be249c5bf6fd2c522a6179782d8f04d4505ef";
  };
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    filepath hinotify jack optparseApplicative transformers explicitException process
    caseInsensitive
  ];
  meta = {
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})