We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9651ef commit 4d8fe61Copy full SHA for 4d8fe61
containers/include/containers.h
@@ -6,7 +6,7 @@
6
#define HASKELL_CONTAINERS_H
7
8
/*
9
- * On GHC, include MachDeps.h to get WORD_SIZE_IN_BITS macro.
+ * On GHC and MicroHs, include MachDeps.h to get WORD_SIZE_IN_BITS macro.
10
*/
11
#if defined(__GLASGOW_HASKELL__) || defined(__MHS__)
12
#include "MachDeps.h"
0 commit comments