X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc-prim.cabal;h=9de5b03024bf883372d5c5bfa5b10e3f0487412a;hb=25872f694aea1a4e3b623eb0c6897d611aa0a758;hp=816e74cf109a9c3c435f990eba97182e0ea7ac5a;hpb=7f004efa37983cccc9110e3a9f1baf823dfb18ed;p=ghc-prim.git diff --git a/ghc-prim.cabal b/ghc-prim.cabal index 816e74c..9de5b03 100644 --- a/ghc-prim.cabal +++ b/ghc-prim.cabal @@ -1,5 +1,5 @@ name: ghc-prim -version: 0.1.0.0 +version: 0.2.0.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -7,7 +7,7 @@ bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%2 synopsis: GHC primitives description: GHC primitives. -cabal-version: >=1.2 +cabal-version: >=1.6 build-type: Custom source-repository head @@ -22,8 +22,9 @@ flag include-ghc-prim { Library { build-depends: rts exposed-modules: - GHC.Bool + GHC.Debug GHC.Generics + GHC.Magic GHC.Ordering GHC.PrimopWrappers GHC.IntWord32 @@ -37,6 +38,7 @@ Library { } c-sources: + cbits/debug.c cbits/longlong.c extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes, UnboxedTuples, EmptyDataDecls, NoImplicitPrelude