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. |
||
|---|---|---|
| .. | ||
| V0.hs | ||
| V1.hs | ||
| V2.hs | ||
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. |
||
|---|---|---|
| .. | ||
| V0.hs | ||
| V1.hs | ||
| V2.hs | ||