Update dependancy

This commit is contained in:
Stefan Risberg 2024-11-01 17:28:29 +01:00
parent c1c18fdd65
commit a7bfc69047
Signed by: steffenomak
GPG Key ID: B60C24EF642AE8B0
4 changed files with 9 additions and 10 deletions

View File

@ -26,7 +26,7 @@ dependencies:
- effectful >= 2.2.2.0 && < 3 - effectful >= 2.2.2.0 && < 3
- effectful-th == 1.* - effectful-th == 1.*
- chronos >= 1.1.5 && < 2 - chronos >= 1.1.5 && < 2
- torsor == 0.1 - torsor == 0.1.*
- unliftio == 0.2.* - unliftio == 0.2.*
- co-log-core == 0.3.* - co-log-core == 0.3.*
- bytestring == 0.11.* - bytestring == 0.11.*

View File

@ -1,6 +1,6 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0. -- This file has been generated from package.yaml by hpack version 0.37.0.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
@ -64,6 +64,6 @@ library
, effectful-th ==1.* , effectful-th ==1.*
, string-conv ==0.2.* , string-conv ==0.2.*
, text ==2.* , text ==2.*
, torsor ==0.1 , torsor ==0.1.*
, unliftio ==0.2.* , unliftio ==0.2.*
default-language: Haskell2010 default-language: Haskell2010

View File

@ -17,8 +17,7 @@
# #
# resolver: ./custom-snapshot.yaml # resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-21.25 snapshot: lts-22.37
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.
@ -30,7 +29,7 @@ resolver: lts-21.25
# - auto-update # - auto-update
# - wai # - wai
packages: packages:
- . - .
# Dependency packages to be pulled from upstream that are not in the resolver. # Dependency packages to be pulled from upstream that are not in the resolver.
# These entries can reference officially published versions as well as # These entries can reference officially published versions as well as
# forks / in-progress versions pinned to a git hash. For example: # forks / in-progress versions pinned to a git hash. For example:

View File

@ -6,7 +6,7 @@
packages: [] packages: []
snapshots: snapshots:
- completed: - completed:
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd sha256: c6274f9587d6bf40b6aaa7d1092684c37a2d8bb1e0df999ae0e2b755db15682d
size: 640086 size: 720026
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/37.yaml
original: lts-21.25 original: lts-22.37