X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libffi%2Fpackage.conf.in;h=fa07e5f8feb80e0d888f4ae1e88800da969534df;hp=eea9c401d533e1ef355e0567f21196a254be8613;hb=HEAD;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b diff --git a/libffi/package.conf.in b/libffi/package.conf.in index eea9c40..fa07e5f 100644 --- a/libffi/package.conf.in +++ b/libffi/package.conf.in @@ -1,5 +1,6 @@ name: ffi version: 1.0 +id: builtin_ffi license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True @@ -11,7 +12,7 @@ import-dirs: #ifdef INSTALLING library-dirs: LIB_DIR #else /* !INSTALLING */ -library-dirs: TOP"/libffi" +library-dirs: TOP"/libffi/dist-install/build" #endif hs-libraries: "HSffi" @@ -19,7 +20,7 @@ hs-libraries: "HSffi" #ifdef INSTALLING include-dirs: INCLUDE_DIR #else /* !INSTALLING */ -include-dirs: TOP"/libffi/build/include" +include-dirs: TOP"/libffi/dist-install/build" #endif depends: