summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-11-09 18:46:04 +0000
committerIan Lynagh <igloo@earth.li>2011-11-09 18:46:46 +0000
commit6791fff4cf8821f547db95d73f10c1f7e37a65f6 (patch)
tree507f98b3f39fd44146473ac16a4282e65f3b87af /libffi
parent2bac34064fa02d50b3501c0973c1eac73e91be74 (diff)
downloadhaskell-6791fff4cf8821f547db95d73f10c1f7e37a65f6.tar.gz
Remove now-unused libffi/package.conf.in
Diffstat (limited to 'libffi')
-rw-r--r--libffi/package.conf.in35
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:
-