importify-1.0: Tool for haskell imports refactoring

Safe HaskellNone
LanguageHaskell2010

Importify.Cabal.Extension

Description

Functions that work with Extensions in .cabal file and in separate.

Synopsis

Documentation

buildInfoExtensions :: BuildInfo -> [Extension] Source #

Get list of all extensions from BuildInfo and convert them into Extension.

withHarmlessExtensions :: [Extension] -> [Extension] Source #

This function add list of harmless extensions wich helps to avoid some parsing errors but doesn't affect already correct parsing results.