summaryrefslogtreecommitdiff
path: root/custom/attoparsec-expr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/attoparsec-expr.nix')
-rw-r--r--custom/attoparsec-expr.nix15
1 files changed, 15 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})