Require version 0.3 of test-lib

This commit is contained in:
Iavor Diatchki 2021-04-22 09:08:19 -07:00
parent 4e0da53ff3
commit b572b086b0

View File

@ -16,7 +16,7 @@ flag static
executable cryptol-test-runner
Main-is: Main.hs
build-depends: base,filepath,test-lib
build-depends: base,filepath,test-lib >= 0.3
GHC-options: -Wall -O2
Default-language: Haskell2010