Skip to content

Commit

Permalink
Update tested upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Mar 8, 2024
1 parent c33a1d5 commit 3244402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cabal-bounds-upper.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ packages:
./ttc.cabal
examples/ttc-examples.cabal

with-compiler: ghc-9.8.1
with-compiler: ghc-9.8.2

constraints:
-- https://hackage.haskell.org/package/base
-- GHC boot library
base == 4.19.0.0
base == 4.19.1.0

-- https://hackage.haskell.org/package/bytestring
-- GHC boot library
, bytestring == 0.12.0.2
, bytestring == 0.12.1.0

-- https://hackage.haskell.org/package/tasty
, tasty == 1.5
Expand All @@ -25,7 +25,7 @@ constraints:

-- https://hackage.haskell.org/package/text
-- GHC boot library
, text == 2.1
, text == 2.1.1

-- https://hackage.haskell.org/package/text-short
, text-short == 0.1.5

0 comments on commit 3244402

Please sign in to comment.