Allow newer idris than 1.3.2

This commit is contained in:
Niklas Larsson 2020-06-02 12:16:08 +02:00 committed by G. Allais
parent 75bb7883f6
commit e9611b4ee1

View File

@ -25,7 +25,7 @@ export IDRIS2_LIBS = ${IDRIS2_CURDIR}/libs/network
export IDRIS2_DATA = ${IDRIS2_CURDIR}/support
IDRIS_VERSION := $(shell idris --version)
VALID_IDRIS_VERSION_REGEXP = "1.3.2.*"
VALID_IDRIS_VERSION_REGEXP = "1.3.[2-9].*"
-include custom.mk