src/Snap/Internal/Parsing.hs:439:64: error:
• Couldn't match expected type ‘ghc-prim-0.8.0:GHC.Prim.Word#’
with actual type ‘ghc-prim-0.8.0:GHC.Prim.Word8#’
• In the first argument of ‘uncheckedShiftRL#’, namely ‘a#’
In the first argument of ‘word2Int#’, namely
‘(uncheckedShiftRL# a# b#)’
In the first argument of ‘I#’, namely
‘(word2Int# (uncheckedShiftRL# a# b#))’
|
439 | shiftr (W8# a#) (I# b#) = I# (word2Int# (uncheckedShiftRL# a# b#))
| ^^
cabal: Failed to build snap-core-1.0.4.2
Could you upload a compatible release?
With
--allow-newer
, I currently get an error: