From 0dfe872da02d5d63eb2b334decd3a8292aff3ca3 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 13 Apr 2022 11:17:12 -0600 Subject: Consistent timeouts using the clock rather than counting threadDelay. Add timeout to nextButton --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index f4f5603..056b5b0 100644 --- a/package.yaml +++ b/package.yaml @@ -40,4 +40,4 @@ dependencies: - monad-loops - data-default - linear - - bimap + - time -- cgit