sqlite-simple icon indicating copy to clipboard operation
sqlite-simple copied to clipboard

Dependency blaze-textual may not really be maintained

Open nh2 opened this issue 6 years ago • 5 comments

Just wanted to let you know that you (and thus those depending on you) depend on blaze-textual, which has at least one important correctness bug:

  • https://github.com/bos/blaze-textual/issues/11

The last commit in https://github.com/bos/blaze-textual is from July 2015, so it is possible that that isn't maintained any more and that my fix https://github.com/bos/blaze-textual/pull/12 for the above issue may not be merged.

nh2 avatar Jun 17 '19 14:06 nh2

blaze-textual also fails to build with ghc 9: https://github.com/bos/blaze-textual/issues/13

fgaz avatar Mar 09 '21 22:03 fgaz

Sibling-projects such as mysql-simple resolved this issue by introducing a shim: https://github.com/paul-rouse/mysql-simple/pull/51

Any interest in an identical solution here?

fendor avatar Aug 17 '21 08:08 fendor

I'd welcome the shim solution! I'm having a problem with blaze-textual trying to bring in an integer-gmp dependency when I want to avoid GMP...

thomasjm avatar Jul 09 '22 23:07 thomasjm

You can always use integer-simple flag to avoid depending on integer-gmp: https://github.com/swamp-agr/blaze-textual/blob/master/blaze-textual.cabal#L75-L80

swamp-agr avatar Mar 03 '23 11:03 swamp-agr

@nh2 your patch was released yesterday!

swamp-agr avatar Mar 03 '23 11:03 swamp-agr