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