From bd7874ef606ae78bb8b626bd01906481feb784d6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 19:33:45 +0200 Subject: Rewrite in haskell --- trivmix.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 trivmix.nix (limited to 'trivmix.nix') diff --git a/trivmix.nix b/trivmix.nix new file mode 100644 index 0000000..746d548 --- /dev/null +++ b/trivmix.nix @@ -0,0 +1,20 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + +{ cabal, filepath, hinotify, jack, optparseApplicative +, transformers +}: + +cabal.mkDerivation (self: { + pname = "trivmix"; + version = "0.0.0"; + src = ./.; + isLibrary = false; + isExecutable = true; + buildDepends = [ + filepath hinotify jack optparseApplicative transformers + ]; + meta = { + license = self.stdenv.lib.licenses.publicDomain; + platforms = self.ghc.meta.platforms; + }; +}) -- cgit v1.2.3