Skip to content

Commit

Permalink
Fix build bogons.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : 6ba4dbc7655ef7bf1d640d23e9d3ed9b2e85373d
  • Loading branch information
bos committed Jan 25, 2010
1 parent 67c6fd9 commit 417ba27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Criterion.hs
Expand Up @@ -35,7 +35,7 @@ import Criterion.Measurement (getTime, runForAtLeast, secs, time_)
import Criterion.Monad (Criterion, getConfig, getConfigItem)
import Criterion.Plot (plotWith, plotKDE, plotTiming)
import Criterion.Types (Benchmarkable(..), Benchmark(..), Pure,
bench, bgroup, nf, nfIO, whnf)
bench, bgroup, nf, nfIO, whnf, whnfIO)
import Data.Array.Vector ((:*:)(..), concatU, lengthU, mapU)
import Statistics.Function (createIO, minMax)
import Statistics.KernelDensity (epanechnikovPDF)
Expand Down
2 changes: 1 addition & 1 deletion Criterion/Main.hs
Expand Up @@ -52,7 +52,7 @@ import Criterion.IO (note, printError)
import Criterion.MultiMap (singleton)
import Criterion.Monad (Criterion, withConfig)
import Criterion.Types (Benchmarkable(..), Benchmark(..), Pure, bench,
benchNames, bgroup, nf, nfIO, whnf)
benchNames, bgroup, nf, nfIO, whnf, whnfIO)
import Data.List (isPrefixOf, sort)
import Data.Monoid (Monoid(..), Last(..))
import System.Console.GetOpt
Expand Down

0 comments on commit 417ba27

Please sign in to comment.