From 7849ddc90b0438e1eb180b1d9da03a1b81bda73f Mon Sep 17 00:00:00 2001 From: Stefan Risberg Date: Fri, 19 Dec 2025 15:56:19 +0100 Subject: [PATCH] Bump deps --- package.yaml | 2 +- ris-utils.cabal | 6 +++--- stack.yaml | 2 +- stack.yaml.lock | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.yaml b/package.yaml index cce7bb9..1849397 100644 --- a/package.yaml +++ b/package.yaml @@ -29,7 +29,7 @@ dependencies: - torsor == 0.1.* - unliftio == 0.2.* - co-log-core == 0.3.* - - bytestring == 0.11.* + - bytestring == 0.12.* - string-conv == 0.2.* ghc-options: diff --git a/ris-utils.cabal b/ris-utils.cabal index 422f2f3..9eebfea 100644 --- a/ris-utils.cabal +++ b/ris-utils.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0. +-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack @@ -56,7 +56,7 @@ library ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 - , bytestring ==0.11.* + , bytestring ==0.12.* , chronos >=1.1.5 && <2 , co-log-core ==0.3.* , effectful >=2.2.2.0 && <3 @@ -106,7 +106,7 @@ test-suite ris-utils-test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 - , bytestring ==0.11.* + , bytestring ==0.12.* , chronos >=1.1.5 && <2 , co-log-core ==0.3.* , effectful >=2.2.2.0 && <3 diff --git a/stack.yaml b/stack.yaml index 3c753f7..c0630ec 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -snapshot: lts-22.37 +snapshot: lts-24.11 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/stack.yaml.lock b/stack.yaml.lock index d058d90..9dc6b15 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -1,12 +1,12 @@ # This file was autogenerated by Stack. # You should not edit this file by hand. # For more information, please see the documentation at: -# https://docs.haskellstack.org/en/stable/lock_files +# https://docs.haskellstack.org/en/stable/topics/lock_files packages: [] snapshots: - completed: - sha256: c6274f9587d6bf40b6aaa7d1092684c37a2d8bb1e0df999ae0e2b755db15682d - size: 720026 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/37.yaml - original: lts-22.37 + sha256: 468e1afa06cd069e57554f10e84fdf1ac5e8893e3eefc503ef837e2449f7e60c + size: 726310 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/11.yaml + original: lts-24.11