summaryrefslogtreecommitdiff
path: root/customized/trivmix.nix
blob: 6be839eb2c2ec2c6f88921464ef64faa5ef7777d (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

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

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