File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE ViewPatterns #-}
4
4
{-# OPTIONS_GHC -fno-warn-orphans #-}
5
5
6
- #include "thyme.h"
6
+
7
7
#if HLINT
8
8
#include "cabal_macros.h"
9
9
#endif
Original file line number Diff line number Diff line change 13
13
{-# LANGUAGE ViewPatterns #-}
14
14
{-# OPTIONS_HADDOCK hide #-}
15
15
16
- #include "thyme.h"
16
+
17
17
#if HLINT
18
18
#include "cabal_macros.h"
19
19
#endif
Original file line number Diff line number Diff line change 2
2
{-# LANGUAGE RecordWildCards #-}
3
3
{-# LANGUAGE ViewPatterns #-}
4
4
5
- #include "thyme.h"
5
+
6
6
7
7
-- | Calendar months and day-of-months.
8
8
module Data.Thyme.Calendar.MonthDay
Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE ViewPatterns #-}
4
4
{-# OPTIONS_GHC -fno-warn-orphans #-}
5
5
6
- #include "thyme.h"
6
+
7
7
#if HLINT
8
8
#include "cabal_macros.h"
9
9
#endif
Original file line number Diff line number Diff line change 6
6
{-# OPTIONS_GHC -fsimpl-tick-factor=120 #-} -- 7.6.3 only, it seems; fixes #29
7
7
#endif
8
8
9
- #include "thyme.h"
9
+
10
10
#if HLINT
11
11
#include "cabal_macros.h"
12
12
#endif
Original file line number Diff line number Diff line change 9
9
{-# LANGUAGE TypeFamilies #-}
10
10
{-# LANGUAGE ViewPatterns #-}
11
11
12
- #include "thyme.h"
12
+
13
13
#if HLINT
14
14
#include "cabal_macros.h"
15
15
#endif
Original file line number Diff line number Diff line change 7
7
{-# LANGUAGE TemplateHaskell #-}
8
8
{-# LANGUAGE TypeFamilies #-}
9
9
10
- #include "thyme.h"
10
+
11
11
12
12
-- | FOR INTERNAL USE ONLY.
13
13
module Data.Thyme.Internal.Micro where
You can’t perform that action at this time.
0 commit comments