fixedwidth-hs-0.2.0.1: Quick parsing of fixed-width data formats.
Data.FixedWidth
fileToLazyText :: String -> IO Text Source
strictLine :: Parser Text Source
withFile :: String -> Parser a -> (a -> IO ()) -> IO () Source
lineIterator :: Parser a -> IO () -> (a -> IO ()) -> Text -> IO () Source