diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-10 01:01:24 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-10 01:01:24 +1100 |
commit | c0d0b285cf2a6d6151e66148a022d67d46daca31 (patch) | |
tree | 231ea6c982cd98c06d535ca03f48607fc0ec5827 /src/Preferences.hs | |
parent | 50adbf5cdf9ef6924c47b6738dfd6139d19a0438 (diff) |
Candidate info parsing added, fixed potential bug in Counter construction
Diffstat (limited to 'src/Preferences.hs')
-rw-r--r-- | src/Preferences.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Preferences.hs b/src/Preferences.hs index 7a67e63..4fee0bc 100644 --- a/src/Preferences.hs +++ b/src/Preferences.hs @@ -9,7 +9,7 @@ module Preferences( -import qualified SenateTypes as Typ +import qualified Candidate as Typ import qualified Text.ParserCombinators.Parsec as Parsec import qualified Data.List as List |