[commit: packages/Win32] ghc-head: Bump version to 2.3.0.1 (re #13) (1e909ad)

git at git.haskell.org git at git.haskell.org
Wed Jan 29 15:58:09 UTC 2014


Repository : ssh://git@git.haskell.org/Win32

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Win32.git/commitdiff/1e909adb06b766e107148b8b37a4a9f9e50baf74

>---------------------------------------------------------------

commit 1e909adb06b766e107148b8b37a4a9f9e50baf74
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Jan 29 16:50:49 2014 +0100

    Bump version to 2.3.0.1 (re #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`.


>---------------------------------------------------------------

1e909adb06b766e107148b8b37a4a9f9e50baf74
 Win32.cabal |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Win32.cabal b/Win32.cabal
index 8fcd3d1..00e0c25 100644
--- a/Win32.cabal
+++ b/Win32.cabal
@@ -1,5 +1,5 @@
 name:		Win32
-version:	2.3.0.0
+version:	2.3.0.1
 license:	BSD3
 license-file:	LICENSE
 author:		Alastair Reid
@@ -17,7 +17,7 @@ extra-source-files:
 	include/Win32Aux.h include/win32debug.h include/windows_cconv.h
 
 Library
-    build-depends:	base >= 3 && < 5, bytestring
+    build-depends:	base >= 4.7 && < 5, bytestring
     ghc-options:    -Wall -fno-warn-name-shadowing
     cc-options:     -fno-strict-aliasing
     exposed-modules:



More information about the ghc-commits mailing list