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 /rts/package.conf.in | |
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 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 0d787f5bad..087a7e9d66 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -5,7 +5,7 @@ name: rts version: 1.0 -id: builtin:rts +id: builtin_rts license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True @@ -56,7 +56,7 @@ include-dirs: TOP"/includes" #endif includes: Stg.h -depends: builtin:ffi +depends: builtin_ffi hugs-options: cc-options: |