GrammaticalFramework / gf-core

Grammatical Framework core: compiler, shell & runtimes
https://www.grammaticalframework.org
Other
131 stars 35 forks source link

Fix ghc-7.10 build #148

Closed anka-213 closed 2 years ago

anka-213 commented 2 years ago

The build with ghc-7.10.3 was broken by 1294269cd60f3db7b056135104615625baeb528c. This restores it. But this time the compatibility code only imported specifically for ghc < 8, to remove the extra dependency for other versions.