Skip to content

Commit

Permalink
String -> FilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jul 31, 2015
1 parent 6109353 commit 9d8e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hspec-core/src/Test/Hspec/Core/Tree.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ data Item a = Item {

-- | @Location@ is used to represent source locations.
data Location = Location {
locationFile :: String
locationFile :: FilePath
, locationLine :: Int
, locationColumn :: Int
, locationAccuracy :: LocationAccuracy
Expand Down

0 comments on commit 9d8e1ad

Please sign in to comment.