unix-time 0.4.16 → 0.4.17
raw patch · 3 files changed
+8/−1 lines, 3 files
Files
- ChangeLog.md +5/−0
- cbits/win_patch.h +2/−0
- unix-time.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,10 @@ # ChangeLog for unix-time +## v0.4.17++* Fix MinGW64 linker error+ [#67](https://github.com/kazu-yamamoto/unix-time/pull/67)+ ## v0.4.16 * Make `tzset` optional.
cbits/win_patch.h view
@@ -118,8 +118,10 @@ #if HAVE__ISBLANK_L #define isblank_l _isblank_l+#ifndef _isblank_l // Needed to avoid -Wimplicit-function-declaration warnings int _isblank_l(int c, _locale_t loc);+#endif #else int isblank_l( int c, _locale_t _loc); #endif
unix-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: unix-time-version: 0.4.16+version: 0.4.17 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <kazu@iij.ad.jp>