Get rid of some warnings with ghc-7.8

This commit is contained in:
Daniel Gröber 2015-03-11 13:17:24 +01:00
parent 1cc9c4ba3d
commit 6756f1d10b
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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