remove redundant import Prelude

This commit is contained in:
Hongrui Fang 2022-10-10 11:29:42 +08:00
parent 777c55cd88
commit 5ee084308b
5 changed files with 0 additions and 8 deletions

View file

@ -1,7 +1,3 @@
import Prelude
--------------------------------------------------------------------------------
import GHC.IO.Encoding (setLocaleEncoding, utf8)
import Test.Tasty (defaultMain, testGroup)