diff options
author | Tamar Christina <tamar@zhox.com> | 2019-08-10 15:17:09 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-13 17:30:50 -0400 |
commit | b1d29c6732b9cc6e4b3b88b3c1a7943d0a9af4f2 (patch) | |
tree | 5d6dcdc38638dad33a4098f9f788b7fc97ea4ff7 /libraries | |
parent | 328a0efaba621b3bad6476dff1cea58bf7ab5166 (diff) | |
download | haskell-b1d29c6732b9cc6e4b3b88b3c1a7943d0a9af4f2.tar.gz |
Fix binary distribution
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Conc/Windows.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Conc/Windows.hs b/libraries/base/GHC/Conc/Windows.hs index e7127ab5ef..ed5e0452a0 100644 --- a/libraries/base/GHC/Conc/Windows.hs +++ b/libraries/base/GHC/Conc/Windows.hs @@ -52,7 +52,6 @@ import GHC.Real (div, fromIntegral) import GHC.Show (Show) import GHC.Word (Word32, Word64) import GHC.Windows -import GHC.Prim.Ext #if defined(mingw32_HOST_OS) # if defined(i386_HOST_ARCH) |