haskell-tools-builtin-refactorings-1.0.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 ()