mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Conditionally import a couple things in Lint.hs
This commit is contained in:
parent
662d0b0a0a
commit
84f947e035
@ -19,13 +19,13 @@ import Language.Haskell.HLint as HLint
|
||||
import Language.Haskell.HLint3
|
||||
#endif
|
||||
|
||||
import IHaskell.CSS (ihaskellCSS)
|
||||
import IHaskell.Display
|
||||
import IHaskell.Types
|
||||
import IHaskell.Eval.Parser hiding (line)
|
||||
import StringUtils (replace)
|
||||
|
||||
#if MIN_VERSION_hlint(2,1,18)
|
||||
import IHaskell.CSS (ihaskellCSS)
|
||||
import IHaskell.Types
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user