Don't support alternative Base.

This commit is contained in:
Stephen Diehl
2016-06-30 10:41:55 -04:00
parent dce9f0c9d5
commit 0aa40b8b21
2 changed files with 0 additions and 11 deletions
-1
View File
@@ -67,7 +67,6 @@ libraries that are universally common across most real-world projects.
| ghc-prim | 0.4.0.0 |
| integer-gmp | 1.0.0.0 |
| mtl | 2.2.1 |
| protolude | 0.1.6 |
| safe | 0.3.9 |
| stm | 2.4.4.1 |
| text | 1.2.2.1 |
-10
View File
@@ -78,13 +78,3 @@ infixr 0 $!
f $! x = let !vx = x in f vx
#endif
-- Simple Haskell Compiler
#if defined(__SHC_HASKELL__)
import SHC.Prim as X
import SHC.Types as X
import SHC.Classes as X
#endif