From 80e873b252e4dba4721cfd54a49be812f31ec092 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 10 Jul 2018 14:13:49 -0400 Subject: [PATCH] Export withOptions. --- src/Semantic/Task.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Semantic/Task.hs b/src/Semantic/Task.hs index 287f3d899..61140b300 100644 --- a/src/Semantic/Task.hs +++ b/src/Semantic/Task.hs @@ -37,6 +37,7 @@ module Semantic.Task -- * Interpreting , runTask , runTaskWithOptions +, withOptions , runTaskWithConfig -- * Re-exports , Distribute