Skip to content

Commit

Permalink
Fix GHC 9.10 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Dec 7, 2024
1 parent 6409656 commit f421d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Running.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ calculateSomePace ::
Duration t PDouble ->
-- | Pace.
SomePace PDouble
calculateSomePace (MkSomeDistance @d sdist distance) duration =
calculateSomePace (MkSomeDistance sdist distance) duration =
case sdist of
SMeter ->
let distance' = Dist.convertDistance distance
Expand Down

0 comments on commit f421d10

Please sign in to comment.