mstksg / typelits-witnesses

Existential witnesses, singletons, and classes for operations on GHC TypeLits
http://hackage.haskell.org/package/typelits-witnesses
MIT License
10 stars 13 forks source link

Add new version on hackage to support finitary package with modern GHC #9

Closed recursion-ninja closed 10 months ago

recursion-ninja commented 1 year ago

Currently the incredibly useful finitary and finitary-derive packages will not build with modern versions of GHC (ghc-9.4.*, ghc-9.6.*,ghc-9.8.*) because finitary depends on typelits-witnesses, and the most current version uploaded to Hackage, typelits-witnesses-0.4.0.0, does not build with modern version of GHC. \

However, HEAD of this repository does build with modern versions of GHC. Simply cutting a new typelits-witnesses-0.5.0.0 release of this repository "as-is" would resolve this pernicious compatibility issue.

mstksg commented 10 months ago

cut and uploaded as 0.4.0.1 :)