Skip to content

Commit

Permalink
Merge pull request #22 from bradsherman/upgrade-stack
Browse files Browse the repository at this point in the history
Update Package Bounds
  • Loading branch information
wraithm authored Aug 1, 2023
2 parents 07c8586 + f49b8b8 commit f5c43c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions aws-ec2-knownhosts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ library
, AWS.Types

build-depends: base >= 4.7 && < 5
, aeson >= 1.0 && < 2.1
, aeson >= 2.0 && < 2.3
, async >= 2.0 && < 2.3
, attoparsec >= 0.12 && < 0.15
, bytestring >= 0.10 && < 0.12
, directory >= 1.2 && < 1.4
, filepath >= 1.4 && < 1.5
, io-streams >= 1.3.4 && < 1.6
, process >= 1.4 && < 1.7
, text >= 1.1 && < 1.3
, text >= 2.0 && < 2.3


executable aws-ec2-pubkeys
Expand All @@ -46,7 +46,7 @@ executable aws-ec2-pubkeys
, aws-ec2-knownhosts
, io-streams >= 1.1 && < 1.6
, optparse-applicative >= 0.16 && < 0.18
, text >= 1.0 && < 2.1
, text >= 2.0 && < 2.3


executable aws-ec2-knownhosts
Expand All @@ -56,7 +56,7 @@ executable aws-ec2-knownhosts
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2 -rtsopts

build-depends: base >= 4.7 && < 5
, aeson >= 1.0 && < 2.1
, aeson >= 2.0 && < 2.3
, aws-ec2-knownhosts
, io-streams >= 1.1 && < 1.6
, optparse-applicative >= 0.16 && < 0.18
Expand All @@ -69,11 +69,11 @@ executable aws-ec2-keysync
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2 -rtsopts

build-depends: base >= 4.7 && < 5
, aeson >= 1.0 && < 2.1
, aeson >= 2.0 && < 2.3
, aws-ec2-knownhosts
, io-streams >= 1.1 && < 1.6
, text >= 1.0 && < 2.1
, text >= 2.0 && < 2.3
, optparse-applicative >= 0.16 && < 0.18
, directory >= 1.3 && < 1.4
, unix-compat >= 0.4 && < 0.7
, unix-compat >= 0.4 && < 0.8
, process >= 1.0 && < 1.7
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2022-10-18
resolver: lts-21.4
flags: {}
packages:
- "."
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 895204e9116cba1f32047525ec5bad7423216587706e5df044c4a7c191a5d8cb
size: 644482
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/10/18.yaml
original: nightly-2022-10-18
sha256: caa77fdbc5b9f698262b21ee78030133272ec53116ad6ddbefdc4c321f668e0c
size: 640014
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/4.yaml
original: lts-21.4

0 comments on commit f5c43c3

Please sign in to comment.