summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-12 19:48:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-12 19:48:15 +0200
commitb6e4095ab78f8db78ad4f7d01fd74799378f4c6e (patch)
tree3af3d7078bb3c045239a249196066d8d08ffbcf6 /custom
parent6f61f8ab0465c730269efd4adedf172582fec62d (diff)
downloadnixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar
nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar.gz
nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar.bz2
nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar.xz
nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.zip
exotic beuteltier dependencies
Diffstat (limited to 'custom')
-rw-r--r--custom/attoparsec-expr.nix15
-rw-r--r--custom/shell-monad.nix15
2 files changed, 30 insertions, 0 deletions
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 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3{ cabal, attoparsec }:
4
5cabal.mkDerivation (self: {
6 pname = "attoparsec-expr";
7 version = "0.1.1.1";
8 sha256 = "09305lp9q3cgvpv4d878c34dk07g7p13hc07hrp2xlwl7rc3nac3";
9 buildDepends = [ attoparsec ];
10 meta = {
11 description = "Port of parsec's expression parser to attoparsec";
12 license = self.stdenv.lib.licenses.bsd3;
13 platforms = self.ghc.meta.platforms;
14 };
15})
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 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3{ cabal, text }:
4
5cabal.mkDerivation (self: {
6 pname = "shell-monad";
7 version = "0.6.3";
8 sha256 = "0wfn1zwbqzwvbvh1x28rpgsvn8i2ff5r6v4i5kriiw025vdb5r2v";
9 buildDepends = [ text ];
10 meta = {
11 description = "shell monad";
12 license = self.stdenv.lib.licenses.bsd3;
13 platforms = self.ghc.meta.platforms;
14 };
15})