Skip to content

Commit

Permalink
#456, use displayException always from extra
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed May 26, 2016
1 parent 0801f56 commit 1aa9250
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Development/Shake/Errors.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,4 @@ instance Show ShakeException where
show ShakeException{..} = unlines $
"Error when running Shake build system:" :
map ("* " ++) shakeExceptionStack ++
#if __GLASGOW_HASKELL__ >= 710
[displayException shakeExceptionInner]
#else
[show shakeExceptionInner]
#endif

0 comments on commit 1aa9250

Please sign in to comment.