Skip to content

Commit

Permalink
Merge pull request #316 from pcapriotti/topic/examples-cabal-fix
Browse files Browse the repository at this point in the history
Topic/examples cabal fix
  • Loading branch information
HuwCampbell authored Sep 10, 2018
2 parents 06ccfc3 + 886bc36 commit b04118b
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions optparse-applicative.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ build-type: Simple
cabal-version: >= 1.8
extra-source-files: CHANGELOG.md
README.md
tests/Examples/Alternatives.hs
tests/Examples/Cabal.hs
tests/Examples/Commands.hs
tests/Examples/Hello.hs
tests/Examples/Formatting.hs
tests/alt.err.txt
tests/cabal.err.txt
tests/carry.err.txt
Expand Down Expand Up @@ -57,23 +52,22 @@ library
if impl(ghc >= 8.0)
ghc-options: -Wno-redundant-constraints -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances

exposed-modules: Options.Applicative,
Options.Applicative.Arrows,
Options.Applicative.BashCompletion,
Options.Applicative.Builder,
Options.Applicative.Builder.Completer,
Options.Applicative.Builder.Internal,
Options.Applicative.Common,
Options.Applicative.Extra,
Options.Applicative.Help,
Options.Applicative.Help.Chunk,
Options.Applicative.Help.Core,
Options.Applicative.Help.Levenshtein,
Options.Applicative.Help.Pretty,
Options.Applicative.Help.Types,
Options.Applicative.Types,
Options.Applicative.Internal

exposed-modules: Options.Applicative
, Options.Applicative.Arrows
, Options.Applicative.BashCompletion
, Options.Applicative.Builder
, Options.Applicative.Builder.Completer
, Options.Applicative.Builder.Internal
, Options.Applicative.Common
, Options.Applicative.Extra
, Options.Applicative.Help
, Options.Applicative.Help.Chunk
, Options.Applicative.Help.Core
, Options.Applicative.Help.Levenshtein
, Options.Applicative.Help.Pretty
, Options.Applicative.Help.Types
, Options.Applicative.Types
, Options.Applicative.Internal

build-depends: base == 4.*
, transformers >= 0.2 && < 0.6
Expand All @@ -95,6 +89,12 @@ test-suite optparse-applicative-tests
hs-source-dirs:
tests

other-modules: Examples.Alternatives
, Examples.Cabal
, Examples.Commands
, Examples.Formatting
, Examples.Hello

build-depends: base
, bytestring == 0.10.*
, optparse-applicative
Expand Down

0 comments on commit b04118b

Please sign in to comment.