advancedtelematic / quickcheck-state-machine

Test monadic programs using state machine based models
Other
203 stars 25 forks source link

Lower bound on text in latest revision #371

Open mrBliss opened 4 years ago

mrBliss commented 4 years ago

In the latest revision (r0) of quickcheck-state-machine-0.7 on Hackage, there is a constraint text >=1.2.4.0, which is not present in master.

This constraint makes it currently impossible to build with GHC 8.10.2 for me:

When text-1.2.4.1 is available on Hackage, this problem will solve itself. However, in the meantime, I can't depend on quickcheck-state-machine-0.7.0 from Hackage. My current workaround is to list quickcheck-state-machine as a source-repository-package.

My question: is there any reason for this lower bound on text? The version of text bundled with GHC 8.10.2 is 1.2.3.2 (I assume that it doesn't have the ghc-prim bounds issue because it's bundled with GHC). Would you be open to lowering the lower bound on Hackage to at least include 1.2.3.2?

stevana commented 4 years ago

My question: is there any reason for this lower bound on text?

Not that I remember.

Would you be open to lowering the lower bound on Hackage to at least include 1.2.3.2?

Yeah, sure!