summaryrefslogtreecommitdiff
path: root/source/Felix/Cache/Codec.hs
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-08-02 20:51:00 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-08-02 20:51:00 +0200
commit63451bdca1f078eef1069cba9bba1b278fc31cde (patch)
tree323263bde1ff575137284d986dbc90dfa9f19987 /source/Felix/Cache/Codec.hs
parentadfa4e9c85d200cd32a53609174cc44646d43f6a (diff)
Separate ordered tuples from PairSet
Diffstat (limited to 'source/Felix/Cache/Codec.hs')
-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 0ef5698..2210c4d 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 13
+ CacheEpoch 14
cacheEpochValue :: CacheEpoch -> Word32
cacheEpochValue (CacheEpoch value) =