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

Make the get benchmark compile with GHC 7.6.1.

parent ec0135e2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,9 @@ import Control.Applicative
import Data.Binary.Get
import Data.Binary ( get )
#if __GLASGOW_HASKELL__ < 706
instance NFData S.ByteString
#endif
main :: IO ()
main = do
......
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