erikd / base64-bytestring-type

A newtype around ByteString, for base64 encoding.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Upload a new version? #18

Closed erikd closed 5 years ago

erikd commented 5 years ago

Would be nice to have the version on Hackage with the QuickCheck upper bound bumped.

Either as a revision or as a new version.

phadej commented 5 years ago

It's kind of blocked by https://github.com/bos/aeson/issues/713 and https://github.com/well-typed/cborg/pull/200 + https://github.com/well-typed/cborg/issues/202

Until those are figured base64-bytestring-type is trapped in the past.

phadej commented 5 years ago

I noticed that 1.0.1 actually supports latest QuickCheck https://hackage.haskell.org/package/base64-bytestring-type-1.0.1/dependencies

Closing as invalid.