[Pkg-haskell-commits] r1275 - in /packages/haskell-regex-posix/branches/upstream/0.93.2: Text/Regex/Posix/Wrap.hsc regex-posix.cabal

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sat Jan 17 14:49:06 UTC 2009


Author: arjan
Date: Sat Jan 17 14:49:06 2009
New Revision: 1275

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1275
Log: (empty)

Modified:
    packages/haskell-regex-posix/branches/upstream/0.93.2/Text/Regex/Posix/Wrap.hsc
    packages/haskell-regex-posix/branches/upstream/0.93.2/regex-posix.cabal

Modified: packages/haskell-regex-posix/branches/upstream/0.93.2/Text/Regex/Posix/Wrap.hsc
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/branches/upstream/0.93.2/Text/Regex/Posix/Wrap.hsc?rev=1275&op=diff
==============================================================================
--- packages/haskell-regex-posix/branches/upstream/0.93.2/Text/Regex/Posix/Wrap.hsc (original)
+++ packages/haskell-regex-posix/branches/upstream/0.93.2/Text/Regex/Posix/Wrap.hsc Sat Jan 17 14:49:06 2009
@@ -88,7 +88,6 @@
 
 #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/0.93.2/regex-posix.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-posix/branches/upstream/0.93.2/regex-posix.cabal?rev=1275&op=diff
==============================================================================
--- packages/haskell-regex-posix/branches/upstream/0.93.2/regex-posix.cabal (original)
+++ packages/haskell-regex-posix/branches/upstream/0.93.2/regex-posix.cabal Sat Jan 17 14:49:06 2009
@@ -1,8 +1,7 @@
 Name:                   regex-posix
 -- Keep the Version below in sync with ./Text/Regex/Posix.hs value getVersion_Text_Regex_Posix :: Version
-Version:                0.93.2
+Version:                0.93.1
 Cabal-Version:          >=1.2
-Build-Type:             Custom
 License:                BSD3
 License-File:           LICENSE
 Copyright:              Copyright (c) 2007, Christopher Kuklewicz
@@ -55,6 +54,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