Pad version number to 0.1.0.0
[ghc-prim.git] / ghc-prim.cabal
index 85811ce..aa0fbc1 100644 (file)
@@ -1,5 +1,5 @@
 name:           ghc-prim
-version:        0.1
+version:        0.1.0.0
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries@haskell.org
@@ -22,7 +22,8 @@ Library {
         GHC.Unit
     c-sources:
         cbits/longlong.c
-    extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes
+    extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes,
+                UnboxedTuples, EmptyDataDecls, NoImplicitPrelude
     -- We need to set the package name to ghc-prim (without a version number)
     -- as it's magic.
     ghc-options: -package-name ghc-prim