unix-time 0.4.10 → 0.4.11
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/conv.c +1/−1
- unix-time.cabal +1/−1
cbits/conv.c view
@@ -4,7 +4,7 @@ /* Linux cheats AC_CHECK_FUNCS(strptime_l), sigh. */ #define THREAD_SAFE 0 #define _XOPEN_SOURCE-#define _BSD_SOURCE+#define _DEFAULT_SOURCE #elif HAVE_STRPTIME_L #define THREAD_SAFE 1 #define _GNU_SOURCE
unix-time.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: unix-time-version: 0.4.10+version: 0.4.11 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <kazu@iij.ad.jp>