|
|
|
|
|
by DanWaterworth
3588 days ago
|
|
That's not anywhere near a complete list of deprecated extensions and there are others that have been completely removed from the language [1]. It's unfortunate that ScopedTypeVariables hasn't been standardised, but there hasn't been a new standard since 2010, so it's not hugely surprising. https://ghc.haskell.org/trac/ghc/wiki/LanguagePragmaHistory |
|
I picked scoped type variables as an example because it's been in GHC since version 6.4. That was released in March 2005, so it had plenty of time to make it into the Haskell2010 language standard.