I also tried adding a double slash as seen below - but it didn't help:
I tried with forward slash instead but this didn't help either:
Moreover, I don't understand where the path: /etc/zoneinfo/
is coming from, if the path is no longer present in ExampleMain.hs
? Where is the compiler pulling the path from?
Thanks!
CodePudding user response:
You need to run stack exec duckling-example-exe
in the directory where the stack.yaml
and project.yaml
files of the duckling source code is that you are trying to modify. Otherwise it will use the version of duckling from stackage without your changes.