forked from filipg/gonito
update for changes in GEval
This commit is contained in:
parent
c9d6ae70da
commit
3a90144858
@ -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."]
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user