Cabal revisions of ki-1.0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
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 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. 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
revision 2
name: ki stability: stable synopsis: A lightweight structured concurrency library-tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1+tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1 version: 1.0.1.2-x-revision: 1+x-revision: 2 description: A lightweight structured concurrency library. library import: component build-depends:- containers ^>= 0.6 || ^>= 0.7,+ containers ^>= 0.6 || ^>= 0.7 || ^>= 0.8, int-supply ^>= 1.0.0, exposed-modules: Ki
revision 3
synopsis: A lightweight structured concurrency library tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1 version: 1.0.1.2-x-revision: 2+x-revision: 3 description: A lightweight structured concurrency library. common component build-depends:- base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,+ base ^>= 4.12+ || ^>= 4.13+ || ^>= 4.14+ || ^>= 4.15+ || ^>= 4.16+ || ^>= 4.17+ || ^>= 4.18+ || ^>= 4.19+ || ^>= 4.20+ || ^>= 4.21+ || ^>= 4.22, default-extensions: AllowAmbiguousTypes BangPatterns