fix[tests]: Safe Haskell Mode
This commit is contained in:
parent
6821c4efda
commit
851da6e469
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
{-# LANGUAGE Unsafe #-} -- unsafe: Uses functions imported from unsafe modules
|
||||||
import System.IO (IO)
|
import System.IO (IO)
|
||||||
import Test.Data.Map.Implicit qualified
|
|
||||||
import Control.Applicative (pure)
|
import Control.Applicative (pure)
|
||||||
|
import Test.Data.Map.Implicit qualified
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{-# LANGUAGE Unsafe #-} -- unsafe: I am using TemplateHaskell from a dependency
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
{-# LANGUAGE TypeApplications #-}
|
{-# LANGUAGE TypeApplications #-}
|
||||||
module Test.Data.Map.Implicit (prop_readShowIdentityRoundtrip, prop_readShowMaybeRoundtrip, runTests) where
|
module Test.Data.Map.Implicit (prop_readShowIdentityRoundtrip, prop_readShowMaybeRoundtrip, runTests) where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue