Closed RyanGlScott closed 8 years ago
Currently, the case-insensitive benchmarks fail to compile when obtained from Hackage since the NoClass file is not distributed with cabal sdist. This PR fixes this by putting NoClass in other-modules.
case-insensitive
NoClass
cabal sdist
other-modules
See also https://github.com/iu-parfunc/sc-haskell/issues/7
Thanks. Released as 1.2.0.7.
Currently, the
case-insensitive
benchmarks fail to compile when obtained from Hackage since theNoClass
file is not distributed withcabal sdist
. This PR fixes this by puttingNoClass
inother-modules
.See also https://github.com/iu-parfunc/sc-haskell/issues/7