unix-time 0.4.14 → 0.4.15
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cbits/win_patch.h +1/−1
- unix-time.cabal +1/−1
cbits/win_patch.h view
@@ -14,7 +14,7 @@ #include <pthread.h> #if defined(_WIN32)-#include <Windows.h>+#include <windows.h> #endif #if !defined(TM_YEAR_BASE)
unix-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: unix-time-version: 0.4.14+version: 0.4.15 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <kazu@iij.ad.jp>