File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
-- Use GHC generics to automatically generate good instances.
2
2
3
3
{-# LANGUAGE CPP #-}
4
- {-# LANGUAGE PackageImports #-}
5
-
6
4
{-# OPTIONS_GHC -fno-warn-orphans #-}
7
5
6
+ #ifdef HAS_BOTH_AESON_AND_BENCHMARKS
7
+ {-# LANGUAGE PackageImports #-}
8
+ #endif
9
+
8
10
module Twitter.Generic
9
11
(
10
12
Metadata (.. )
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE CPP #-}
2
+
3
+ #ifdef HAS_BOTH_AESON_AND_BENCHMARKS
2
4
{-# LANGUAGE PackageImports #-}
5
+ #endif
6
+
3
7
module Twitter.Options (module Twitter.Options ) where
4
8
5
9
#ifndef HAS_BOTH_AESON_AND_BENCHMARKS
Original file line number Diff line number Diff line change 1
1
-- Use Template Haskell to generate good instances.
2
2
3
3
{-# LANGUAGE CPP #-}
4
- {-# LANGUAGE PackageImports #-}
5
4
{-# LANGUAGE TemplateHaskell #-}
6
5
{-# OPTIONS_GHC -fno-warn-orphans #-}
7
6
7
+ #ifdef HAS_BOTH_AESON_AND_BENCHMARKS
8
+ {-# LANGUAGE PackageImports #-}
9
+ #endif
10
+
8
11
module Twitter.TH
9
12
(
10
13
Metadata (.. )
You can’t perform that action at this time.
0 commit comments