diff --git a/mig-swagger-ui.cabal b/mig-swagger-ui.cabal
--- a/mig-swagger-ui.cabal
+++ b/mig-swagger-ui.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:               mig-swagger-ui
-version:            0.1.0.0
+version:            0.1.0.1
 synopsis:           Swagger servers for mig library
 description:        Appends swagger servers for mig servers.
                     Example of the usage. This code adds swagger server which is serverd on path "swagger-ui" to our server
@@ -69,7 +69,7 @@
     , file-embed-lzma
     , http-api-data
     , lens
-    , mig >=0.2
+    , mig >=0.2.0.1
     , openapi3
     , text
   default-language: GHC2021
diff --git a/src/Mig/Swagger.hs b/src/Mig/Swagger.hs
--- a/src/Mig/Swagger.hs
+++ b/src/Mig/Swagger.hs
@@ -53,8 +53,9 @@
   , version :: Text
   }
 
--- | Adds most common used info to OpenApi schema. Use this function
--- in the @mapSchema@ field of the @SwaggerConfig@.
+{-| Adds most common used info to OpenApi schema. Use this function
+in the @mapSchema@ field of the @SwaggerConfig@.
+-}
 addDefaultInfo :: DefaultInfo -> OpenApi -> OpenApi
 addDefaultInfo appInfo =
   OA.info
