Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Fix for "unknown symbol `___divmoddi4'" on 32-bit mingw builds #503

Merged
merged 1 commit into from
Sep 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions foundation/foundation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ library
, ghc-prim
if os(windows)
build-depends: Win32
if arch(i386)
extra-libraries: gcc

build-depends: basement == 0.0.8

Expand Down