1
Fork 0

fix regression in extract function parsing, some small tweaks

This commit is contained in:
Jake Wheat 2019-08-31 18:12:35 +01:00
parent 7e38efc0bf
commit 9f2ff37c54
5 changed files with 8 additions and 12 deletions

View file

@ -1,6 +1,6 @@
0.6.0
checked - works with ghc 8.8.1 - but because of pretty-show,
the executable doesn't work with this ghc yet
checked with ghc 8.8.1 - but because of pretty-show, the
executable doesn't work with this ghc yet
change the dialect handling - now a dialect is a bunch of flags
plus a keyword list, and custom dialects are now feasible
(still incomplete)