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 cebd275 commit ef6e84a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ki/LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
8 changes: 4 additions & 4 deletions ki/ki.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>, Travis Staton <[email protected]>
maintainer: Mitchell Dalvi Rosen <[email protected]>, Travis Staton <[email protected]>
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:
Expand All @@ -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
Expand Down

0 comments on commit ef6e84a

Please sign in to comment.