Cabal revisions of ki-1.0.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
synopsis: A lightweight structured concurrency library tested-with: GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4 version: 1.0.0.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,+ base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18, default-extensions: AllowAmbiguousTypes BangPatterns