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 9, 2024
1 parent 0dc3c4f commit 2f0da70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cabal-bounds-upper.project
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
packages: ./horizontal-rule.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/HMock
, HMock == 0.5.1.2
Expand All @@ -27,7 +27,7 @@ constraints:

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

-- https://hackage.haskell.org/package/time
-- GHC boot library
Expand Down

0 comments on commit 2f0da70

Please sign in to comment.