diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-09 18:46:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-09 18:46:46 +0000 |
commit | 6791fff4cf8821f547db95d73f10c1f7e37a65f6 (patch) | |
tree | 507f98b3f39fd44146473ac16a4282e65f3b87af /libffi | |
parent | 2bac34064fa02d50b3501c0973c1eac73e91be74 (diff) | |
download | haskell-6791fff4cf8821f547db95d73f10c1f7e37a65f6.tar.gz |
Remove now-unused libffi/package.conf.in
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/package.conf.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libffi/package.conf.in b/libffi/package.conf.in deleted file mode 100644 index fa07e5f8fe..0000000000 --- a/libffi/package.conf.in +++ /dev/null @@ -1,35 +0,0 @@ -name: ffi -version: 1.0 -id: builtin_ffi -license: BSD3 -maintainer: glasgow-haskell-users@haskell.org -exposed: True - -exposed-modules: -hidden-modules: -import-dirs: - -#ifdef INSTALLING -library-dirs: LIB_DIR -#else /* !INSTALLING */ -library-dirs: TOP"/libffi/dist-install/build" -#endif - -hs-libraries: "HSffi" - -#ifdef INSTALLING -include-dirs: INCLUDE_DIR -#else /* !INSTALLING */ -include-dirs: TOP"/libffi/dist-install/build" -#endif - -depends: -hugs-options: -cc-options: - -framework-dirs: -frameworks: - -haddock-interfaces: -haddock-html: - |