diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright 2020 Taylor Fausak
+Copyright 2021 Taylor Fausak
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,6 @@
 # Witch
 
-[![CI](https://github.com/tfausak/witch/workflows/CI/badge.svg)](https://github.com/tfausak/witch/actions)
+[![CI](https://github.com/tfausak/witch/workflows/CI/badge.svg)](https://github.com/tfausak/witch/actions/new)
 [![Hackage](https://img.shields.io/hackage/v/witch)](https://hackage.haskell.org/package/witch)
 [![Stackage](https://www.stackage.org/package/witch/badge/nightly?label=stackage)](https://www.stackage.org/package/witch)
 
diff --git a/src/test/Main.hs b/src/test/Main.hs
--- a/src/test/Main.hs
+++ b/src/test/Main.hs
@@ -1,3 +1,4 @@
+{-# options_ghc -Wno-orphans #-}
 {-# language TypeApplications #-}
 
 import qualified Data.ByteString as B
diff --git a/witch.cabal b/witch.cabal
--- a/witch.cabal
+++ b/witch.cabal
@@ -9,7 +9,7 @@
 maintainer: Taylor Fausak
 name: witch
 synopsis: Convert values from one type into another.
-version: 0.0.0.4
+version: 0.0.0.5
 
 source-repository head
   location: https://github.com/tfausak/witch
@@ -17,10 +17,10 @@
 
 library
   build-depends:
-    base >= 4.12.0 && < 4.15
-    , bytestring >= 0.10.8 && < 0.12
-    , containers >= 0.6.0 && < 0.7
-    , text >= 1.2.3 && < 1.3
+    base >= 4.13.0 && < 4.16
+    , bytestring >= 0.10.10 && < 0.11
+    , containers >= 0.6.2 && < 0.7
+    , text >= 1.2.4 && < 1.3
   default-language: Haskell2010
   exposed-modules: Witch
   ghc-options:
@@ -41,7 +41,7 @@
     base
     , bytestring
     , containers
-    , hspec >= 2.7.1 && < 2.8
+    , hspec >= 2.7.6 && < 2.8
     , QuickCheck >= 2.13.2 && < 2.15
     , text
     , witch
