Tags: Kludgy/win32
Tags
Bump version to 2.3.0.1 (re haskell#13) Note: this version bump does not yet represent a package release, but has been only done so we can ship GHC 7.8 RC1 with a `win32` package version distinguishable from what shipped with GHC 7.6.3. Also I bumped the min-version build-dep on `base` as the recent changes to the `win32` code-base rely on features only available in `base-4.7.0.0`.
Fix imports following the catch/try deprecation change
failWith: generate proper IOExceptions I cheated a little by mapping first to an errno, using the existing Foreign.C.Error.errnoToIOError, and finally adding the real error message from Win32. To do this properly we should provide a Win32-specific version of errnoToIOError.
[project @ 2005-07-23 14:03:19 by ross] minor simplification
[project @ 2005-07-23 14:03:19 by ross] minor simplification
PreviousNext