bhc-parser 0.2.8

Parser for Haskell 2026 source code
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.82"
name = "bhc-parser"
version = "0.2.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Haskell 2026 source code"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/raskell-io/bhc"

[lib]
name = "bhc_parser"
path = "src/lib.rs"

[[test]]
name = "recursion_limit"
path = "tests/recursion_limit.rs"

[[test]]
name = "xmonad"
path = "tests/xmonad.rs"

[dependencies.bhc-ast]
version = "0.2.3"

[dependencies.bhc-diagnostics]
version = "0.2.3"

[dependencies.bhc-intern]
version = "0.2.3"

[dependencies.bhc-lexer]
version = "0.2.3"

[dependencies.bhc-span]
version = "0.2.3"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.insta]
version = "1.34"
features = ["yaml"]

[dev-dependencies.pretty_assertions]
version = "1.4"