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), testChecksum=(SHA1 checksum),
testCommit=commit, testCommit=commit,
testActive=True, testActive=True,
testPrecision=geoPrecision opts} testPrecision=gesPrecision $ geoSpec opts}
return () return ()
else else
msg chan $ concat ["Test dir ", (T.pack testDir), " does not have expected results."] msg chan $ concat ["Test dir ", (T.pack testDir), " does not have expected results."]

View File

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