Did #Haskell at some point make defining a module without an explicit list of names to be exported illegal? It's yelling at me when I try to do this now.
I noticed a while ago that they added a warning for that but it would still compile, but I wouldn't be completely surprised if it were an error now. It's actually annoying in ghci because the warning gets repeated every time you define something.
Jonathan Lamothe
in reply to Jonathan Lamothe • •--pedantic
flag.Jeremy List
in reply to Jonathan Lamothe • • •It's actually annoying in ghci because the warning gets repeated every time you define something.
Jonathan Lamothe
in reply to Jeremy List • •--pedantic
flag though (which turns warnings into errors).