gdritter repos config-ini / f614269
Get rid of the ErrorFancy type to avoid the need for (ugh) orphans Getty Ritter 5 years ago
1 changed file(s) with 1 addition(s) and 5 deletion(s). Collapse all Expand all
1 {-# LANGUAGE FlexibleInstances #-}
21 {-|
32 Module : Data.Ini.Config.Raw
43 Copyright : (c) Getty Ritter, 2017
4039 import Text.Megaparsec
4140 import Text.Megaparsec.Char
4241
43 type Parser = Parsec (ErrorFancy Void) Text
44
45 instance ShowErrorComponent (ErrorFancy Void) where
46 showErrorComponent = show
42 type Parser = Parsec Void Text
4743
4844 -- | The 'NormalizedText' type is an abstract representation of text
4945 -- which has had leading and trailing whitespace removed and been