haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Use explicit forall syntax to avoid warning #11

Closed hvr closed 10 years ago

hvr commented 10 years ago

This is currently just a warning in GHC HEAD, but ought to be fixed nevertheless:

Variable ‘m’ is implicitly quantified due to a context
Use explicit forall syntax instead.
This will become an error in GHC 7.12.