diff --git a/autoexporter.cabal b/autoexporter.cabal
--- a/autoexporter.cabal
+++ b/autoexporter.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 1dc2f2a28b578790d17150bc67dfe75b5d1affd72e8031d50d973489310f675c
+-- hash: 990227a36c366ea2b4368939a62db962423f1fb81806ed9a7731911a5d75b1cb
 
 name:           autoexporter
-version:        1.1.13
+version:        1.1.14
 synopsis:       Automatically re-export modules.
 description:    Autoexporter automatically re-exports modules.
 category:       Utility
@@ -15,7 +17,6 @@
 license:        MIT
 license-file:   LICENSE.markdown
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
     CHANGELOG.markdown
     package.yaml
@@ -35,7 +36,7 @@
       library
   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
   build-depends:
-      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5
+      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.1
     , base >=4.9.0 && <4.13
     , directory >=1.2.6 && <1.4
     , filepath >=1.4.1 && <1.5
@@ -49,7 +50,7 @@
       executables
   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
   build-depends:
-      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5
+      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.1
     , autoexporter
     , base >=4.9.0 && <4.13
     , directory >=1.2.6 && <1.4
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: autoexporter
-version: 1.1.13
+version: 1.1.14
 
 category: Utility
 description: Autoexporter automatically re-exports modules.
@@ -16,7 +16,7 @@
 
 dependencies:
   base: '>= 4.9.0 && < 4.13'
-  Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5'
+  Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5 || >= 3.0.0 && < 3.1'
   directory: '>= 1.2.6 && < 1.4'
   filepath: '>= 1.4.1 && < 1.5'
 ghc-options:
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: nightly-2018-10-01
+resolver: lts-13.0
