haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Fix compile errors in network <= 2.3 #15

Closed lambda-fairy closed 11 years ago

lambda-fairy commented 11 years ago

Network.Socket.sClose is deprecated in network 2.4 -- but 2.3, which does not have the new names, is still in wide use.

I also added a .gitignore.