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 Jan 7, 2025
1 parent 38ffd43 commit 53dbd53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ki-unlifted/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020-2022 Mitchell Rosen, Travis Staton
Copyright 2020-2025 Mitchell Rosen, Travis Staton

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
4 changes: 2 additions & 2 deletions ki-unlifted/ki-unlifted.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stability: stable
synopsis: A lightweight structured concurrency library
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.0.0.2
x-revision: 1
x-revision: 2

description:
A lightweight structured concurrency library.
Expand All @@ -32,7 +32,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 || ^>= 4.20,
base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,
default-extensions:
AllowAmbiguousTypes
BangPatterns
Expand Down
5 changes: 3 additions & 2 deletions ki/ki.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
author: Mitchell Dalvi Rosen, Travis Staton
bug-reports: https://github.com/awkward-squad/ki/issues
category: Concurrency
copyright: Copyright (C) 2020-2024 Mitchell Dalvi Rosen, Travis Staton
copyright: Copyright (C) 2020-2025 Mitchell Dalvi Rosen, Travis Staton
homepage: https://github.com/awkward-squad/ki
license: BSD-3-Clause
license-file: LICENSE
Expand All @@ -13,6 +13,7 @@ stability: stable
synopsis: A lightweight structured concurrency library
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.0.1.2
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 || ^>= 4.20,
base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,
default-extensions:
AllowAmbiguousTypes
BangPatterns
Expand Down

0 comments on commit 53dbd53

Please sign in to comment.