name: ghc-prim version: 0.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org synopsis: GHC primitives description: GHC primitives. cabal-version: >=1.2 build-type: Custom Library { exposed-modules: GHC.Bool GHC.Generics GHC.Ordering GHC.PrimopWrappers GHC.IntWord32 GHC.IntWord64 c-sources: cbits/longlong.c extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes -- We need to set the package name to ghc-prim (without a version number) -- as it's magic. ghc-options: -package-name ghc-prim }