diff options
| author | Alan Zimmerman <alan.zimm@gmail.com> | 2018-01-06 15:09:30 +0200 | 
|---|---|---|
| committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 | 
| commit | b8a2b780ba145926db0b25ca124baef9a8f14a40 (patch) | |
| tree | bbb062eae2f7ebef9d6e29723be56a6dce95f6c2 /src/CabalHelper/Runtime | |
| parent | 0f5127e695c81bff09c0ddeba503a63d0b4c58d6 (diff) | |
Move import into CPP zone
Diffstat (limited to 'src/CabalHelper/Runtime')
| -rw-r--r-- | src/CabalHelper/Runtime/Main.hs | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CabalHelper/Runtime/Main.hs b/src/CabalHelper/Runtime/Main.hs index e71b450..0234247 100644 --- a/src/CabalHelper/Runtime/Main.hs +++ b/src/CabalHelper/Runtime/Main.hs @@ -78,9 +78,6 @@ import Distribution.Simple.Program.GHC    ( GhcOptions(..)    , renderGhcOptions    ) -import Distribution.Simple.Register -  ( internalPackageDBPath -  )  import Distribution.Simple.Setup    ( ConfigFlags(..)    , Flag(..) @@ -157,6 +154,9 @@ import Distribution.Simple.LocalBuildInfo    ( allLibModules    , componentBuildDir    ) +import Distribution.Simple.Register +  ( internalPackageDBPath +  )  import Distribution.Backpack    ( OpenUnitId(..),      OpenModule(..)  | 
