[Git][haskell-team/DHG_packages][master] unix-time: Upgrading from 0.4.11 to 0.4.15
Clint Adams (@clint)
gitlab at salsa.debian.org
Sat Sep 21 03:55:39 BST 2024
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1fe00661 by Clint Adams at 2024-09-20T22:55:19-04:00
unix-time: Upgrading from 0.4.11 to 0.4.15
- - - - -
3 changed files:
- p/haskell-unix-time/debian/changelog
- − p/haskell-unix-time/debian/patches/series
- − p/haskell-unix-time/debian/patches/time64_t
Changes:
=====================================
p/haskell-unix-time/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-unix-time (0.4.11-3) UNRELEASED; urgency=medium
+haskell-unix-time (0.4.15-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.7.0
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:32 +0300
+ [ Clint Adams ]
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Fri, 20 Sep 2024 22:54:15 -0400
haskell-unix-time (0.4.11-2) unstable; urgency=medium
=====================================
p/haskell-unix-time/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-time64_t
=====================================
p/haskell-unix-time/debian/patches/time64_t deleted
=====================================
@@ -1,23 +0,0 @@
-Description: Use CApiFFI when calling into libc
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-Bug: https://github.com/kazu-yamamoto/unix-time/issues/62
-
-Index: b/Data/UnixTime/Sys.hsc
-===================================================================
---- a/Data/UnixTime/Sys.hsc
-+++ b/Data/UnixTime/Sys.hsc
-@@ -1,4 +1,5 @@
- {-# LANGUAGE ForeignFunctionInterface #-}
-+{-# LANGUAGE CApiFFI #-}
-
- module Data.UnixTime.Sys (getUnixTime) where
-
-@@ -17,7 +18,7 @@ import Foreign.Storable
- type CTimeVal = ()
- type CTimeZone = ()
-
--foreign import ccall unsafe "gettimeofday"
-+foreign import capi unsafe "sys/time.h gettimeofday"
- c_gettimeofday :: Ptr CTimeVal -> Ptr CTimeZone -> IO CInt
-
- -- |
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1fe00661a7864f6d664b7913c87f596d23739362
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1fe00661a7864f6d664b7913c87f596d23739362
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20240921/68da5880/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list