fix[tests]: Safe Haskell Mode

This commit is contained in:
vegowotenks 2025-08-14 09:31:14 +02:00
parent 6821c4efda
commit 851da6e469
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
{-# LANGUAGE Unsafe #-} -- unsafe: I am using TemplateHaskell from a dependency
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
module Test.Data.Map.Implicit (prop_readShowIdentityRoundtrip, prop_readShowMaybeRoundtrip, runTests) where