aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-10-16 14:07:19 +0200
committerTom Smeding <tom@tomsmeding.com>2025-10-16 14:07:19 +0200
commit3dbf6044a2ddfa607eb52f0e41dc17602119d7e2 (patch)
treef6b867d6fb272f9f153bf945c1cb4feca5d9fb08
parent46880aa722e3d6793bc83d26f45e9dafa8e80717 (diff)
Remove stale import
-rw-r--r--chad-fast.cabal1
-rw-r--r--test-framework/Test/Framework.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal
index fb3e042..df0409d 100644
--- a/chad-fast.cabal
+++ b/chad-fast.cabal
@@ -86,7 +86,6 @@ library test-framework
build-depends:
base,
ansi-terminal,
- colour,
concurrent-output,
hedgehog,
pqueue,
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)