Skip to content

Commit

Permalink
Merge pull request #4874 from conjunctive/fix-missing-import
Browse files Browse the repository at this point in the history
Fix missing import
  • Loading branch information
melted committed Jun 13, 2020
2 parents cf48182 + 8845939 commit f30c235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/DynamicLinker.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import System.FilePath.Windows ((</>))
import System.Win32.DLL
import System.Win32.Types
#else
import Control.Exception (IOException, try)
import Control.Exception (IOException, throwIO, try)
import Foreign.Ptr (FunPtr, nullFunPtr, nullPtr)
#ifdef linux_HOST_OS
import Data.Array (bounds, inRange, (!))
Expand Down

0 comments on commit f30c235

Please sign in to comment.