3e4
3e4
Could anyone report what the install size is for the standalone executable is? I compiled on Debian using stack (recommended in the README), and all in all it became 3GB,...
The git-cloned gitit directory has 357 MB after compiling. 3.5 MB before. The compiled program seems to be in gitit/.stack-work/install/x86_64-linux/lts-8.0/8.0.2/ (140 MB) with folders `bin` `doc` `flag-cache` `lib` `pkgdb` `share`....
Just trying on Debian 8: sudo apt install haskell-platform cabal install gitit And i get error because of pandoc dependency issues: 1.2.1, 1.2, 1.1, 1.0.0.1, 1.0, 0.46, 0.45, 0.44, 0.43,...
Yes I did. The full error trace looks like this: trying: pandoc-types-1.17.0.5 (dependency of gitit-0.12.2.1) next goal: pandoc (dependency of gitit-0.12.2.1) rejecting: pandoc-1.19.2.1, 1.19.2, 1.19.1, 1.19, 1.18 (conflict: base==4.6.0.1/installed-8aa..., pandoc...
Finally? I installed haskell platform from their repository with ghc 7.10.3 and the dependency resolution worked within a few seconds. Now I got the following binaries in my `~/.cabal/bin` directory:...
Not sure if related because my build process used some bad libraries, but I get alignment issues with line numbers: Here is some page with haskell code using line numbers,...
Sorry I should have given another update. At least as of writing my post on June 2nd, Stack from debian repository was not working. I the meantime I setup cabal...