diff options
-rw-r--r-- | trivmix.nix | 8 |
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 | ||
7 | mkDerivation { | 7 | mkDerivation { |
@@ -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 | } |