diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-03-09 08:35:58 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-03-09 08:36:18 +0000 |
| commit | 9e15db49b57df992184d342830ea830aabc626c9 (patch) | |
| tree | ff6b1ed22cd39db330da9e3b819ef5adce8f463c /rts/Schedule.c | |
| parent | 87a2d37ca464ce87d39359807cd43706d89f3a0b (diff) | |
| download | haskell-9e15db49b57df992184d342830ea830aabc626c9.tar.gz | |
KQueue.hsc: fix build failure on FreeBSD
Build failed as:
libraries/base/GHC/Event/KQueue.hsc:192:25: error:
Not in scope: type constructor or class ‘Int16’
|
192 | newtype Filter = Filter Int16
| ^^^^^
If was caused by an import tweak from Word16 to Int16.
Adjust imports to make KQueue compile cleanly.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Test Plan: build on freebsd
Reviewers: bgamari, austin, hvr
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3300
Diffstat (limited to 'rts/Schedule.c')
0 files changed, 0 insertions, 0 deletions
