Skip to content

Commit

Permalink
Fix compilation for base-4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed Jan 11, 2016
1 parent 7334529 commit 7689748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hspec-core/src/Test/Hspec/Core/Tree.hs
Expand Up @@ -17,7 +17,9 @@ module Test.Hspec.Core.Tree (
) where

#ifdef HAS_SOURCE_LOCATIONS
# if !MIN_VERSION_base(4,9,0)
import GHC.SrcLoc
# endif
import GHC.Stack
#endif

Expand Down

0 comments on commit 7689748

Please sign in to comment.