diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-10-16 14:07:19 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-16 14:07:19 +0200 |
commit | 3dbf6044a2ddfa607eb52f0e41dc17602119d7e2 (patch) | |
tree | f6b867d6fb272f9f153bf945c1cb4feca5d9fb08 /test-framework/Test/Framework.hs | |
parent | 46880aa722e3d6793bc83d26f45e9dafa8e80717 (diff) |
Remove stale import
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) |