git-annex/Upgrade
Joey Hess 146c36ca54 IO exception rework
ghc 7.4 comaplains about use of System.IO.Error to catch exceptions.
Ok, use Control.Exception, with variants specialized to only catch IO
exceptions.
2012-02-03 16:47:24 -04:00
..
V0.hs IO exception rework 2012-02-03 16:47:24 -04:00
V1.hs IO exception rework 2012-02-03 16:47:24 -04:00
V2.hs