update for changes in GEval

This commit is contained in:
Filip Gralinski 2018-01-25 09:13:06 +01:00
parent c9d6ae70da
commit 3a90144858
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ checkTestDir chan challengeId challenge commit testDir = do
testChecksum=(SHA1 checksum),
testCommit=commit,
testActive=True,
testPrecision=geoPrecision opts}
testPrecision=gesPrecision $ geoSpec opts}
return ()
else
msg chan $ concat ["Test dir ", (T.pack testDir), " does not have expected results."]

View File

@ -121,7 +121,7 @@ library
, filemanip
, cryptohash
, markdown
, geval >= 0.2.2.0
, geval >= 0.5.0.0
, filepath
, yesod-table
, regex-tdfa