Adapt singletons-2.5.1 patch to GHC commit 4ba73e00
ghc@4ba73e00 changed the type of `Uniq` (in `template-haskell`) from `Int` to `Integer`, which breaks `singletons`. This work around the change accordingly with `fromIntegral`. Patch taken from goldfirere/singletons#389.
Showing
Please register or sign in to comment