I also don’t speak for Haskell, but maybe you need to submit some sort of package list with your submission too? (exercism submit $code_file $package_file) (fill in the $stuff with the correct filepaths)? Maybe a lock file too?
Hi, you have two files in the exercism editor, one with the haskell file and one with the package file, the package file says which dependencies your solution has, so you have to update the package.yaml file accordingly to the libraries you import.