Follow GHC.Types changes
[ghc-prim.git] / GHC / Bool.hs-boot
diff --git a/GHC/Bool.hs-boot b/GHC/Bool.hs-boot
deleted file mode 100644 (file)
index aab8f17..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module GHC.Bool where
-
-data Bool = False | True
-