Ask companions to download the patch. Or, if they do not respond, consider taking on the service yourself.
This is because haskell98 is a compatibility package that duplicates functions in other modules. New code should not depend on it, unless that means compatibility with Haskell-98. However, this change is relatively recent, and many old codes refer to both "base" and "haskell98", although in fact it does not use the "haskell98" package.
In the short term, I started cabal unpack BNFC and then edited the ".cabal" file and removed the haskell98 link from the "build-depends:" field. I would also hit the version number for the library (this step does not matter for executables). Then create and install from the local copy that you just edited. Other problems may arise if BNFC was to use mtl version 1, but you can add this restriction yourself if necessary.
source share