X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc-prim.cabal;h=c887b6c7ae20b37b0882ce6ec9449e1299709ee4;hb=47b0aefd1330d5fcb1e81bf613223e3482d7bbc7;hp=de9fd20be68503983e8a86985b1fe38fda234c91;hpb=bcc9812ad2e5a7ff2e3f0c6aa6cde365e52f4ef0;p=ghc-prim.git diff --git a/ghc-prim.cabal b/ghc-prim.cabal index de9fd20..c887b6c 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 @@ -23,7 +23,9 @@ Library { build-depends: rts exposed-modules: GHC.Bool + GHC.Debug GHC.Generics + GHC.Magic GHC.Ordering GHC.PrimopWrappers GHC.IntWord32 @@ -37,6 +39,7 @@ Library { } c-sources: + cbits/debug.c cbits/longlong.c extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes, UnboxedTuples, EmptyDataDecls, NoImplicitPrelude