diff options
-rw-r--r-- | trivmix.cabal | 2 | ||||
-rw-r--r-- | trivmix.nix | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/trivmix.cabal b/trivmix.cabal index d62ef99..1841de6 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
@@ -2,7 +2,7 @@ | |||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: trivmix | 4 | name: trivmix |
5 | version: 2.6.2 | 5 | version: 2.6.3 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |
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 | } |