Index: b/aeson.cabal
===================================================================
--- a/aeson.cabal
+++ b/aeson.cabal
@@ -104,7 +104,6 @@ library
 
   -- Compat
   build-depends:
-    , generically  >=0.1   && <0.2
     , time-compat  >=1.9.6 && <1.10
 
   if !impl(ghc >=9.0)
@@ -207,7 +206,6 @@ test-suite aeson-tests
     , dlist
     , filepath
     , generic-deriving      >=1.10   && <1.15
-    , generically
     , ghc-prim              >=0.2
     , hashable
     , indexed-traversable
Index: b/tests/UnitTests.hs
===================================================================
--- a/tests/UnitTests.hs
+++ b/tests/UnitTests.hs
@@ -42,10 +42,7 @@ import Data.HashMap.Strict (HashMap)
 import Data.Kind (Type)
 import Data.List (isSuffixOf)
 import Data.Scientific (Scientific, scientific)
-import GHC.Generics (Generic)
-#if __GLASGOW_HASKELL__ >= 806
-import GHC.Generics.Generically (Generically (..))
-#endif
+import GHC.Generics (Generic, Generically(..))
 import Instances ()
 import Numeric.Natural (Natural)
 import Test.Tasty (TestTree, testGroup)
