@@ -24,11 +24,6 @@ build-type: Simple
24
24
cabal-version : >= 1.8
25
25
extra-source-files : CHANGELOG.md
26
26
README.md
27
- tests/Examples/Alternatives.hs
28
- tests/Examples/Cabal.hs
29
- tests/Examples/Commands.hs
30
- tests/Examples/Hello.hs
31
- tests/Examples/Formatting.hs
32
27
tests/alt.err.txt
33
28
tests/cabal.err.txt
34
29
tests/carry.err.txt
@@ -57,23 +52,22 @@ library
57
52
if impl(ghc >= 8.0 )
58
53
ghc-options : -Wno-redundant-constraints -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
59
54
60
- exposed-modules : Options.Applicative,
61
- Options.Applicative.Arrows,
62
- Options.Applicative.BashCompletion,
63
- Options.Applicative.Builder,
64
- Options.Applicative.Builder.Completer,
65
- Options.Applicative.Builder.Internal,
66
- Options.Applicative.Common,
67
- Options.Applicative.Extra,
68
- Options.Applicative.Help,
69
- Options.Applicative.Help.Chunk,
70
- Options.Applicative.Help.Core,
71
- Options.Applicative.Help.Levenshtein,
72
- Options.Applicative.Help.Pretty,
73
- Options.Applicative.Help.Types,
74
- Options.Applicative.Types,
75
- Options.Applicative.Internal
76
-
55
+ exposed-modules : Options.Applicative
56
+ , Options.Applicative.Arrows
57
+ , Options.Applicative.BashCompletion
58
+ , Options.Applicative.Builder
59
+ , Options.Applicative.Builder.Completer
60
+ , Options.Applicative.Builder.Internal
61
+ , Options.Applicative.Common
62
+ , Options.Applicative.Extra
63
+ , Options.Applicative.Help
64
+ , Options.Applicative.Help.Chunk
65
+ , Options.Applicative.Help.Core
66
+ , Options.Applicative.Help.Levenshtein
67
+ , Options.Applicative.Help.Pretty
68
+ , Options.Applicative.Help.Types
69
+ , Options.Applicative.Types
70
+ , Options.Applicative.Internal
77
71
78
72
build-depends : base == 4. *
79
73
, transformers >= 0.2 && < 0.6
@@ -95,6 +89,12 @@ test-suite optparse-applicative-tests
95
89
hs-source-dirs :
96
90
tests
97
91
92
+ other-modules : Examples.Alternatives
93
+ , Examples.Cabal
94
+ , Examples.Commands
95
+ , Examples.Formatting
96
+ , Examples.Hello
97
+
98
98
build-depends : base
99
99
, bytestring == 0.10. *
100
100
, optparse-applicative
0 commit comments