-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: normalize-imports version: 0.1.0 synopsis: Sort and align Haskell import statements description: See README at category: Development homepage: https://github.com/qoelet/normalize-imports#readme bug-reports: https://github.com/qoelet/normalize-imports/issues maintainer: Kenny Shen license: BSD3 build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/qoelet/normalize-imports executable normalize-imports hs-source-dirs: src main-is: Main.hs other-modules: NormalizeImports NormalizePragmas Types build-depends: base >= 4.7 && < 5 ghc-options: -Wall default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 hs-source-dirs: test, src main-is: Spec.hs build-depends: base >= 4.7 && < 5 , hspec ghc-options: -Wall default-language: Haskell2010