summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/trivmix.nix b/trivmix.nix
index 14e480e..5fca173 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -1,10 +1,10 @@
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, dataDefault, explicitException, filelock 3{ mkDerivation, stdenv, caseInsensitive, dataDefault, explicitException, filelock
4, filepath, hinotify, jack, optparseApplicative, transformers 4, filepath, hinotify, jack, optparseApplicative, transformers
5}: 5}:
6 6
7cabal.mkDerivation (self: { 7mkDerivation {
8 pname = "trivmix"; 8 pname = "trivmix";
9 version = "2.6.2"; 9 version = "2.6.2";
10 src = ./.; 10 src = ./.;
@@ -14,8 +14,5 @@ cabal.mkDerivation (self: {
14 caseInsensitive dataDefault explicitException filelock filepath 14 caseInsensitive dataDefault explicitException filelock filepath
15 hinotify jack optparseApplicative transformers 15 hinotify jack optparseApplicative transformers
16 ]; 16 ];
17 meta = { 17 license = stdenv.lib.licenses.publicDomain;
18 license = self.stdenv.lib.licenses.publicDomain; 18}
19 platforms = self.ghc.meta.platforms;
20 };
21})