diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-12 19:48:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-12 19:48:15 +0200 |
commit | b6e4095ab78f8db78ad4f7d01fd74799378f4c6e (patch) | |
tree | 3af3d7078bb3c045239a249196066d8d08ffbcf6 /custom/shell-monad.nix | |
parent | 6f61f8ab0465c730269efd4adedf172582fec62d (diff) | |
download | nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar.gz nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar.bz2 nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.tar.xz nixos-b6e4095ab78f8db78ad4f7d01fd74799378f4c6e.zip |
exotic beuteltier dependencies
Diffstat (limited to 'custom/shell-monad.nix')
-rw-r--r-- | custom/shell-monad.nix | 15 |
1 files changed, 15 insertions, 0 deletions
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 | |||
5 | cabal.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 | }) | ||