diff --git a/library/Rebase/GHC/Desugar.hs b/library/Rebase/GHC/Desugar.hs
deleted file mode 100644
--- a/library/Rebase/GHC/Desugar.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Rebase.GHC.Desugar
-  ( module GHC.Desugar,
-  )
-where
-
-import GHC.Desugar
diff --git a/rebase.cabal b/rebase.cabal
--- a/rebase.cabal
+++ b/rebase.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          rebase
-version:       1.21.2
+version:       1.22
 synopsis:      A more progressive alternative to the "base" package
 description:
   This package is intended for those who are tired of keeping
@@ -39,7 +39,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/nikita-volkov/rebase.git
+  location: https://github.com/nikita-volkov/rebase
 
 library
   hs-source-dirs:     library
@@ -335,7 +335,6 @@
     Rebase.GHC.Conc.IO
     Rebase.GHC.Conc.Signal
     Rebase.GHC.Conc.Sync
-    Rebase.GHC.Desugar
     Rebase.GHC.Enum
     Rebase.GHC.Environment
     Rebase.GHC.Err
@@ -424,7 +423,7 @@
     , bifunctors >=5.6 && <5.7
     , bytestring >=0.10 && <0.13
     , comonad >=5 && <5.1
-    , containers >=0.6 && <0.8
+    , containers >=0.6 && <0.9
     , contravariant >=1.5 && <1.6
     , deepseq >=1.4 && <1.6
     , dlist >=0.8 && <1.1
@@ -439,7 +438,7 @@
     , semigroupoids >=6 && <7
     , stm >=2.5 && <2.6
     , text >=1.2 && <1.3 || >=2.0 && <2.2
-    , time >=1.9 && <1.15
+    , time >=1.9 && <1.16
     , time-compat >=1.9.6.1 && <1.10
     , transformers >=0.5 && <0.7
     , unordered-containers >=0.2.13 && <0.3
