From b6e4095ab78f8db78ad4f7d01fd74799378f4c6e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Jun 2015 19:48:15 +0200 Subject: exotic beuteltier dependencies --- custom/shell-monad.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 custom/shell-monad.nix (limited to 'custom/shell-monad.nix') diff --git a/custom/shell-monad.nix b/custom/shell-monad.nix new file mode 100644 index 00000000..487d39fd --- /dev/null +++ b/custom/shell-monad.nix @@ -0,0 +1,15 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + +{ cabal, text }: + +cabal.mkDerivation (self: { + pname = "shell-monad"; + version = "0.6.3"; + sha256 = "0wfn1zwbqzwvbvh1x28rpgsvn8i2ff5r6v4i5kriiw025vdb5r2v"; + buildDepends = [ text ]; + meta = { + description = "shell monad"; + license = self.stdenv.lib.licenses.bsd3; + platforms = self.ghc.meta.platforms; + }; +}) -- cgit v1.2.3