File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
hackage-security/tests/TestSuite Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- {-# LANGUAGE CPP, ScopedTypeVariables, RecordWildCards #-}
1
+ {-# LANGUAGE ScopedTypeVariables, RecordWildCards #-}
2
2
module Main (main ) where
3
3
4
- import Data.Monoid
5
4
import Control.Exception
6
5
import GHC.Conc.Sync (setUncaughtExceptionHandler )
7
6
import System.Exit
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ module TestSuite.JSON (
11
11
import Data.Int
12
12
import Data.List (sortBy , nubBy )
13
13
import Data.Function (on )
14
- import Control.Applicative
15
14
import qualified Data.ByteString.Lazy.Char8 as BS
16
15
import Test.QuickCheck
17
16
Original file line number Diff line number Diff line change 1
1
module Main where
2
2
3
- import Control.Applicative
4
3
import Control.Concurrent
5
4
import Control.DeepSeq
6
5
import Control.Exception
7
6
import Control.Monad
8
7
import Data.Map.Strict (Map )
9
- import Data.Monoid
10
8
import Options.Applicative
11
9
import System.FilePath
12
10
import System.IO
You can’t perform that action at this time.
0 commit comments