-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d0a4fb1809125a8d78716c9527daf9278b4b4b2b4a346f881925e5176b8d9c31 name: autoexporter version: 1.1.3 x-revision: 1 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility homepage: https://github.com/tfausak/autoexporter#readme bug-reports: https://github.com/tfausak/autoexporter/issues maintainer: Taylor Fausak license: MIT license-file: LICENSE.markdown build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.markdown package.yaml README.markdown stack.yaml source-repository head type: git location: https://github.com/tfausak/autoexporter library hs-source-dirs: source/library ghc-options: -Wall build-depends: Cabal >=1.22 && <1.25 || >=2.0 && <2.1 , base >=4.8 && <4.11 , directory >=1.2.5 && <1.4 , filepath >=1.3 && <1.5 exposed-modules: Autoexporter other-modules: Paths_autoexporter default-language: Haskell2010 executable autoexporter main-is: Main.hs hs-source-dirs: source/executable ghc-options: -Wall build-depends: autoexporter , base other-modules: Paths_autoexporter default-language: Haskell2010