wx 0.92.2.0 → 0.92.3.0
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/Graphics/UI/WX/Controls.hs +1/−1
- wx.cabal +1/−1
src/Graphics/UI/WX/Controls.hs view
@@ -487,7 +487,7 @@ -- time zone?? toWXDate utc = do wxd <- dateTimeCreate - dateTimeSet wxd (fromInteger y) (m - 1) d 0 0 0 0 + dateTimeSet wxd d (m - 1) (fromInteger y) 0 0 0 0 return wxd where (y,m,d) = toGregorian utc fromWXDate wxd = fromGregorian
wx.cabal view
@@ -1,5 +1,5 @@ Name: wx -Version: 0.92.2.0 +Version: 0.92.3.0 License: OtherLicense License-file: license.txt Homepage: https://wiki.haskell.org/WxHaskell