cabal-version: 2.2 name: uu-tc-error-error version: 0.2.0.0 synopsis: utilities for parse errors description: utilities for parse errors for @[uu-tc-error](https://hackage.haskell.org/package/uu-tc-error)@ homepage: https://gitlab.com/rdnz/uu-tc-error-error license: BSD-2-Clause license-file: LICENSE author: rednaZ, Megaparsec contributors, Paolo Martini , Daan Leijen maintainer: p.rednaz@googlemail.com category: Parsing build-type: Simple source-repository head type: git location: https://gitlab.com/rdnz/uu-tc-error-error.git library -- cabal-fmt: expand src exposed-modules: Data.DifferenceList ParseLib.Error Text.Megaparsec.Error Text.Megaparsec.ErrorList Text.Megaparsec.Pos Text.Megaparsec.State Text.Megaparsec.Stream build-depends: , base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 , bytestring <1 , containers ^>=0.6 , deepseq ^>=1.4.0.0 || ^>=1.5.0.0 , mtl ^>=2.2.0 || ^>=2.3.0 , text >=1 && <3 hs-source-dirs: src default-language: Haskell2010 default-extensions: FlexibleInstances LambdaCase NamedFieldPuns