Skip to content

Commit 698fe2f

Browse files
authored
Make VFSVersion strict (#585)
1 parent ba19306 commit 698fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Development/IDE/Core/Shake.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ instance Binary GetModificationTime
769769
type instance RuleResult GetModificationTime = FileVersion
770770

771771
data FileVersion
772-
= VFSVersion Int
772+
= VFSVersion !Int
773773
| ModificationTime
774774
!Int -- ^ Large unit (platform dependent, do not make assumptions)
775775
!Int -- ^ Small unit (platform dependent, do not make assumptions)

0 commit comments

Comments
 (0)