AndrewRademacher / aeson-casing

Tools to change the formatting of field names in Aeson instances.
MIT License
16 stars 3 forks source link

aeson-casing-0.1.0.0 can't compile its test suite #1

Closed peti closed 8 years ago

peti commented 9 years ago

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

Preprocessing test suite 'casing' for aeson-casing-0.1.0.0...

test/Main.hs:5:18:
    Could not find module ‘Data.Aeson.Casing.Test’
    Perhaps you meant Data.Aeson.Casing (from aeson-casing-0.1.0.0)
    Use -v to see a list of the files searched for.
erantapaa commented 8 years ago

This is still a problem with aeson-casing-0.1.0.2. The file test/Data/Aeson/Casing/Test.hs is missing from the package uploaded to Hackage.

AndrewRademacher commented 8 years ago

Apologies for the delay in response, I've moved the package back under myself so this kind of delay shouldn't happen again. I don't seem to be having any problems running the test suite from my project. Is this issue occurring when you attempt to use aeson-casing as a dependency in another project?

AndrewRademacher commented 8 years ago

I've figured out what you mean. I forgot to include the Tests module in the 'other-modules' field on the cabal file.

peti commented 8 years ago

Will you release a new version to Hackage?

AndrewRademacher commented 8 years ago

Yeah, the latest is already up as 0.1.0.4. I'm working to get it in stackage as well.