diff --git a/monad-chronicle.cabal b/monad-chronicle.cabal
--- a/monad-chronicle.cabal
+++ b/monad-chronicle.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               monad-chronicle
-version:            1.1
+version:            1.1.0.1
 synopsis:           These as a transformer, ChronicleT
 homepage:           https://github.com/haskellari/these
 license:            BSD3
@@ -25,7 +25,8 @@
    || ==9.6.6
    || ==9.8.4
    || ==9.10.1
-   || ==9.12.1
+   || ==9.12.4
+   || ==9.14.1
 
 source-repository head
   type:     git
@@ -47,14 +48,11 @@
 
   -- ghc boot libs
   build-depends:
-      base          >=4.12.0.0 && <4.22
+      base          >=4.12.0.0 && <4.23
     , mtl           >=2.2.2    && <2.4
     , transformers  >=0.5.6.2  && <0.7
 
   build-depends:    these >=1.2.1 && <1.3
-
-  -- other dependencies
-  build-depends:    transformers-compat >=0.6.5 && <0.8
 
   if flag(semigroupoids)
     build-depends: semigroupoids >=6.0.1 && <6.1
