packages feed

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

{-# OPTIONS_GHC -Wunused-imports #-}
module MultipleImports where
import Data.Foldable
import Data.Maybe
foo :: Int
foo = fromJust (Just 3)