packages feed

haskell-language-server-1.1.0.0: test/testdata/redundantImportTest/src/CodeActionRedundant.hs

{-# OPTIONS_GHC -Wunused-imports #-}
module CodeActionRedundant where
import Data.List
main :: IO ()
main = putStrLn "hello"