diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
-## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.0.2.4...main)
+## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.0.2.5...main)
 
 - None.
+
+## [v1.0.2.5](https://github.com/freckle/freckle-app/compare/v1.0.2.4...v1.0.2.5)
+
+- Add a looser lower-bound on `bytestring`
+- Add a looser lower-bound on `template-haskell`
 
 ## [v1.0.2.4](https://github.com/freckle/freckle-app/compare/v1.0.2.3...v1.0.2.4)
 
diff --git a/freckle-app.cabal b/freckle-app.cabal
--- a/freckle-app.cabal
+++ b/freckle-app.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               freckle-app
-version:            1.0.2.4
+version:            1.0.2.5
 license:            MIT
 license-file:       LICENSE
 maintainer:         Freckle Education
@@ -67,7 +67,7 @@
         aeson >=1.5.6.0,
         ansi-terminal >=0.11,
         base ==4.*,
-        bytestring >=0.10.12.0,
+        bytestring >=0.10,
         case-insensitive >=1.2.1.0,
         conduit >=1.3.4.2,
         containers >=0.6.5.1,
@@ -107,7 +107,7 @@
         rio >=0.1.21.0,
         safe >=0.3.19,
         semigroupoids >=5.3.6,
-        template-haskell >=2.16.0.0,
+        template-haskell >=2.16,
         text >=1.2.4.1,
         time >=1.9.3,
         transformers >=0.5.6.2,
@@ -200,7 +200,7 @@
     build-depends:
         aeson >=1.5.6.0,
         base ==4.*,
-        bytestring >=0.10.12.0,
+        bytestring >=0.10,
         freckle-app -any,
         hspec >=2.9.3,
         http-types >=0.12.3,
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,6 +1,6 @@
 ---
 name: freckle-app
-version: 1.0.2.4
+version: 1.0.2.5
 maintainer: Freckle Education
 category: Utils
 github: freckle/freckle-app
@@ -54,7 +54,7 @@
     - MonadRandom
     - aeson
     - ansi-terminal
-    - bytestring
+    - bytestring >= 0.10
     - case-insensitive
     - conduit
     - containers
@@ -94,7 +94,7 @@
     - rio
     - safe
     - semigroupoids
-    - template-haskell
+    - template-haskell >= 2.16
     - text
     - time
     - transformers
@@ -116,7 +116,7 @@
     ghc-options: -threaded -rtsopts "-with-rtsopts=-N"
     dependencies:
       - aeson
-      - bytestring
+      - bytestring >= 0.10
       - freckle-app
       - hspec
       - http-types
