diff options
Diffstat (limited to 'trivmix.nix')
-rw-r--r-- | trivmix.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/trivmix.nix b/trivmix.nix index 88f76cc..8d1535a 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -1,18 +1,17 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | 1 | { mkDerivation, base, case-insensitive, data-default, directory |
2 | 2 | , explicit-exception, filelock, filepath, hinotify, jack | |
3 | { mkDerivation, stdenv, case-insensitive, data-default, explicit-exception, filelock | 3 | , optparse-applicative, process, stdenv, transformers, unix |
4 | , filepath, hinotify, jack, optparse-applicative, transformers | ||
5 | }: | 4 | }: |
6 | |||
7 | mkDerivation { | 5 | mkDerivation { |
8 | pname = "trivmix"; | 6 | pname = "trivmix"; |
9 | version = "2.6.2"; | 7 | version = "2.6.3"; |
10 | src = ./.; | 8 | src = ./.; |
11 | isLibrary = true; | 9 | isLibrary = true; |
12 | isExecutable = true; | 10 | isExecutable = true; |
13 | buildDepends = [ | 11 | libraryHaskellDepends = [ base case-insensitive data-default ]; |
14 | case-insensitive data-default explicit-exception filelock filepath | 12 | executableHaskellDepends = [ |
15 | hinotify jack optparse-applicative transformers | 13 | base directory explicit-exception filelock filepath hinotify jack |
14 | optparse-applicative process transformers unix | ||
16 | ]; | 15 | ]; |
17 | license = stdenv.lib.licenses.publicDomain; | 16 | license = stdenv.lib.licenses.publicDomain; |
18 | } | 17 | } |