Hi,
My project was developed 2 years ago. At that time, the compiler was ghc 8.6.4, and the stack version was 2.5.1. Now, I tried to develop the project further under ghc 9.2.7 and stack 2.9.3. But I found many dependencies of mysql-haskell 0.8.4.3 couldn't be satisfied by ghc 9.2.7. When these dependencies were explicitly given, some dependent loop occured. So, I want to know whether mysql-haskell 0.8.4.3 can be used under ghc 9.2.7 and stack 2.9.3. Thanks!