From 835c2dffc539e277812925469c82662482e1bbc5 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 13 Feb 2017 06:31:09 +1100 Subject: Removed all Haskell and other old code, updated readme/notes --- readme.txt | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 88c01f4..18641f7 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ algorithm on it to calculate election outcomes. To compile this program, the following dependencies are needed: - ghc (of course) + gnat (of course) gnu make Note however that make isn't strictly necessary if you have a look in the @@ -15,19 +15,6 @@ makefile to see the compilation commands required. -Aside from base, the cabal packages required to compile this program are: - - directory - either-unwrap - either - transformers - parsec - vector - array - time - - - Compilation is done by 'make all'. Further instruction on how to use this program can be obtained from the '--help' switch, once compiled. @@ -55,10 +42,3 @@ elect candidates. On the other hand, the AEC program is also a lot more verbose on the distribution of preferences, and doesn't do bulk exclusions. - -Finally, be aware that processing STV data takes a long time. It also takes a -lot of memory for the larger datasets. If you want to be sure that progress is -happening, either turn on the '--verbose' switch or monitor the output log -directory. - - -- cgit