Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted by Andres Loh
authorIan Lynagh <igloo@earth.li>
Wed, 30 Jul 2008 11:47:13 +0000 (11:47 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 30 Jul 2008 11:47:13 +0000 (11:47 +0000)
commit1c7a841f836d3be3e21af98dd7a84079ad1096b3
treeeac0cc0574c0cd39c535025698a82fc5877a9da4
parentdc25c00f7cbfc014483bb26f5869825b373bd68a
Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted by Andres Loh
We were still building the flags in Haskell list syntax, but we now pass
the arguments directly rather than constructing a Haskell program with
them.
mk/config.mk.in