diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+### 0.1.1.0
+
+- Support only Cabal versions >= 3.0.0.0.
+
 ### 0.1.0.0
 
 - Initial version.
diff --git a/NgxExport/Distribution.hs b/NgxExport/Distribution.hs
--- a/NgxExport/Distribution.hs
+++ b/NgxExport/Distribution.hs
@@ -83,7 +83,7 @@
 --   ghc-options:             -Wall -O2 -no-keep-hi-files -no-keep-o-files
 -- @
 --
--- ==== File /ngx-distribution-test.cabal/
+-- ==== File /Setup.hs/
 -- @
 -- import __/NgxExport.Distribution/__
 -- main = 'defaultMain'
@@ -91,7 +91,7 @@
 --
 -- The configuration step requires that utilities /patchelf/ and
 -- <https://github.com/lyokha/nginx-haskell-module/blob/master/utils/hslibdeps hslibdeps>
--- were found in /$PATH/.
+-- were found in the paths of environment variable /$PATH/.
 --
 -- Building is a bit cumbersome: it expects explicit option /--prefix/ at the
 -- configuration step (which will be interpreted as the first part of the
diff --git a/ngx-export-distribution.cabal b/ngx-export-distribution.cabal
--- a/ngx-export-distribution.cabal
+++ b/ngx-export-distribution.cabal
@@ -1,5 +1,5 @@
 name:                       ngx-export-distribution
-version:                    0.1.0.0
+version:                    0.1.1.0
 synopsis:                   Build custom libraries for Nginx haskell module
 description:                Build custom libraries for
         <http://github.com/lyokha/nginx-haskell-module Nginx haskell module>.
@@ -18,7 +18,7 @@
 library
   default-language:         Haskell2010
   build-depends:            base >= 4.8 && < 5
-                          , Cabal
+                          , Cabal >= 3.0.0.0
                           , filepath
 
   exposed-modules:          NgxExport.Distribution
