diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,8 @@
 # ChangeLog for `persistent-mysql-pure`
 
+## 1.0.1
++ depend on mysql-haskell again since I got hackage access
+
 ## 1.0.0
 + fork from  `persistent-mysql-haskell`.
 + Use persistent-mysql-pure under the hood.
diff --git a/persistent-mysql-pure.cabal b/persistent-mysql-pure.cabal
--- a/persistent-mysql-pure.cabal
+++ b/persistent-mysql-pure.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               persistent-mysql-pure
-version:            1.0.0
+version:            1.0.1
 license:            MIT
 license-file:       LICENSE
 author:
@@ -35,23 +35,23 @@
 
 library
   build-depends:
-    , aeson          >=1.0    && <2.3
-    , base           >=4.9    && <4.19
-    , bytestring     >=0.10.8 && <0.13
-    , conduit        >=1.2.12 && <1.4
-    , containers     >=0.5    && <0.7
-    , io-streams     >=1.2    && <2.0
-    , monad-logger   >=0.3.0  && <0.4
-    , mysql-pure     >=1.0    && <2.0
-    , network        >=2.3    && <4.0
-    , persistent     >=2.10.0 && <3
-    , resource-pool  <0.5
-    , resourcet      >=1.1    && <1.4
-    , text           >=1.2    && <2.1
-    , time           >=1.5.0  && <1.13
-    , tls            >=1.3.5  && <1.6
-    , transformers   >=0.5    && <0.7
-    , unliftio-core  <0.3
+    aeson >=1.0 && <2.3,
+    base >=4.9 && <4.19,
+    bytestring >=0.10.8 && <0.13,
+    conduit >=1.2.12 && <1.4,
+    containers >=0.5 && <0.7,
+    io-streams >=1.2 && <2.0,
+    monad-logger >=0.3.0 && <0.4,
+    mysql-haskell >=1.0 && <2.0,
+    network >=2.3 && <4.0,
+    persistent >=2.10.0 && <3,
+    resource-pool <0.5,
+    resourcet >=1.1 && <1.4,
+    text >=1.2 && <2.1,
+    time >=1.5.0 && <1.13,
+    tls >=1.3.5 && <1.6 || ^>=1.7.1,
+    transformers >=0.5 && <0.7,
+    unliftio-core <0.3
 
   -- keep the following in sync with @mysql-haskell@ .cabal
   exposed-modules:  Database.Persist.MySQL
@@ -65,11 +65,11 @@
   ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N
   default-language: Haskell2010
   build-depends:
-    , base                   >=4.9    && <5
-    , monad-logger
-    , persistent             >=2.10.0 && <3
-    , persistent-mysql-pure
-    , transformers           >=0.5
+    base >=4.9 && <5,
+    monad-logger,
+    persistent >=2.10.0 && <3,
+    persistent-mysql-pure,
+    transformers >=0.5
 
 source-repository head
   type:     git
@@ -87,27 +87,27 @@
 
   ghc-options:      -Wall
   build-depends:
-    , aeson
-    , base                   >=4.9 && <5
-    , bytestring
-    , containers
-    , fast-logger
-    , hspec                  >=2.4
-    , http-api-data
-    , HUnit
-    , monad-logger
-    , mysql-pure             >=0.8
-    , path-pieces
-    , persistent
-    , persistent-mysql-pure
-    , persistent-qq
-    , persistent-test
-    , QuickCheck
-    , quickcheck-instances
-    , resourcet
-    , text
-    , time
-    , transformers
-    , unliftio-core
+    aeson,
+    base >=4.9 && <5,
+    bytestring,
+    containers,
+    fast-logger,
+    hspec >=2.4,
+    http-api-data,
+    HUnit,
+    monad-logger,
+    mysql-haskell >=0.8,
+    path-pieces,
+    persistent,
+    persistent-mysql-pure,
+    persistent-qq,
+    persistent-test,
+    QuickCheck,
+    quickcheck-instances,
+    resourcet,
+    text,
+    time,
+    transformers,
+    unliftio-core
 
   default-language: Haskell2010
