Remove erroneous requirement to import Control.Monad.Fix when using mdo
[ghc-hetmet.git] / libraries / Makefile
index 7e1a621..9890f79 100644 (file)
@@ -72,6 +72,7 @@ ifeq "$(GhcLibsWithObjectIO)" "YES"
 SUBDIRS += $(wildcard ObjectIO)
 endif
 SUBDIRS += $(wildcard parallel)
+SUBDIRS += $(wildcard ndp)
 endif
 
 # -----------------------------------------------------------------------------