summaryrefslogtreecommitdiff
path: root/source/Felix/Cache
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-08-02 00:11:19 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-08-02 00:43:29 +0200
commit76b9ee6393099d29a3a3a71593fabd0df01ea54d (patch)
treecb528f2f0c9e587201d25fc74e899523005ac3fd /source/Felix/Cache
parentd21a46538a964a1a928056d1cbdc86c773c47c0a (diff)
Compile exact separation declarations
Diffstat (limited to 'source/Felix/Cache')
-rw-r--r--source/Felix/Cache/Codec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Felix/Cache/Codec.hs b/source/Felix/Cache/Codec.hs
index 0d1914d..a999d2b 100644
--- a/source/Felix/Cache/Codec.hs
+++ b/source/Felix/Cache/Codec.hs
@@ -75,7 +75,7 @@ newtype CacheEpoch = CacheEpoch Word32
currentCacheEpoch :: CacheEpoch
currentCacheEpoch =
- CacheEpoch 7
+ CacheEpoch 8
cacheEpochValue :: CacheEpoch -> Word32
cacheEpochValue (CacheEpoch value) =