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 21, 2024
1 parent 661a786 commit 3d9e2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queues.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: queues
synopsis: Queue data structures.
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.0.0
x-revision: 1
x-revision: 2

description:
Queue data structures, as described in
Expand Down Expand Up @@ -98,7 +98,7 @@ common component
library
import: component
build-depends:
base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,
exposed-modules:
Queue
Queue.Ephemeral
Expand Down

0 comments on commit 3d9e2e2

Please sign in to comment.