Win32-errors 0.2 → 0.2.0.1
raw patch · 2 files changed
+8/−1 lines, 2 files
Files
- ChangeLog +6/−0
- Win32-errors.cabal +2/−1
+ ChangeLog view
@@ -0,0 +1,6 @@+0.2 +=== + +* Add several additional error codes. +* Update constraints on base package. +
Win32-errors.cabal view
@@ -1,5 +1,5 @@ name: Win32-errors -version: 0.2 +version: 0.2.0.1 synopsis: Alternative error handling for Win32 foreign calls description: This package provides an alternative to the Win32 library's error handling @@ -24,6 +24,7 @@ tested-with: GHC == 7.6.3 extra-source-files: include/windows_cconv.h + ChangeLog library default-language: Haskell2010