We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba19306 commit 698fe2fCopy full SHA for 698fe2f
src/Development/IDE/Core/Shake.hs
@@ -769,7 +769,7 @@ instance Binary GetModificationTime
769
type instance RuleResult GetModificationTime = FileVersion
770
771
data FileVersion
772
- = VFSVersion Int
+ = VFSVersion !Int
773
| ModificationTime
774
!Int -- ^ Large unit (platform dependent, do not make assumptions)
775
!Int -- ^ Small unit (platform dependent, do not make assumptions)
0 commit comments