-- Initial organize-imports.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: organize-imports version: 0.3.0.0 synopsis: Organize scala imports -- description: license: GPL-3 license-file: LICENSE author: Luke Cycon maintainer: luke@lukecycon.com -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable organize-imports main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.7 , attoparsec >= 0.11 && <0.12 , text >= 0.11 && <0.12 -- hs-source-dirs: default-language: Haskell2010