Initial commit; code copied from the base package
[ghc-prim.git] / ghc-prim.cabal
1 name:           ghc-prim
2 version:        0.1
3 license:        BSD3
4 license-file:   LICENSE
5 maintainer:     libraries@haskell.org
6 synopsis:       GHC primitives
7 description:
8     GHC primitives.
9 cabal-version:  >=1.2
10 build-type: Custom
11
12 Library {
13     exposed-modules:
14         GHC.Bool
15         GHC.Generics
16         GHC.PrimopWrappers
17     extensions: CPP, MagicHash
18     -- We need to set the package name to ghc-prim (without a version number)
19     -- as it's magic.
20     ghc-options: -package-name ghc-prim
21 }