diff options
Diffstat (limited to 'src/Reaktor/Utils.hs')
-rw-r--r-- | src/Reaktor/Utils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reaktor/Utils.hs b/src/Reaktor/Utils.hs index 725775e..a31cd15 100644 --- a/src/Reaktor/Utils.hs +++ b/src/Reaktor/Utils.hs @@ -3,7 +3,7 @@ module Reaktor.Utils where import qualified Data.ByteString.Char8.Extended as BS import Data.Char (chr) import Data.Char (isDigit) -import Reaktor.Types +import Reaktor.Internal import System.Random (getStdRandom, randomR) |