summaryrefslogtreecommitdiff
path: root/source/Felix/Cache
diff options
context:
space:
mode:
Diffstat (limited to 'source/Felix/Cache')
-rw-r--r--source/Felix/Cache/Codec.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Felix/Cache/Codec.hs b/source/Felix/Cache/Codec.hs
index 2d81e57..34f2694 100644
--- a/source/Felix/Cache/Codec.hs
+++ b/source/Felix/Cache/Codec.hs
@@ -49,7 +49,7 @@ module Felix.Cache.Codec
) where
import Base hiding (Empty)
-import Checking.Core
+import Felix.Checking.Core
import Felix.Math.Codec
import Control.DeepSeq (NFData)
@@ -75,7 +75,7 @@ newtype CacheEpoch = CacheEpoch Word32
currentCacheEpoch :: CacheEpoch
currentCacheEpoch =
- CacheEpoch 23
+ CacheEpoch 38
cacheEpochValue :: CacheEpoch -> Word32
cacheEpochValue (CacheEpoch value) =