Added a missing line in the Makefile for UnifyType

This commit is contained in:
Neil Brown 2008-05-17 16:55:04 +00:00
parent ab0301a342
commit e72e537c47

View File

@ -145,6 +145,7 @@ tock_SOURCES_hs += frontends/RainPasses.hs
tock_SOURCES_hs += frontends/RainTypes.hs
tock_SOURCES_hs += frontends/StructureOccam.hs
tock_SOURCES_hs += frontends/TypeUnification.hs
tock_SOURCES_hs += frontends/UnifyType.hs
tock_SOURCES_hs += pass/Pass.hs
tock_SOURCES_hs += pass/PassList.hs
tock_SOURCES_hs += pass/Properties.hs