diff options
Diffstat (limited to 'test-framework/Test/Framework.hs')
-rw-r--r-- | test-framework/Test/Framework.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-framework/Test/Framework.hs b/test-framework/Test/Framework.hs index 694f61b..5ceb866 100644 --- a/test-framework/Test/Framework.hs +++ b/test-framework/Test/Framework.hs @@ -26,7 +26,6 @@ import Control.Concurrent.STM import Control.Exception (finally) import Control.Monad (forM, when, forM_, replicateM_) import Control.Monad.IO.Class -import Data.Colour.SRGB.Linear import Data.IORef import Data.List (isInfixOf, intercalate) import Data.Maybe (isJust, mapMaybe, fromJust) |