diff --git a/prelate.cabal b/prelate.cabal
--- a/prelate.cabal
+++ b/prelate.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           prelate
-version:        0.6.0.0
+version:        0.7.0.0
 synopsis:       A Prelude
 description:    See https://hackage.haskell.org/package/prelate/docs/Prelate.html
 category:       Prelude
@@ -85,7 +85,6 @@
     , Queue
     , Sync
     , Time
-    , Zeugma
   hs-source-dirs:
       lib
   default-extensions:
@@ -121,51 +120,23 @@
       UndecidableInstances
       UnicodeSyntax
       ViewPatterns
-      BangPatterns
-      BinaryLiterals
-      ConstraintKinds
-      DeriveDataTypeable
-      DeriveFoldable
-      DeriveFunctor
-      DeriveGeneric
-      DeriveLift
-      DeriveTraversable
-      DoAndIfThenElse
-      EmptyCase
-      EmptyDataDecls
-      ExistentialQuantification
-      FlexibleContexts
-      FlexibleInstances
-      GeneralizedNewtypeDeriving
-      InstanceSigs
-      KindSignatures
-      MultiParamTypeClasses
-      NamedFieldPuns
-      PatternGuards
-      PolyKinds
-      RankNTypes
-      ScopedTypeVariables
-      StandaloneDeriving
-      TupleSections
-      TypeApplications
-      TypeOperators
-      TypeSynonymInstances
+      OverloadedRecordDot
+      NoFieldSelectors
   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
   build-depends:
       aeson >=2.0
-    , base >=4.13 && <4.18
-    , exon ==1.4.*
+    , base >=4.13 && <4.19
+    , exon >=1.4 && <1.6
     , extra >=1.7.10 && <1.8
     , generic-lens >=2.2
-    , incipit ==0.8.*
+    , incipit >=0.8 && <0.10
     , microlens ==0.4.*
     , microlens-ghc ==0.4.*
     , polysemy-chronos ==0.6.*
-    , polysemy-conc ==0.12.*
-    , polysemy-log ==0.9.*
-    , polysemy-process ==0.12.*
-    , polysemy-resume ==0.7.*
+    , polysemy-conc >=0.12 && <0.14
+    , polysemy-log >=0.9 && <0.11
+    , polysemy-process >=0.12 && <0.14
+    , polysemy-resume >=0.7 && <0.9
     , polysemy-time ==0.6.*
     , template-haskell
-    , zeugma ==0.8.*
-  default-language: Haskell2010
+  default-language: GHC2021
