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

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

cabal.mkDerivation (self: {
  pname = "trivmix";
  version = "2.4.0";
  src = ./.;
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    caseInsensitive explicitException filelock filepath hinotify jack
    optparseApplicative transformers
  ];
  meta = {
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})