Avoid a deprecation warning relating to QuickCheck.

This commit is contained in:
John MacFarlane
2026-08-22 11:00:45 -07:00
parent 65e6d995f9
commit 0a9a2f2615
+1
View File
@@ -1,4 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -Wno-deprecations #-}
{- |
Module : Tests.Readers.HTML
Copyright : © 2006-2024 John MacFarlane