name: autoexporter
version: 1.1.7
category: Utility
description: Autoexporter automatically re-exports modules.
extra-source-files:
- CHANGELOG.markdown
- package.yaml
- README.markdown
- stack.yaml
github: tfausak/autoexporter
license-file: LICENSE.markdown
license: MIT
maintainer: Taylor Fausak
synopsis: Automatically re-export modules.
dependencies:
base: '>= 4.9.0 && < 4.12'
Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.3'
directory: '>= 1.2.6 && < 1.4'
filepath: '>= 1.4.1 && < 1.5'
ghc-options:
- -Weverything
- -Wno-implicit-prelude
- -Wno-safe
- -Wno-unsafe
library:
source-dirs: library
executable:
dependencies:
autoexporter: -any
main: Main.hs
source-dirs: executables