diff --git a/composite-ekg.cabal b/composite-ekg.cabal
--- a/composite-ekg.cabal
+++ b/composite-ekg.cabal
@@ -1,9 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.18.1.
+-- This file has been generated from package.yaml by hpack version 0.20.0.
 --
 -- see: https://github.com/sol/hpack
+--
+-- hash: ede0627c100b634875900316ad1ba97ad65b35b38d4032df0c600181dfd18b10
 
 name:           composite-ekg
-version:        0.5.3.0
+version:        0.5.4.0
 synopsis:       EKG Metrics for Vinyl/Frames records
 description:    Integration between EKG and Vinyl/Frames records allowing records holding registered metrics to be easily constructed from a type declaration.
 category:       Records
@@ -21,13 +23,12 @@
   default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings PolyKinds ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
   ghc-options: -Wall -O2
   build-depends:
-      base >= 4.7 && < 5
-    , composite-base
-    , ekg
-    , ekg-core
-    , lens
-    , text
-    , vinyl
+      base >=4.7 && <5
+    , composite-base >=0.5.3.0 && <0.6
+    , ekg-core >=0.1.1.3 && <0.5
+    , lens >=4.15.4 && <4.17
+    , text >=1.2.2.2 && <1.3
+    , vinyl >=0.5.3 && <0.8
   exposed-modules:
       Composite.Ekg
   other-modules:
