Skip to content

Commit

Permalink
Bump stackage to lts-22.43
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavsvejcar committed Jan 16, 2025
1 parent 85c9733 commit 0070020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/Headroom/IO/KVStore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE NoImplicitPrelude #-}

Expand Down Expand Up @@ -143,9 +144,9 @@ class ValueCodec a where
-- | Encodes value into textual representation.
encodeValue
:: a
-- ^  value to encode
-- ^ value to encode
-> Text
-- ^  textual representation
-- ^ textual representation

-- | Decodes value from textual representation.
decodeValue
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-22.31
resolver: lts-22.43
packages:
- .

0 comments on commit 0070020

Please sign in to comment.