Skip to content

Commit adf542b

Browse files
committed
tests/TextOrd: NoImplicitPrelude disables ImplicitPrelude, and package import is no longer needed
1 parent ee3e3f7 commit adf542b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/TextOrd.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{-# LANGUAGE OverloadedStrings #-}
2-
{-# LANGUAGE PackageImports #-}
2+
{-# LANGUAGE PackageImports #-}
33
{-# LANGUAGE RebindableSyntax #-}
44
module TextOrd where
55

6-
import "fay-base" Data.Text
6+
import Prelude
7+
8+
import Data.Text
79

810
main :: Fay ()
911
main = do

0 commit comments

Comments
 (0)