From b7c17c2d32b6c3ab431208b635b505f4b1ed2f01 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 2 Dec 2025 15:05:31 +0000 Subject: [PATCH] Sort dependencies --- haskell/aoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell/aoc.cabal b/haskell/aoc.cabal index ad79031..0662b60 100644 --- a/haskell/aoc.cabal +++ b/haskell/aoc.cabal @@ -39,9 +39,9 @@ executable aoc pretty-simple, safe, stm, - text, - tasty, tasty-golden, tasty-hunit, + tasty, + text, time, transformers,