cabalist-parser 0.1.2

CST/AST parser for .cabal files with round-trip fidelity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cabalist-parser"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "CST/AST parser for .cabal files with round-trip fidelity"
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "../../README.md"

[dependencies]
thiserror.workspace = true

[dev-dependencies]
proptest = "1"