Update dependancy
This commit is contained in:
parent
c1c18fdd65
commit
a7bfc69047
@ -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.*
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user