Skip to content

Commit 64fbf7c

Browse files
committed
Don't reexport GHC.Event on ghcjs
Original author: haskell-hvr#5
1 parent e5cb48f commit 64fbf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-noprelude.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,5 +258,6 @@ library
258258
, GHC.Conc.Windows
259259
, GHC.Windows
260260
else
261+
if !impl(ghcjs)
261262
reexported-modules:
262263
, GHC.Event

0 commit comments

Comments
 (0)