Closed revskill10 closed 6 years ago
Are you installing from Hackage, but then building the examples from this git
repo? The version on Hackage will be behind what is in this repo. If you are building the examples, you should be running stack build
from within the root directory of this repo.
@jdreaver Yes, i installed from Hackage. In this case do you know how to update package with stack right from github ?
I installed
eventful
withstack install eventful-core and eventful-memory
. When running examplecounter-cli
, there're errors:How to fix it ?