Skip to content

Commit

Permalink
remove problematic lines
Browse files Browse the repository at this point in the history
  • Loading branch information
theobat authored May 26, 2019
1 parent a958f26 commit 6e67493
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Halive/SubHalive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE CPP #-}

module Halive.SubHalive (
module Halive.SubHalive
#if __GLASGOW_HASKELL__ >= 800
Expand Down Expand Up @@ -243,11 +244,7 @@ recompileExpressionsInFile fileName mFileContents expressions =
-- Get the dependencies of the main target (and update the session with them)
graph <- depanal [] False

#if __GLASGOW_HASKELL__ >= 804
let modSummaries = mgModSummaries graph
#else
let modSummaries = graph
#endif

-- Load the dependencies of the main target
setContext
Expand Down

0 comments on commit 6e67493

Please sign in to comment.