Skip to content

Commit

Permalink
Fix build warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jan 13, 2012
1 parent ffa858f commit 8b27676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Statistics/Quantile.hs
Expand Up @@ -39,7 +39,7 @@ module Statistics.Quantile

import Control.Exception (assert)
import Data.Vector.Generic ((!))
import Statistics.Constants (m_epsilon)
import Numeric.MathFunctions.Constants (m_epsilon)
import Statistics.Function (partialSort)
import qualified Data.Vector.Generic as G

Expand Down

0 comments on commit 8b27676

Please sign in to comment.