From ef6e84aa46120dc0282d7ea3338d5b04dff2c1bc Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Wed, 15 May 2024 21:04:15 -0400 Subject: [PATCH] bump base upper bound --- ki/LICENSE | 2 +- ki/ki.cabal | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ki/LICENSE b/ki/LICENSE index ecc17c7..6aacab9 100644 --- a/ki/LICENSE +++ b/ki/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020-2022 Mitchell Rosen, Travis Staton +Copyright 2020-2024 Mitchell Dalvi Rosen, Travis Staton Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/ki/ki.cabal b/ki/ki.cabal index d2eb3d1..8ba5ec0 100644 --- a/ki/ki.cabal +++ b/ki/ki.cabal @@ -3,15 +3,15 @@ cabal-version: 2.2 author: Mitchell Rosen bug-reports: https://github.com/awkward-squad/ki/issues category: Concurrency -copyright: Copyright (C) 2020-2023 Mitchell Rosen, Travis Staton +copyright: Copyright (C) 2020-2024 Mitchell DalviRosen, Travis Staton homepage: https://github.com/awkward-squad/ki license: BSD-3-Clause license-file: LICENSE -maintainer: Mitchell Rosen , Travis Staton +maintainer: Mitchell Dalvi Rosen , Travis Staton name: ki stability: stable synopsis: A lightweight structured concurrency library -tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1 +tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.0.1.1 description: @@ -34,7 +34,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