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 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
Original file line number Diff line number Diff line change 1313{-# LANGUAGE ViewPatterns #-}
1414{-# OPTIONS_HADDOCK hide #-}
1515
16- #include "thyme.h"
16+
1717#if HLINT
1818#include "cabal_macros.h"
1919#endif
Original file line number Diff line number Diff line change 22{-# LANGUAGE RecordWildCards #-}
33{-# LANGUAGE ViewPatterns #-}
44
5- #include "thyme.h"
5+
66
77-- | Calendar months and day-of-months.
88module Data.Thyme.Calendar.MonthDay
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99{-# LANGUAGE TypeFamilies #-}
1010{-# LANGUAGE ViewPatterns #-}
1111
12- #include "thyme.h"
12+
1313#if HLINT
1414#include "cabal_macros.h"
1515#endif
Original file line number Diff line number Diff line change 77{-# LANGUAGE TemplateHaskell #-}
88{-# LANGUAGE TypeFamilies #-}
99
10- #include "thyme.h"
10+
1111
1212-- | FOR INTERNAL USE ONLY.
1313module Data.Thyme.Internal.Micro where
You can’t perform that action at this time.
0 commit comments