You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions for exercise Bob recommends the use of Data.Text: "For more efficient handling of textual data, the Text type can be used. (...) Add - text to your list of dependencies in package.yaml."
Data.Text is not made available for the online tests, making the tests fail if the solution tries importing it.
Fix: add Data.Text to the exercise package.yaml.
The text was updated successfully, but these errors were encountered:
Instructions for exercise Bob recommends the use of Data.Text: "For more efficient handling of textual data, the Text type can be used. (...) Add - text to your list of dependencies in package.yaml."
Data.Text is not made available for the online tests, making the tests fail if the solution tries importing it.
Fix: add Data.Text to the exercise package.yaml.
The text was updated successfully, but these errors were encountered: