blob: b8a7c0d4b8396e5a84ac04f4f7fbfde365772ac9 (
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 = "b3d2b94f582a86e4448b7b3abae7d12637b32c7a";
sha256 = "1362662b9e75db2288eee059956dd2b785ca453c3977a36940614727b2f05a34";
};
isLibrary = false;
isExecutable = true;
buildDepends = [
filepath hinotify jack optparseApplicative transformers explicitException
];
meta = {
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
};
})
|