Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 607 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 607 Bytes

haskell-language-hcl

Hackage


language-hcl contains HCL (Hashicorp Configuration Language) parsers and pretty-printers for the Haskell programming language.

  • Data.HCL exports the HCL parser
  • Data.HCL.PrettyPrint exports the HCL pretty-printer

For conf parsers, see haskell-language-conf

Build & Test

make build
make test
make all

License

Published under the MIT license