diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 ## Changelog for Weeder
 
+### [`2.1.3`][v2.1.3] - *2020-12-11*
+
+- Support `dhall-1.35`, `dhall-1.36` and `dhall-1.37`.
+- Support `bytestring-0.11`.
+
 ### [`2.1.2`][v2.1.2] - *2020-09-09*
 
 - Correctly support optparse-applicative 0.16.0.0. While this was meant to be resolved 2.1.1, 2.1.1 only changed the version for the library and not the executable.
diff --git a/weeder.cabal b/weeder.cabal
--- a/weeder.cabal
+++ b/weeder.cabal
@@ -5,7 +5,7 @@
 author:        Ollie Charles <ollie@ocharles.org.uk>
 maintainer:    Ollie Charles <ollie@ocharles.org.uk>
 build-type:    Simple
-version:       2.1.2
+version:       2.1.3
 copyright:     Neil Mitchell 2017-2020, Oliver Charles 2020
 synopsis:      Detect dead code
 description:   Find declarations.
@@ -20,9 +20,9 @@
   build-depends:
     , algebraic-graphs     ^>= 0.4 || ^>= 0.5
     , base                 ^>= 4.13.0.0 || ^>= 4.14.0.0
-    , bytestring           ^>= 0.10.9.0
+    , bytestring           ^>= 0.10.9.0 || ^>= 0.11.0.0
     , containers           ^>= 0.6.2.1
-    , dhall                ^>= 1.30.0 || ^>= 1.31.0 || ^>= 1.32.0 || ^>= 1.33.0 || ^>= 1.34.0
+    , dhall                ^>= 1.30.0 || ^>= 1.31.0 || ^>= 1.32.0 || ^>= 1.33.0 || ^>= 1.34.0 || ^>= 1.35.0 || ^>= 1.36.0 || ^>= 1.37.0
     , directory            ^>= 1.3.3.2
     , filepath             ^>= 1.4.2.1
     , generic-lens         ^>= 1.1.0.0 || ^>= 1.2.0.0 || ^>= 2.0.0.0
@@ -49,7 +49,7 @@
 executable weeder
   build-depends:
     , base                 ^>= 4.13.0.0 || ^>= 4.14
-    , bytestring           ^>= 0.10.9.0
+    , bytestring           ^>= 0.10.9.0 || ^>= 0.11.0.0
     , containers           ^>= 0.6.2.1
     , directory            ^>= 1.3.3.2
     , filepath             ^>= 1.4.2.1
