Remove NumericUnderscores for older GHCs
This commit is contained in:
parent
60111462de
commit
3d65a3bf16
@ -1,6 +1,5 @@
|
|||||||
{-# LANGUAGE TypeFamilies, QuasiQuotes, TemplateHaskell, MultiParamTypeClasses, OverloadedStrings #-}
|
{-# LANGUAGE TypeFamilies, QuasiQuotes, TemplateHaskell, MultiParamTypeClasses, OverloadedStrings #-}
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{-# LANGUAGE NumericUnderscores #-}
|
|
||||||
{-# LANGUAGE ViewPatterns #-}
|
{-# LANGUAGE ViewPatterns #-}
|
||||||
module YesodCoreTest.ErrorHandling
|
module YesodCoreTest.ErrorHandling
|
||||||
( errorHandlingTest
|
( errorHandlingTest
|
||||||
@ -144,7 +143,7 @@ getAsyncSessionR = do
|
|||||||
setSession "jap" $ foldMap (pack . show) [0..999999999999999999999999] -- it's going to take a while to figure this one out
|
setSession "jap" $ foldMap (pack . show) [0..999999999999999999999999] -- it's going to take a while to figure this one out
|
||||||
x <- liftIO Conc.myThreadId
|
x <- liftIO Conc.myThreadId
|
||||||
liftIO $ forkIO $ do
|
liftIO $ forkIO $ do
|
||||||
liftIO $ Conc.threadDelay 100_000
|
liftIO $ Conc.threadDelay 100000
|
||||||
Conc.killThread x
|
Conc.killThread x
|
||||||
pure "reachable"
|
pure "reachable"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user