Don't support alternative Base.
This commit is contained in:
@@ -67,7 +67,6 @@ libraries that are universally common across most real-world projects.
|
|||||||
| ghc-prim | 0.4.0.0 |
|
| ghc-prim | 0.4.0.0 |
|
||||||
| integer-gmp | 1.0.0.0 |
|
| integer-gmp | 1.0.0.0 |
|
||||||
| mtl | 2.2.1 |
|
| mtl | 2.2.1 |
|
||||||
| protolude | 0.1.6 |
|
|
||||||
| safe | 0.3.9 |
|
| safe | 0.3.9 |
|
||||||
| stm | 2.4.4.1 |
|
| stm | 2.4.4.1 |
|
||||||
| text | 1.2.2.1 |
|
| text | 1.2.2.1 |
|
||||||
|
|||||||
-10
@@ -78,13 +78,3 @@ infixr 0 $!
|
|||||||
f $! x = let !vx = x in f vx
|
f $! x = let !vx = x in f vx
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
-- Simple Haskell Compiler
|
|
||||||
#if defined(__SHC_HASKELL__)
|
|
||||||
|
|
||||||
import SHC.Prim as X
|
|
||||||
import SHC.Types as X
|
|
||||||
import SHC.Classes as X
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user