diff options
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 | }) | ||