Win32-errors 0.1 → 0.2
raw patch · 2 files changed
+13/−5 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- System/Win32/Error/Mapping.hs +8/−0
- Win32-errors.cabal +5/−5
System/Win32/Error/Mapping.hs view
@@ -31,11 +31,19 @@ , (0x00000428, "ExceptionInService") , (0x0000042a, "ServiceSpecificError") , (0x0000043b, "ServiceNotInExe") + , (0x000006ba, "RPCSServerUnavailable") + , (0x000006bb, "RPCSServerTooBusy") , (0x00001126, "NotAReparsePoint") , (0x00004e25, "DhcpSubnetNotPresent") , (0x00004e27, "DhcpElementCantRemove") , (0x00004e2a, "DhcpOptionNotPresent") , (0x00004e2d, "DhcpJetError") , (0x00004e32, "DhcpNotReservedClient") + , (0x00004e33, "DhcpReservedClient") + , (0x00004e35, "DhcpIprangeExists") + , (0x00004e36, "DhcpReservedipExists") , (0x00004e37, "DhcpInvalidRange") + , (0x00004e51, "DhcpIprangeConvIllegal") + , (0x00004e90, "ScopeRangePolicyRangeConflict") + , (0x00004ea1, "DhcpFoIprangeTypeConvIllegal") ]
Win32-errors.cabal view
@@ -1,5 +1,5 @@ name: Win32-errors -version: 0.1 +version: 0.2 synopsis: Alternative error handling for Win32 foreign calls description: This package provides an alternative to the Win32 library's error handling @@ -19,9 +19,9 @@ category: System build-type: Simple cabal-version: >=1.16 -homepage: http://github.com/mikesteele81/win32-errors -bug-reports: http://github.com/mikesteele81/win32-errors/issues -tested-with: GHC == 7.6.3 +homepage: http://github.com/mikesteele81/win32-errors +bug-reports: http://github.com/mikesteele81/win32-errors/issues +tested-with: GHC == 7.6.3 extra-source-files: include/windows_cconv.h @@ -30,7 +30,7 @@ ghc-options: -Wall cc-options: -fno-strict-aliasing build-depends: - base >= 4.5 && < 4.9 + base >= 4.6 && < 4.8 , template-haskell >= 2.8 && < 2.9 , text >= 0.11 && < 1.2 , Win32 >= 2.2 && < 2.4