Skip to content

Commit dd8e51d

Browse files
committed
Add mistakenly removed System.Random import
1 parent d2f1c34 commit dd8e51d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Sort.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import Assertions
1414

1515
import Control.Monad
1616
import Data.Char
17+
import System.Random
1718
import System.Random.Shuffle (shuffle')
1819
import Test.HUnit
1920

0 commit comments

Comments
 (0)