# 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; }; })