ollef / Earley

Parsing all context-free grammars using Earley's algorithm in Haskell.
BSD 3-Clause "New" or "Revised" License
361 stars 24 forks source link

test-suite compilation failure when building from tarball #27

Closed bergmark closed 8 years ago

bergmark commented 8 years ago

From building stackage nightly. I'll add this test-suite to expected failures for now.

Some modules seem to be missing from other-modules:

reprocessing library Earley-0.11.0.0...
[1 of 6] Compiling Text.Earley.Grammar ( Text/Earley/Grammar.hs, dist/build/Text/Earley/Grammar.o )
[2 of 6] Compiling Text.Earley.Derived ( Text/Earley/Derived.hs, dist/build/Text/Earley/Derived.o )
[3 of 6] Compiling Text.Earley.Internal ( Text/Earley/Internal.hs, dist/build/Text/Earley/Internal.o )
[4 of 6] Compiling Text.Earley.Parser ( Text/Earley/Parser.hs, dist/build/Text/Earley/Parser.o )
[5 of 6] Compiling Text.Earley      ( Text/Earley.hs, dist/build/Text/Earley.o )
[6 of 6] Compiling Text.Earley.Mixfix ( Text/Earley/Mixfix.hs, dist/build/Text/Earley/Mixfix.o )
In-place registering Earley-0.11.0.0...
Preprocessing test suite 'tests' for Earley-0.11.0.0...

tests/Main.hs:4:18:
    Could not find module ‘Empty’
    Use -v to see a list of the files searched for.

tests/Main.hs:5:18:
    Could not find module ‘Expr’
    Use -v to see a list of the files searched for.

tests/Main.hs:6:18:
    Could not find module ‘InlineAlts’
    Use -v to see a list of the files searched for.

tests/Main.hs:7:18:
    Could not find module ‘Issue11’
    Use -v to see a list of the files searched for.

tests/Main.hs:8:18:
    Could not find module ‘Issue14’
    Use -v to see a list of the files searched for.

tests/Main.hs:9:18:
    Could not find module ‘Mixfix’
    Use -v to see a list of the files searched for.

tests/Main.hs:10:18:
    Could not find module ‘Optional’
    Perhaps you meant
      Options (needs flag -package-key options-1.2.1.1@optio_CtVRCDNbaSzCLFqvgui815)
    Use -v to see a list of the files searched for.

tests/Main.hs:11:18:
    Could not find module ‘ReversedWords’
    Use -v to see a list of the files searched for.

tests/Main.hs:12:18:
    Could not find module ‘VeryAmbiguous’
    Use -v to see a list of the files searched for.
ollef commented 8 years ago

Thanks for the report! This should be fixed in 0.11.0.1.