fix haddock submodule pointer
[ghc-hetmet.git] / libffi / package.conf.in
index 2ef060c..fa07e5f 100644 (file)
@@ -1,8 +1,6 @@
-#include "ghcconfig.h"
-#include "RtsConfig.h"
-
-name:          PACKAGE
+name:          ffi
 version:       1.0
+id:             builtin_ffi
 license:       BSD3
 maintainer:    glasgow-haskell-users@haskell.org
 exposed:       True
@@ -14,17 +12,15 @@ import-dirs:
 #ifdef INSTALLING
 library-dirs:          LIB_DIR
 #else /* !INSTALLING */
-library-dirs:          FPTOOLS_TOP_ABS"/libffi"
+library-dirs:          TOP"/libffi/dist-install/build"
 #endif
 
 hs-libraries:   "HSffi"
 
-extra-libraries:               "m"             /* for ldexp() */
-
 #ifdef INSTALLING
 include-dirs:          INCLUDE_DIR
 #else /* !INSTALLING */
-include-dirs:          FPTOOLS_TOP_ABS"/libffi/build/include"
+include-dirs:          TOP"/libffi/dist-install/build"
 #endif
 
 depends: