[Pkg-haskell-commits] r1269 - in /packages/haskell-regex-posix/trunk: Text/Regex/Posix/Wrap.hsc debian/changelog regex-posix.cabal

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Mon Oct 13 05:46:01 UTC 2008


Author: arjan
Date: Mon Oct 13 05:46:01 2008
New Revision: 1269

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1269
Log:
New upstream release

Modified:
    packages/haskell-regex-posix/trunk/Text/Regex/Posix/Wrap.hsc
    packages/haskell-regex-posix/trunk/debian/changelog
    packages/haskell-regex-posix/trunk/regex-posix.cabal

Modified: packages/haskell-regex-posix/trunk/Text/Regex/Posix/Wrap.hsc
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/trunk/Text/Regex/Posix/Wrap.hsc?rev=1269&op=diff
==============================================================================
--- packages/haskell-regex-posix/trunk/Text/Regex/Posix/Wrap.hsc (original)
+++ packages/haskell-regex-posix/trunk/Text/Regex/Posix/Wrap.hsc Mon Oct 13 05:46:01 2008
@@ -88,6 +88,7 @@
 
 #include <sys/types.h>
 
+#define _POSIX_C_SOURCE 1
 #if HAVE_REGEX_H && HAVE_REGCOMP
 #include "regex.h"
 #else

Modified: packages/haskell-regex-posix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/trunk/debian/changelog?rev=1269&op=diff
==============================================================================
--- packages/haskell-regex-posix/trunk/debian/changelog (original)
+++ packages/haskell-regex-posix/trunk/debian/changelog Mon Oct 13 05:46:01 2008
@@ -1,3 +1,9 @@
+haskell-regex-posix (0.93.2-1~pre1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Arjan Oosting <arjan at debian.org>  Mon, 13 Oct 2008 07:45:21 +0200
+
 haskell-regex-posix (0.93.1-1) unstable; urgency=low
 
   * Take over package from Ian, as I already maintain haskell-regex-base,

Modified: packages/haskell-regex-posix/trunk/regex-posix.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/trunk/regex-posix.cabal?rev=1269&op=diff
==============================================================================
--- packages/haskell-regex-posix/trunk/regex-posix.cabal (original)
+++ packages/haskell-regex-posix/trunk/regex-posix.cabal Mon Oct 13 05:46:01 2008
@@ -1,7 +1,8 @@
 Name:                   regex-posix
 -- Keep the Version below in sync with ./Text/Regex/Posix.hs value getVersion_Text_Regex_Posix :: Version
-Version:                0.93.1
+Version:                0.93.2
 Cabal-Version:          >=1.2
+Build-Type:             Custom
 License:                BSD3
 License-File:           LICENSE
 Copyright:              Copyright (c) 2007, Christopher Kuklewicz
@@ -54,6 +55,6 @@
   -- Frameworks:
   CC-Options:             -DHAVE_REGEX_H
   -- Includes:
-  Include-Dirs:           include
+  -- Include-Dirs:           include
   -- Extra-Libraries:
   -- Extra-Lib-Dirs:




More information about the Pkg-haskell-commits mailing list