I get this when I try and build from the latest Git version. I'm creating a patch and a pull request now:
src/Snap/Snaplet/Auth/Backends/PostgresqlSimple.hs:312:9:
Ambiguous occurrence `catch'
It could refer to either `Prelude.catch',
imported from `Prelude' at src/Snap/Snaplet/Auth/Backends/PostgresqlSimple.hs:38:1-24
(and originally defined in `System.IO.Error')
or `Control.Exception.catch',
imported from `Control.Exception' at src/Snap/Snaplet/Auth/Backends/PostgresqlSimple.hs:40:52-56
(and originally defined in `Control.Exception.Base')
I get this when I try and build from the latest Git version. I'm creating a patch and a pull request now: