aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)