diff --git a/composite-ekg.cabal b/composite-ekg.cabal
--- a/composite-ekg.cabal
+++ b/composite-ekg.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           composite-ekg
-version:        0.1.1.0
+version:        0.2.0.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
diff --git a/src/Composite/Ekg.hs b/src/Composite/Ekg.hs
--- a/src/Composite/Ekg.hs
+++ b/src/Composite/Ekg.hs
@@ -2,7 +2,7 @@
 
 import BasicPrelude
 import Composite.Base (NamedField(fieldName))
-import Control.Lens (view, Wrapped(type Unwrapped), _Unwrapped)
+import Control.Lens (view, _Unwrapped)
 import Data.Char (isUpper, toLower)
 import qualified Data.Text as Text
 import Data.Proxy (Proxy(Proxy))
