blob: 88f76cc29fb94dbc916b31604bb6fcb5eca60eb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ mkDerivation, stdenv, case-insensitive, data-default, explicit-exception, filelock
, filepath, hinotify, jack, optparse-applicative, transformers
}:
mkDerivation {
pname = "trivmix";
version = "2.6.2";
src = ./.;
isLibrary = true;
isExecutable = true;
buildDepends = [
case-insensitive data-default explicit-exception filelock filepath
hinotify jack optparse-applicative transformers
];
license = stdenv.lib.licenses.publicDomain;
}
|