parseerror-eq-0.1.0.1: Adds and Eq instance for Parsec's ParseError if needed

Copyright(c) Stack Builders Inc., 2015
LicenseGPL-3
Maintainerjustin@stackbuilders.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.ParseErrorEq

Description

This module adds an Eq instance for Parsec's ParseError type if it's needed. Import by using (since this module only provides instances):

import Text.ParseErrorEq ()

For reference, Parsec 3.1.9 adds the Eq instance, in the commit here:

https://github.com/aslatter/parsec/commit/3fb40aaa683fd90f3f0dd9f3c32c6ba707fb24b1