From ef731df49412704289e93517e51babe4964f5d47 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Mon, 8 Dec 2025 11:51:12 +0000 Subject: [PATCH] Remove duplicate in dependency list --- haskell/aoc.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/haskell/aoc.cabal b/haskell/aoc.cabal index 5b835df..e9d713c 100644 --- a/haskell/aoc.cabal +++ b/haskell/aoc.cabal @@ -35,7 +35,6 @@ executable aoc build-depends: base >= 4.14, async, - base, binary, bytestring, colour,