composewell / unicode-transforms

Fast Unicode normalization in Haskell
BSD 3-Clause "New" or "Revised" License
47 stars 16 forks source link

Use tasty-bench by default #69

Closed adithyaov closed 3 years ago

adithyaov commented 3 years ago

Closes #61

harendra-kumar commented 3 years ago

Need to fix the CIs, why is process failing to compile on older ghc versions?

adithyaov commented 3 years ago

process is consistently failing. We need to fix it asap if possible or defer this PR till we can put in the time to find what the problem is.

Bodigrim commented 3 years ago

process-1.6.13.0 fails to build, https://matrix.hackage.haskell.org/#/package/process

As a tactical solution, you can either constrain process /= 1.6.13.0, or set optparse-applicative -process in cabal.project.

adithyaov commented 3 years ago

I think there is a fix incoming soon in process. We can wait for that.

adithyaov commented 3 years ago

A new release for process should be incoming soon. See https://github.com/haskell/process/issues/211

harendra-kumar commented 3 years ago

As a tactical solution, you can either constrain process /= 1.6.13.0, or set optparse-applicative -process in cabal.project.

Let's do this and not wait for a new release of process. Anyway 1.6.13.0 should never be chosen as it does not build.