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/attoparsec-expr.nix | 15 +++++++++++++++ custom/shell-monad.nix | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 custom/attoparsec-expr.nix create mode 100644 custom/shell-monad.nix (limited to 'custom') diff --git a/custom/attoparsec-expr.nix b/custom/attoparsec-expr.nix new file mode 100644 index 00000000..237b3dc5 --- /dev/null +++ b/custom/attoparsec-expr.nix @@ -0,0 +1,15 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + +{ cabal, attoparsec }: + +cabal.mkDerivation (self: { + pname = "attoparsec-expr"; + version = "0.1.1.1"; + sha256 = "09305lp9q3cgvpv4d878c34dk07g7p13hc07hrp2xlwl7rc3nac3"; + buildDepends = [ attoparsec ]; + meta = { + description = "Port of parsec's expression parser to attoparsec"; + license = self.stdenv.lib.licenses.bsd3; + platforms = self.ghc.meta.platforms; + }; +}) 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