diff options
author | Alexander Biehl <abiehl@novomind.com> | 2018-02-01 11:12:57 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-02-01 14:58:18 +0100 |
commit | bfd1b156e9bd4c3b2b70b03cb59f778a1061daed (patch) | |
tree | a548bb09fc703e1a9c21cf70ce223c7dc6ce3d80 /haddock-api/src/Haddock/Interface/AttachInstances.hs | |
parent | fb8dd7488f956e42c1dae4d041ca2c7064fb3e78 (diff) |
Warning free compilation
Diffstat (limited to 'haddock-api/src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/AttachInstances.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/AttachInstances.hs b/haddock-api/src/Haddock/Interface/AttachInstances.hs index 4fd9d264..ec8b98c8 100644 --- a/haddock-api/src/Haddock/Interface/AttachInstances.hs +++ b/haddock-api/src/Haddock/Interface/AttachInstances.hs @@ -19,7 +19,6 @@ import Haddock.Types import Haddock.Convert import Haddock.GhcUtils -import Control.Applicative import Control.Arrow hiding ((<+>)) import Data.List import Data.Ord (comparing) |