summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_run/annrun01.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_run/annrun01.hs')
-rw-r--r--testsuite/tests/annotations/should_run/annrun01.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_run/annrun01.hs b/testsuite/tests/annotations/should_run/annrun01.hs
index 9030a39c60..f8c0ca5e84 100644
--- a/testsuite/tests/annotations/should_run/annrun01.hs
+++ b/testsuite/tests/annotations/should_run/annrun01.hs
@@ -14,7 +14,7 @@ import Config
import Annrun01_Help
import qualified Language.Haskell.TH as TH
-import Data.List
+import Data.List (sortBy)
import Data.Function
main :: IO ()