Use _ rather than : for the builtin package filenames
authorIan Lynagh <igloo@earth.li>
Sun, 13 Sep 2009 20:40:16 +0000 (20:40 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 13 Sep 2009 20:40:16 +0000 (20:40 +0000)
Using "builtin:foo" creates a file called "builtin" on Windows

libffi/package.conf.in
rts/package.conf.in

index 649540f..4c50568 100644 (file)
@@ -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
index 0d787f5..087a7e9 100644 (file)
@@ -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: