[Added some unsafePerformIO-related options and pragmas. Nils Anders Danielsson **20140719163157 Ignore-this: fb6bf3ddb63e891176016c647def6a4d ] { hunk ./Test/ChasingBottoms/IsBottom.hs 2 +-- The following (possibly unnecessary) options are included due to +-- the use of unsafePerformIO below. +{-# OPTIONS_GHC -fno-cse -fno-full-laziness #-} hunk ./Test/ChasingBottoms/IsBottom.hs 96 +-- The following pragma is included due to the use of unsafePerformIO +-- below. +{-# NOINLINE isBottomTimeOut #-} }