blob: 2128bbcff817d3290d90c7bbbeff5ba9fa05a51d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
category: Utility
description: Autoexporter automatically re-exports modules.
executables:
autoexporter:
dependencies:
- base
- autoexporter
main: Main.hs
source-dirs: source/executable
extra-source-files:
- CHANGELOG.markdown
- package.yaml
- README.markdown
- stack.yaml
ghc-options:
- -Wall
github: tfausak/autoexporter
library:
dependencies:
- base >=4.7 && <4.11
- Cabal >=1.22 && <1.25 || >=2.0 && <2.3
- directory >=1.2.5 && <1.4
- filepath >=1.3 && <1.5
source-dirs: source/library
license: MIT
license-file: LICENSE.markdown
maintainer: Taylor Fausak
name: autoexporter
synopsis: Automatically re-export modules.
version: '1.1.4'
|