Skip to content

Commit

Permalink
bump base upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed May 16, 2024
1 parent 0b1c21f commit 9c6a6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ki/ki.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stability: stable
synopsis: A lightweight structured concurrency library
tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1
version: 1.0.1.1
x-revision: 1

description:
A lightweight structured concurrency library.
Expand All @@ -34,7 +35,7 @@ source-repository head

common component
build-depends:
base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,
default-extensions:
AllowAmbiguousTypes
BangPatterns
Expand Down

0 comments on commit 9c6a6a6

Please sign in to comment.