diff --git a/composite-swagger.cabal b/composite-swagger.cabal
--- a/composite-swagger.cabal
+++ b/composite-swagger.cabal
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.3.
+-- This file has been generated from package.yaml by hpack version 0.34.5.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c4df88e01bce6b24d15c6eb28e92ca3fd245f971e10e28dfe2abb8007f783419
+-- hash: 08065488688ff2ae8ec25cc97eda4b11bab8fb52ab2e5baca105f010a05be45e
 
 name:           composite-swagger
-version:        0.7.5.0
+version:        0.8.0.0
 synopsis:       Swagger for Vinyl records
 description:    Integration between Swagger and Vinyl records allowing easily derivable/explicit Swagger definitions for records.
 category:       Records
@@ -28,17 +28,32 @@
       Paths_composite_swagger
   hs-source-dirs:
       src
-  default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings PolyKinds ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
+  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 >=0.7 && <0.8
+      base >=4.12 && <5
+    , composite-base ==0.8.*
     , insert-ordered-containers >=0.2.1.0 && <0.3
-    , lens >=4.15.4 && <5.1
-    , swagger2 >=2.1.6 && <2.7
-    , template-haskell >=2.11.1.0 && <2.17
+    , lens >=4.15.4 && <5.2
+    , swagger2 >=2.1.6 && <2.9
+    , template-haskell >=2.11.1.0 && <2.19
     , text >=1.2.2.2 && <1.3
-    , vinyl >=0.5.3 && <0.14
+    , vinyl >=0.5.3 && <0.15
   default-language: Haskell2010
 
 test-suite composite-swagger-test
@@ -49,19 +64,34 @@
       Paths_composite_swagger
   hs-source-dirs:
       test
-  default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings PolyKinds ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
+  default-extensions:
+      DataKinds
+      FlexibleContexts
+      FlexibleInstances
+      GeneralizedNewtypeDeriving
+      MultiParamTypeClasses
+      OverloadedStrings
+      PolyKinds
+      ScopedTypeVariables
+      StandaloneDeriving
+      StrictData
+      TemplateHaskell
+      TupleSections
+      TypeFamilies
+      TypeOperators
+      ViewPatterns
   ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans
   build-depends:
       QuickCheck
-    , base >=4.7 && <5
+    , base >=4.12 && <5
     , composite-aeson
     , composite-base
     , composite-swagger
     , hspec
     , insert-ordered-containers >=0.2.1.0 && <0.3
-    , lens >=4.15.4 && <5.1
-    , swagger2 >=2.1.6 && <2.7
-    , template-haskell >=2.11.1.0 && <2.17
+    , lens >=4.15.4 && <5.2
+    , swagger2 >=2.1.6 && <2.9
+    , template-haskell >=2.11.1.0 && <2.19
     , text >=1.2.2.2 && <1.3
-    , vinyl >=0.5.3 && <0.14
+    , vinyl >=0.5.3 && <0.15
   default-language: Haskell2010
