From 0aa40b8b21f2667b645d43603c161a04363f291e Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Thu, 30 Jun 2016 10:41:55 -0400 Subject: [PATCH] Don't support alternative Base. --- README.md | 1 - src/Base.hs | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/README.md b/README.md index 5bfb829ee..0b39e6768 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/src/Base.hs b/src/Base.hs index 67d6b14b3..cdbfadca6 100644 --- a/src/Base.hs +++ b/src/Base.hs @@ -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