[Pkg-haskell-commits] r1267 - in /packages/haskell-regex-posix/branches/upstream/current: Text/Regex/Posix/Wrap.hsc regex-posix.cabal
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Mon Oct 13 05:45:09 UTC 2008
Author: arjan
Date: Mon Oct 13 05:45:09 2008
New Revision: 1267
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1267
Log:
[svn-upgrade] Integrating new upstream version, haskell-regex-posix (0.93.2)
Modified:
packages/haskell-regex-posix/branches/upstream/current/Text/Regex/Posix/Wrap.hsc
packages/haskell-regex-posix/branches/upstream/current/regex-posix.cabal
Modified: packages/haskell-regex-posix/branches/upstream/current/Text/Regex/Posix/Wrap.hsc
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/branches/upstream/current/Text/Regex/Posix/Wrap.hsc?rev=1267&op=diff
==============================================================================
--- packages/haskell-regex-posix/branches/upstream/current/Text/Regex/Posix/Wrap.hsc (original)
+++ packages/haskell-regex-posix/branches/upstream/current/Text/Regex/Posix/Wrap.hsc Mon Oct 13 05:45:09 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/branches/upstream/current/regex-posix.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/branches/upstream/current/regex-posix.cabal?rev=1267&op=diff
==============================================================================
--- packages/haskell-regex-posix/branches/upstream/current/regex-posix.cabal (original)
+++ packages/haskell-regex-posix/branches/upstream/current/regex-posix.cabal Mon Oct 13 05:45:09 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