positiondev / offset

A haskell library that communicates with wordpress over its api.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

snaplet-wordpress-0.1.1.1 can't compile its own test suite #1

Closed peti closed 9 years ago

peti commented 9 years ago

Citing from http://hydra.cryp.to/build/886894/log/raw:

Preprocessing test suite 'test-snaplet-wordpress' for
snaplet-wordpress-0.1.1.1...

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

spec/Main.hs:30:18:
    Could not find module ‘Test.Hspec.Core.Spec’
    It is a member of the hidden package ‘hspec-core-2.1.7@hspec_Av4LtqIb7lDLFOj6slOxhT’.
    Perhaps you need to add ‘hspec-core’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

spec/Main.hs:35:18:
    Could not find module ‘Snap.Snaplet.Wordpress.Cache.Redis’
    it is a hidden module in the package ‘snaplet-wordpress-0.1.1.1@snapl_IeCN6wOAUPX9vGshWiWp5X’
    Use -v to see a list of the files searched for.

spec/Main.hs:36:18:
    Could not find module ‘Snap.Snaplet.Wordpress.Types’
    it is a hidden module in the package ‘snaplet-wordpress-0.1.1.1@snapl_IeCN6wOAUPX9vGshWiWp5X’
    Use -v to see a list of the files searched for.
dbp commented 9 years ago

Thanks! Should be fixed now.