I just downloaded the FSlab journal template from fslab.org. when I try to run the tutorial.fsx I get a number of errors in the build.fsx. These errors seem to be specific to the suave library. The first issue is “open Suave.HTTP.Files” apparently there is no Files namespace. Second, the script uses an UTF8 data type that cannot be found. Third, the script also uses an Applicatives type that cannot be found.
When I went on github to look at Suave I found that the Suave.HTTP.Files namespace had been deprecated in favor of Suave.Files but when I added that namespace it didn’t fix anything.
I am using paket to pull the latest versions of all the dependencies. I am using VS 2013.
Is there some step in FsLab journal template that I am missing? Is the latest version of Suave no longer compatible with FsLab?