summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-21 19:40:40 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-21 19:40:40 +0200
commit4658cc95745dbdffd7bc1be2e61fa463b28b4a16 (patch)
tree0656da1577123f9f4eb05b72d66ad6c4682c5661 /trivmix.nix
parent5aeef88338cd761066ba196472e22f2c55fc846a (diff)
downloadtrivmix-4658cc95745dbdffd7bc1be2e61fa463b28b4a16.tar
trivmix-4658cc95745dbdffd7bc1be2e61fa463b28b4a16.tar.gz
trivmix-4658cc95745dbdffd7bc1be2e61fa463b28b4a16.tar.bz2
trivmix-4658cc95745dbdffd7bc1be2e61fa463b28b4a16.tar.xz
trivmix-4658cc95745dbdffd7bc1be2e61fa463b28b4a16.zip
Added adjmix
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/trivmix.nix b/trivmix.nix
index fae88fc..6edcff0 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -1,18 +1,18 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually! 1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2 2
3{ cabal, caseInsensitive, explicitException, filelock, filepath 3{ cabal, caseInsensitive, dataDefault, explicitException, filelock
4, hinotify, jack, optparseApplicative, transformers 4, filepath, hinotify, jack, optparseApplicative, transformers
5}: 5}:
6 6
7cabal.mkDerivation (self: { 7cabal.mkDerivation (self: {
8 pname = "trivmix"; 8 pname = "trivmix";
9 version = "2.4.6"; 9 version = "2.5.0";
10 src = ./.; 10 src = ./.;
11 isLibrary = false; 11 isLibrary = true;
12 isExecutable = true; 12 isExecutable = true;
13 buildDepends = [ 13 buildDepends = [
14 caseInsensitive explicitException filelock filepath hinotify jack 14 caseInsensitive dataDefault explicitException filelock filepath
15 optparseApplicative transformers 15 hinotify jack optparseApplicative transformers
16 ]; 16 ];
17 meta = { 17 meta = {
18 license = self.stdenv.lib.licenses.publicDomain; 18 license = self.stdenv.lib.licenses.publicDomain;