diff --git a/strict-tuple-lens.cabal b/strict-tuple-lens.cabal
--- a/strict-tuple-lens.cabal
+++ b/strict-tuple-lens.cabal
@@ -1,39 +1,41 @@
-cabal-version:       3.0
-name:                strict-tuple-lens
-version:             0.1.0.0
-synopsis:            Optics for the `strict-tuple` library
-description:         This package provides optics for the `strict-tuple` library, using the `lens` library
-homepage:            https://github.com/emilypi/strict-tuple-lens
-bug-reports:         https://github.com/emilypi/strict-tuple-lens/issues
-license:             BSD-3-Clause
-license-file:        LICENSE
-author:              Emily Pillmore
-maintainer:          emilypi@cohomolo.gy
-copyright:           (c) 2020 Emily Pillmore emily
-category:            Data
+cabal-version:      2.2
+name:               strict-tuple-lens
+version:            0.1.0.1
+synopsis:           Optics for the `strict-tuple` library
+description:
+  This package provides optics for the `strict-tuple` library, using the `lens` library
+
+homepage:           https://github.com/emilypi/strict-tuple-lens
+bug-reports:        https://github.com/emilypi/strict-tuple-lens/issues
+license:            BSD-3-Clause
+license-file:       LICENSE
+author:             Emily Pillmore
+maintainer:         emilypi@cohomolo.gy
+copyright:          (c) 2020 Emily Pillmore emily
+category:           Data
 extra-source-files:
   CHANGELOG.md
   README.md
 
-tested-with:           GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4
-
+tested-with:        GHC ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
 
 source-repository head
   type:     git
   location: https://github.com/emilypi/strict-tuple-lens.git
 
-
 library
-  exposed-modules:     Data.Tuple.Strict.Lens
-                     , Data.Tuple.Strict.Lens.Each
-                     , Data.Tuple.Strict.Lens.Empty
-                     , Data.Tuple.Strict.Lens.Field
-                     , Data.Tuple.Strict.Lens.Iso
+  exposed-modules:
+    Data.Tuple.Strict.Lens
+    Data.Tuple.Strict.Lens.Each
+    Data.Tuple.Strict.Lens.Empty
+    Data.Tuple.Strict.Lens.Field
+    Data.Tuple.Strict.Lens.Iso
 
-  build-depends:       base >=4.11 && <5.0
-                     , lens
-                     , strict-tuple
+  build-depends:
+    , base           >=4.11  && <4.15
+    , lens           >=4.0   && <5
+    , strict-tuple  ^>=0.1.3
 
-  hs-source-dirs:      src
-  default-language:    Haskell2010
-  ghc-options:         -Wall
+  hs-source-dirs:   src
+  default-language: Haskell2010
+  ghc-options:      -Wall
