diff --git a/avers-api-docs.cabal b/avers-api-docs.cabal
--- a/avers-api-docs.cabal
+++ b/avers-api-docs.cabal
@@ -1,38 +1,38 @@
-name: avers-api-docs
-version: 0.0.17.0
-cabal-version: >=1.10
-build-type: Simple
-license: MIT
-license-file: LICENSE
-copyright: 2016 Tomas Carnecky
-maintainer: tomas.carnecky@gmail.com
-homepage: http://github.com/wereHamster/avers-api-docs
-synopsis: Swagger documentation for the Avers API
-description:
-    See README.md
-category: Avers
-author: Tomas Carnecky
+name:                avers-api-docs
+version:             0.0.17.2
+synopsis:            Swagger documentation for the Avers API
+description:         See README.md
+homepage:            http://github.com/wereHamster/avers-api-docs
+license:             MIT
+license-file:        LICENSE
+author:              Tomas Carnecky
+maintainer:          tomas.carnecky@gmail.com
+copyright:           2016 Tomas Carnecky
+category:            Avers
+build-type:          Simple
+cabal-version:       >=1.10
 
 source-repository head
-    type: git
-    location: https://github.com/wereHamster/avers-api-docs
+  type:     git
+  location: https://github.com/wereHamster/avers
 
 library
-    exposed-modules:
-        Avers.API.Documentation
-    build-depends:
-        base >=4.7 && <5,
-        aeson >=1.0.2.0 && <1.1,
-        avers -any,
-        avers-api -any,
-        cookie >=0.4.2.1 && <0.5,
-        lens ==4.14.*,
-        servant >=0.9.0.1 && <0.10,
-        servant-swagger >=1.1.2 && <1.2,
-        swagger2 >=2.1.3 && <2.2,
-        text >=1.2.2.1 && <1.3,
-        unordered-containers >=0.2.7.1 && <0.3
-    default-language: Haskell2010
-    hs-source-dirs: src
-    ghc-options: -Wall
+  default-language:    Haskell2010
+  hs-source-dirs:      src
+  ghc-options:         -Wall
 
+  exposed-modules:
+     Avers.API.Documentation
+
+  build-depends:
+     base >= 4.7 && < 5
+   , aeson
+   , avers
+   , avers-api
+   , cookie
+   , lens
+   , servant
+   , servant-swagger
+   , swagger2
+   , text
+   , unordered-containers
