Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / ghc-prim.cabal
index c887b6c..04e45cd 100644 (file)
@@ -11,8 +11,8 @@ cabal-version:  >=1.6
 build-type: Custom
 
 source-repository head
-    type:     darcs
-    location: http://darcs.haskell.org/packages/ghc-prim/
+    type:     git
+    location: http://darcs.haskell.org/packages/ghc-prim.git/
 
 flag include-ghc-prim {
     Description: Include GHC.Prim in exposed-modules
@@ -22,7 +22,6 @@ flag include-ghc-prim {
 Library {
     build-depends: rts
     exposed-modules:
-        GHC.Bool
         GHC.Debug
         GHC.Generics
         GHC.Magic