attoparsec
attoparsec copied to clipboard
GHC 8.8 finally finishes removing `fail` from Monad.
Data/Attoparsec/Internal/Types.hs:139:5: error:
‘fail’ is not a (visible) method of class ‘Monad’
|
139 | fail = Fail.fail
| ^^^^
Blocking https://github.com/agda/agda/issues/3725.
Blocking amnh/PCG from using GHC-8.8.1.
@recursion-ninja, the above link doesn't work.
EDIT: Thanks for fixing the link.
@bgamari merged a PR that fixed this three days ago, but there has not been a release yet. Is there anything blocking a release?
attoparsec-0.13.2.3 is now on Hackage, which features support for GHC 8.8.1 (through #162). I think this issue can be closed now.