cies / htoml

TOML file format parser in Haskell
https://hackage.haskell.org/package/htoml
Other
38 stars 13 forks source link

Why is there "tests" executable in addition to a test suite? #18

Closed ethercrow closed 7 years ago

ethercrow commented 7 years ago

Because of that depending on htoml brings test-related libraries like hspec and tasty into clients' dependency trees.

Also plain cabal/stack install htoml populates your path with a confusing tests executable.

cies commented 7 years ago

I'm convinced it should go. The reason it is there is because I used some sort of project init (forgot which one, maybe the "holy-project" one). I also wondered what it was doing there, but it never hurt me so I kept it around.

I'll fix it and upload a new version to Hackage.

Thanks for reporting, and thanks for your work on Yi. Frickin' awesome stuff!

ethercrow commented 7 years ago

I'll fix it and upload a new version to Hackage.

Thanks!

thanks for your work on Yi. Frickin' awesome stuff!

My pleasure.