Skip to content
Snippets Groups Projects
Commit 0508d4af authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Fix compilation issue with criterion-1.

parent 2afa267e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ module Main (main) where
import Control.DeepSeq
import Control.Exception (evaluate)
import Control.Monad.Trans (liftIO)
import Criterion.Config
import Criterion.Main hiding (run)
import qualified Data.ByteString as S
import qualified Data.ByteString.Char8 as C
......
......@@ -9,7 +9,6 @@ module Main where
import Control.DeepSeq
import Control.Exception (evaluate)
import Control.Monad.Trans (liftIO)
import Criterion.Config
import Criterion.Main hiding (run)
import qualified Data.ByteString as S
import qualified Data.ByteString.Char8 as C8
......
......@@ -116,7 +116,7 @@ benchmark get
base >= 3.0 && < 5,
bytestring,
cereal,
criterion,
criterion == 1.*,
deepseq,
mtl
-- build dependencies from using binary source rather than depending on the library
......@@ -130,7 +130,7 @@ benchmark builder
build-depends:
base >= 3.0 && < 5,
bytestring,
criterion,
criterion == 1.*,
deepseq,
mtl
-- build dependencies from using binary source rather than depending on the library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment