Win32-errors 0.2.0.1 → 0.2.1
raw patch · 2 files changed
+8/−5 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- ChangeLog +5/−2
- Win32-errors.cabal +3/−3
ChangeLog view
@@ -1,5 +1,8 @@-0.2 -=== +## 0.2.1 + +* Support for GHC 7.8.x + +## 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.0.1 +version: 0.2.1 synopsis: Alternative error handling for Win32 foreign calls description: This package provides an alternative to the Win32 library's error handling @@ -21,7 +21,7 @@ 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 +tested-with: GHC == 7.8.2 extra-source-files: include/windows_cconv.h ChangeLog @@ -32,7 +32,7 @@ cc-options: -fno-strict-aliasing build-depends: base >= 4.6 && < 4.8 - , template-haskell >= 2.8 && < 2.9 + , template-haskell >= 2.8 && < 2.10 , text >= 0.11 && < 1.2 , Win32 >= 2.2 && < 2.4 exposed-modules: