From c6b4f14bc9ecf0f659b0299082199fdc9d33fe10 Mon Sep 17 00:00:00 2001 From: Robert Benson Date: Tue, 23 Sep 2025 16:28:18 -0400 Subject: [PATCH] Move markdown-unlit from dependencies to build-tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids unused-package warnings and removes the need for empty imports. 🤖 Generated with Claude Code --- test/README.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/README.lhs b/test/README.lhs index fda2924..343be64 100644 --- a/test/README.lhs +++ b/test/README.lhs @@ -45,7 +45,6 @@ import Graphula import Test.Hspec import Test.QuickCheck import Test.QuickCheck.Arbitrary.Generic -import Text.Markdown.Unlit () instance (ToBackendKey SqlBackend a) => Arbitrary (Key a) where arbitrary = toSqlKey <$> arbitrary