Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit bdf840d

Browse files
committed
test: remove unused import of when
1 parent e34ab75 commit bdf840d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-hslua-module-text.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-
2-
Copyright © 2017–2019 Albert Krewinkel
2+
Copyright © 2017–2020 Albert Krewinkel
33
44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +21,7 @@ THE SOFTWARE.
2121
-}
2222
{-# LANGUAGE OverloadedStrings #-}
2323

24-
import Control.Monad (void, when)
24+
import Control.Monad (void)
2525
import Foreign.Lua (Lua)
2626
import Foreign.Lua.Module.Text (preloadTextModule, pushModuleText)
2727
import Test.Tasty (TestTree, defaultMain, testGroup)

0 commit comments

Comments
 (0)