Alexander Pavlenko
Alexander Pavlenko
[Haskell Titan](https://github.com/keera-studios/haskell-titan) now supports bearriver with extra flags of two packages: - https://hackage.haskell.org/package/titan-debug-yampa - https://hackage.haskell.org/package/titan-record-yampa This makes it possible to just recompile applications and start debugging with the interactive GUI....
The CI infrastructure is trying to publish cabal files to hackage when we merge to master. If we make a mistake we need to `push force` on master or publish...
The haddock tests uses cabal exec and fails on nix. The solution implemented should also work with our current setup and in the CI server.
It would be useful to have the trivial demo just added to the library in https://github.com/keera-studios/keera-hails/commit/e22c0bf817124110104017ba96d53b0953135c42#diff-f247725f39b33ecfb58291261d453171 copied also as a separate example in the `demos/` folder, with its own cabal...
Everything produced at/for/by Keera has copyright Keera Studios. All software, talks, pages, papers, public or private, released or under development, need to have clear copyright and usage licenses.
Hi, I'm trying to make this work and create a tiny example. The following CPP code works just fine: ```c++ #include "opencv2/opencv.hpp" using namespace cv; int main(int argc, char** argv)...
The sandbox command has disappeared from recent versions of cabal. The installation instructions should be updated.
In version 1.0.1 (just released), titan supports bearriver. Usage should be documented.
Everything produced at/for/by Keera has copyright Keera Studios. All software, talks, pages, papers, public or private, released or under development, need to have clear copyright and usage licenses.