Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql-simple-0.4.7 incompatible with resolver #1455

Open
njohnwalker opened this issue Dec 20, 2022 · 1 comment
Open

mysql-simple-0.4.7 incompatible with resolver #1455

njohnwalker opened this issue Dec 20, 2022 · 1 comment

Comments

@njohnwalker
Copy link
Contributor

while I was hacking #1452 I ran into trouble with stack and the declared version of mysql-simple. bumping the version to mysql-simple-0.4.9 (after the date-time-compat api changed) worked for me, but I am not a stack-knower, so please take this with a grain of salt 😅

mysql-simple                 > [2 of 7] Compiling Database.MySQL.Simple.Result                                              
mysql-simple                 >                                                                                              
mysql-simple                 > /private/var/folders/g5/vgktf29n6fjg5plbfd1z4hf80000gn/T/stack-83083d0fb37532fc/mysql-simple-0.4.7/Database/MySQL/Simple/Result.hs:42:26: error:
mysql-simple                 >     Module ‘Data.Time.Format’ does not export ‘parseTime’                                    
mysql-simple                 >    |                                                                                         
mysql-simple                 > 42 | import Data.Time.Format (parseTime)                                                     
mysql-simple                 >    |                          ^^^^^^^^^                  
@parsonsmatt
Copy link
Collaborator

Thanks for the report! Bumping stack.yaml to the newest nightly resolver is probably the right answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants