Remove 'SPEC' ifdefs

This commit is contained in:
Daniel Gröber
2017-01-12 17:03:31 +01:00
parent 4a6aeadfc1
commit 37f61fb9c6
5 changed files with 19 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
{-# LANGUAGE CPP, BangPatterns, TupleSections, DeriveGeneric #-}
module GhcModExe.Find
#ifndef SPEC
( Symbol
, SymbolDb
, loadSymbolDb
@@ -14,9 +13,7 @@ module GhcModExe.Find
, AsyncSymbolDb
, newAsyncSymbolDb
, getAsyncSymbolDb
)
#endif
where
) where
import qualified GHC as G
import FastString