From c0d0b285cf2a6d6151e66148a022d67d46daca31 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 10 Jan 2017 01:01:24 +1100 Subject: Candidate info parsing added, fixed potential bug in Counter construction --- src/Preferences.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Preferences.hs') 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 -- cgit