hlint-1.7: src/Language/Haskell/HLint.hs
{-|
This module provides a library interface to HLint. The current
interface is strongly modelled on the command line interface,
and is expected to evolve.
-}
module Language.Haskell.HLint(module HLint) where
import HLint