haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
512 stars 93 forks source link

Make cabal sdist package up the benchmarks correctly #120

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 8 years ago

It turns out a couple more changes are needed to make the benchmarks work correctly when obtained from Hackage—just making sure that all the modules, dependencies, and files are specified correctly so that cabal sdist includes everything it needs to.

See also https://github.com/iu-parfunc/sc-haskell/issues/7

bgamari commented 8 years ago

Indeed, this looks reasonable to me.