diff --git a/gitlab-haskell.cabal b/gitlab-haskell.cabal
--- a/gitlab-haskell.cabal
+++ b/gitlab-haskell.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.4
 name:           gitlab-haskell
 category:       Git
-version:        1.0.0.4
+version:        1.0.0.5
 synopsis:       A Haskell library for the GitLab web API
 description:
             This library lifts the GitLab REST API into Haskell: <https://docs.gitlab.com/ee/api/>
@@ -198,7 +198,7 @@
   build-depends:
                 base >=4.7 && <5
               , http-conduit
-              , connection
+              , crypton-connection
               , aeson >= 2.0.0.0
               , bytestring
               , text
