diff --git a/Data/Random/Normal.hs b/Data/Random/Normal.hs
--- a/Data/Random/Normal.hs
+++ b/Data/Random/Normal.hs
@@ -65,8 +65,8 @@
 
   ) where
 
-import List (mapAccumL)  -- Data.List
-import Random            -- System.Random
+import Data.List (mapAccumL)
+import System.Random
 
 
 -- Normal distribution approximation
diff --git a/normaldistribution.cabal b/normaldistribution.cabal
--- a/normaldistribution.cabal
+++ b/normaldistribution.cabal
@@ -1,5 +1,5 @@
 Name:                normaldistribution
-Version:             1.1.0.2
+Version:             1.1.0.3
 License:             BSD3
 License-File:        LICENSE
 Copyright:           Bjorn Buckwalter 2011
@@ -51,6 +51,6 @@
 
 Category:            Math, Statistics
 Build-Type:          Simple
-Build-Depends:       base < 5, haskell98 < 3
+Build-Depends:       base < 5, random < 2
 Exposed-Modules:     Data.Random.Normal
 Extra-source-files:  README, LICENSE
