diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-13 20:40:16 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-13 20:40:16 +0000 |
commit | d64900abb0ddc2f2ab52948cc274f2adc864a6dc (patch) | |
tree | d488555499a7d77a3fc82d973f7064b7833c27c7 /libffi | |
parent | 354503a27a016b2cc030b7fae5d007b0259c77d2 (diff) | |
download | haskell-d64900abb0ddc2f2ab52948cc274f2adc864a6dc.tar.gz |
Use _ rather than : for the builtin package filenames
Using "builtin:foo" creates a file called "builtin" on Windows
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/package.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/package.conf.in b/libffi/package.conf.in index 649540f55b..4c50568b79 100644 --- a/libffi/package.conf.in +++ b/libffi/package.conf.in @@ -1,6 +1,6 @@ name: ffi version: 1.0 -id: builtin:ffi +id: builtin_ffi license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True |