jgoerzen / ftphs

FTP client and server library [Haskell]
http://wiki.github.com/jgoerzen/ftphs/
GNU Lesser General Public License v2.1
16 stars 16 forks source link

Fails to build under GHC 7.6 #1

Closed nomeata closed 11 years ago

nomeata commented 11 years ago

GHC has changed how exceptions work:

[3 of 4] Compiling Network.FTP.Server ( src/Network/FTP/Server.hs, dist-ghc/build/Network/FTP/Server.o )

src/Network/FTP/Server.hs:169:18: Not in scope: `try'

src/Network/FTP/Server.hs:217:33: Not in scope: `catch'
make: *** [build-ghc-stamp] Error 1
bach741974 commented 11 years ago

I suppose it should be closed because bug has been resolved.