[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: no need to include ghcconfig.h any more (cecf1ab)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:47:17 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/cecf1abf74c74307c799d2f7555bcca2fb010f2a

>---------------------------------------------------------------

commit cecf1abf74c74307c799d2f7555bcca2fb010f2a
Author: Simon Marlow <simonmar at microsoft.com>
Date:   Wed Jun 7 01:18:29 2006 -0700

    no need to include ghcconfig.h any more
    
    darcs-hash:20060607081829-760e2-39d464373937cba058c1f6b2b6b6bfd5c16d98a5


>---------------------------------------------------------------

cecf1abf74c74307c799d2f7555bcca2fb010f2a
 include/HsTime.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/HsTime.h b/include/HsTime.h
index baca0d5..b8da946 100644
--- a/include/HsTime.h
+++ b/include/HsTime.h
@@ -1,9 +1,6 @@
 #ifndef __HSTIME_H__
 #define __HSTIME_H__
 
-#ifdef __GLASGOW_HASKELL__
-#include "ghcconfig.h"
-#endif
 #include "HsTimeConfig.h"
 
 #if HAVE_TIME_H



More information about the ghc-commits mailing list