packages feed

Cabal revisions of ghc-tcplugin-api-0.11.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 cabal-version:  3.0
 name:           ghc-tcplugin-api
 version:        0.11.0.0
+x-revision: 1
 synopsis:       An API for type-checker plugins.
 license:        BSD-3-Clause
 build-type:     Simple
 
   build-depends:
     base
-      >= 4.13.0 && < 4.20,
+      >= 4.13.0 && < 4.21,
     containers
-      >= 0.6    && < 0.7,
+      >= 0.6    && < 0.8,
     ghc
-      >= 8.8    && < 9.9,
+      >= 8.8    && < 9.11,
     transformers
       >= 0.5    && < 0.7,