summaryrefslogtreecommitdiff
path: root/prelude
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-14 23:31:14 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-14 23:31:49 -0800
commit0e16155aaf9d6df2c5dde07db5e385781280f8bd (patch)
tree56bd143bdb7835ad739c82b3623bce7fbad0c697 /prelude
parenta1397ee0814bfd750cb0855a87734008778b0207 (diff)
Remove custom prelude and ghc 7.8 support.
Diffstat (limited to 'prelude')
-rw-r--r--prelude/Prelude.hs16
1 files changed, 0 insertions, 16 deletions
diff --git a/prelude/Prelude.hs b/prelude/Prelude.hs
deleted file mode 100644
index 98185b57a..000000000
--- a/prelude/Prelude.hs
+++ /dev/null
@@ -1,16 +0,0 @@
-{-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE PackageImports #-}
-{-# LANGUAGE CPP #-}
-
--- This custom Prelude emulates the API of the prelude
--- with base 4.8.
-
-module Prelude
-(
- module Prelude.Compat
-, module Data.Monoid.Compat
-)
-where
-
-import Prelude.Compat
-import Data.Monoid.Compat