haskell-tools-refactor-0.6.0.0: examples/Refactor/OrganizeImports/KeepCtorOfMarshalled.hs
module Refactor.OrganizeImports.KeepCtorOfMarshalled where import Foreign.C.String foreign import ccall unsafe "abc" abc :: CString -> IO ()
module Refactor.OrganizeImports.KeepCtorOfMarshalled where import Foreign.C.String foreign import ccall unsafe "abc" abc :: CString -> IO ()