basvandijk / case-insensitive

Case insensitive string comparison
Other
25 stars 19 forks source link

Fix compilation of benchmarks #21

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 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.

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

basvandijk commented 8 years ago

Thanks. Released as 1.2.0.7.