diff --git a/polysemy-optics.cabal b/polysemy-optics.cabal
--- a/polysemy-optics.cabal
+++ b/polysemy-optics.cabal
@@ -1,7 +1,7 @@
 cabal-version:         1.22
 
 name:                  polysemy-optics
-version:               0.1.0.0
+version:               0.1.0.1
 synopsis:              Optics for Polysemy.
 description:
   Optics for interfacing with Reader, State, and Writer effects in Polysemy.
@@ -23,9 +23,9 @@
                        , Optics.Polysemy.Writer
   reexported-modules:    Optics
                        , Optics.State.Operators
-  build-depends:         base         >=4.12 && <4.14
+  build-depends:         base         >=4.12 && <4.15
                        , optics       >=0.1  && <0.4
-                       , polysemy     >=0.4  && <1.4
+                       , polysemy     >=0.4  && <1.5
                        , polysemy-zoo >=0.6  && <0.8
   hs-source-dirs:        src
   default-language:      Haskell2010
@@ -42,6 +42,9 @@
                          -Wno-missing-import-lists
                          -Wno-missing-local-signatures
                          -Wno-unsafe
+  if impl(ghc >= 8.10.1)
+    ghc-options:         -Wno-missing-safe-haskell-mode
+                         -Wno-prepositive-qualified-module
 
 source-repository head
   type:      git
