Re: Language extension histories
ÉRDI Gergő <[email protected]> Sun, 1 Nov 2020 10:55:43 +0800 (+08)
| Newsgroups | gmane.comp.lang.haskell.glasgow.user |
|---|---|
| Message-ID | <alpine.DEB.2.22.394.2011011052260.1141783@galaxy> |
On Sat, 31 Oct 2020, David Feuer wrote: > I'm working on some code I want to be compatible with multiple GHC versions and I'm > trying to figure out which language extensions I can reasonably use. I definitely need > usable fancy pattern synonyms (not the bare-bones ones in 7.8). So that should set a > lower bound, but I don't remember where. 7.10? 8.0? Looking at Git, if you need record syntax support in pattern synonyms, you will need to go with 8.0. _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users