Skip to content

Commit

Permalink
Add missing modules to cabal file
Browse files Browse the repository at this point in the history
Should fix #27
  • Loading branch information
ollef committed Apr 4, 2016
1 parent f6ad94b commit 15abd0b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Earley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ benchmark bench
build-depends: base, deepseq, criterion >=1.1, parsec >=3.1, ListLike
default-language: Haskell2010
ghc-options: -Wall
other-modules: Text.Earley,
Text.Earley.Derived,
Text.Earley.Grammar,
Text.Earley.Internal,
Text.Earley.Parser

test-suite tests
type: exitcode-stdio-1.0
Expand All @@ -119,3 +124,12 @@ test-suite tests
hs-source-dirs: tests
default-language: Haskell2010
build-depends: base, Earley, tasty >=0.10, tasty-quickcheck >=0.8, tasty-hunit >= 0.9
other-modules: Empty,
Expr,
InlineAlts,
Issue11,
Issue14,
Mixfix,
Optional,
ReversedWords,
VeryAmbiguous

0 comments on commit 15abd0b

Please sign in to comment.