blob: 237b3dc51457ffeb800ab71906d0d4de431eb062 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
};
})
|