mightybyte / snaplet-postgresql-simple

BSD 3-Clause "New" or "Revised" License
40 stars 38 forks source link

Compile Error #12

Closed ghost closed 11 years ago

ghost commented 11 years ago

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')
mightybyte commented 11 years ago

Thanks for the pull request, but in this case I decided to go for the qualified import.