summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-10-17 21:57:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-10-17 21:57:39 +0200
commitd1481636d2daff157902d5d19b80c9ec3e40b9ed (patch)
tree78c0cab1158086d706cc5cd14a01415d2416bd0b /trivmix.nix
parentd40917517feeaffc3d8e90cf8e06004623b0c5ff (diff)
downloadtrivmix-d1481636d2daff157902d5d19b80c9ec3e40b9ed.tar
trivmix-d1481636d2daff157902d5d19b80c9ec3e40b9ed.tar.gz
trivmix-d1481636d2daff157902d5d19b80c9ec3e40b9ed.tar.bz2
trivmix-d1481636d2daff157902d5d19b80c9ec3e40b9ed.tar.xz
trivmix-d1481636d2daff157902d5d19b80c9ec3e40b9ed.zip
Version bump
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/trivmix.nix b/trivmix.nix
index 5fca173..3441455 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -1,7 +1,7 @@
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{ mkDerivation, stdenv, caseInsensitive, dataDefault, explicitException, filelock 3{ mkDerivation, stdenv, case-insensitive, data-default, explicit-exception, filelock
4, filepath, hinotify, jack, optparseApplicative, transformers 4, filepath, hinotify, jack, optparse-applicative, transformers
5}: 5}:
6 6
7mkDerivation { 7mkDerivation {
@@ -11,8 +11,8 @@ mkDerivation {
11 isLibrary = true; 11 isLibrary = true;
12 isExecutable = true; 12 isExecutable = true;
13 buildDepends = [ 13 buildDepends = [
14 caseInsensitive dataDefault explicitException filelock filepath 14 caseInsensitive data-default explicit-exception filelock filepath
15 hinotify jack optparseApplicative transformers 15 hinotify jack optparse-applicative transformers
16 ]; 16 ];
17 license = stdenv.lib.licenses.publicDomain; 17 license = stdenv.lib.licenses.publicDomain;
18} 18}