Skip to content

Commit 41baf2c

Browse files
committed
purged thyme.h imports from other files
Signed-off-by: buckie <[email protected]>
1 parent 50f8b14 commit 41baf2c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/Data/Thyme/Calendar.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{-# LANGUAGE ViewPatterns #-}
44
{-# OPTIONS_GHC -fno-warn-orphans #-}
55

6-
#include "thyme.h"
6+
77
#if HLINT
88
#include "cabal_macros.h"
99
#endif

src/Data/Thyme/Calendar/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{-# LANGUAGE ViewPatterns #-}
1414
{-# OPTIONS_HADDOCK hide #-}
1515

16-
#include "thyme.h"
16+
1717
#if HLINT
1818
#include "cabal_macros.h"
1919
#endif

src/Data/Thyme/Calendar/MonthDay.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE RecordWildCards #-}
33
{-# LANGUAGE ViewPatterns #-}
44

5-
#include "thyme.h"
5+
66

77
-- | Calendar months and day-of-months.
88
module Data.Thyme.Calendar.MonthDay

src/Data/Thyme/Calendar/OrdinalDate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{-# LANGUAGE ViewPatterns #-}
44
{-# OPTIONS_GHC -fno-warn-orphans #-}
55

6-
#include "thyme.h"
6+
77
#if HLINT
88
#include "cabal_macros.h"
99
#endif

src/Data/Thyme/Calendar/WeekDate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{-# OPTIONS_GHC -fsimpl-tick-factor=120 #-} -- 7.6.3 only, it seems; fixes #29
77
#endif
88

9-
#include "thyme.h"
9+
1010
#if HLINT
1111
#include "cabal_macros.h"
1212
#endif

src/Data/Thyme/Clock/TAI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{-# LANGUAGE TypeFamilies #-}
1010
{-# LANGUAGE ViewPatterns #-}
1111

12-
#include "thyme.h"
12+
1313
#if HLINT
1414
#include "cabal_macros.h"
1515
#endif

src/Data/Thyme/Internal/Micro.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{-# LANGUAGE TemplateHaskell #-}
88
{-# LANGUAGE TypeFamilies #-}
99

10-
#include "thyme.h"
10+
1111

1212
-- | FOR INTERNAL USE ONLY.
1313
module Data.Thyme.Internal.Micro where

0 commit comments

Comments
 (0)