From 05c69c361fc2e658bd88ca97e0512257902a8e3e Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 5 Nov 2014 03:40:41 +0100 Subject: make nix-env -f . -i work --- cgserver.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cgserver.nix (limited to 'cgserver.nix') diff --git a/cgserver.nix b/cgserver.nix new file mode 100644 index 0000000..840531c --- /dev/null +++ b/cgserver.nix @@ -0,0 +1,20 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + +{ cabal, aeson, attoparsec, filepath, httpTypes, ioStreams, safe +, text, wai, warp +}: + +cabal.mkDerivation (self: { + pname = "cgserver"; + version = "0.1.0.0"; + src = ./.; + isLibrary = false; + isExecutable = true; + buildDepends = [ + aeson attoparsec filepath httpTypes ioStreams safe text wai warp + ]; + meta = { + license = self.stdenv.lib.licenses.bsd3; + platforms = self.ghc.meta.platforms; + }; +}) -- cgit v1.2.3