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.
Currently the incredibly useful
finitary
andfinitary-derive
packages will not build with modern versions of GHC (ghc-9.4.*
,ghc-9.6.*
,ghc-9.8.*
) becausefinitary
depends ontypelits-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 newtypelits-witnesses-0.5.0.0
release of this repository "as-is" would resolve this pernicious compatibility issue.