From 6756f1d10b2dbf045851c014c5dde001e0704001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 11 Mar 2015 13:17:24 +0100 Subject: [PATCH] Get rid of some warnings with ghc-7.8 --- Language/Haskell/GhcMod/CabalHelper.hs | 1 - Language/Haskell/GhcMod/Types.hs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Language/Haskell/GhcMod/CabalHelper.hs b/Language/Haskell/GhcMod/CabalHelper.hs index 46e512c..f674157 100644 --- a/Language/Haskell/GhcMod/CabalHelper.hs +++ b/Language/Haskell/GhcMod/CabalHelper.hs @@ -34,7 +34,6 @@ import Language.Haskell.GhcMod.Utils import Language.Haskell.GhcMod.World import Language.Haskell.GhcMod.PathsAndFiles import System.FilePath -import System.Process -- | Only package related GHC options, sufficient for things that don't need to -- access home modules diff --git a/Language/Haskell/GhcMod/Types.hs b/Language/Haskell/GhcMod/Types.hs index f4310c7..352b658 100644 --- a/Language/Haskell/GhcMod/Types.hs +++ b/Language/Haskell/GhcMod/Types.hs @@ -1,5 +1,5 @@ {-# LANGUAGE DeriveDataTypeable, GADTs, StandaloneDeriving, DataKinds #-} -{-# OPTIONS_GHC -fno-warn-orphans #-} +{-# OPTIONS_GHC -fno-warn-orphans -fno-warn-deprecations #-} module Language.Haskell.GhcMod.Types ( module Language.Haskell.GhcMod.Types , module CabalHelper.Types