diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-01-14 23:31:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-14 23:31:49 -0800 |
commit | 0e16155aaf9d6df2c5dde07db5e385781280f8bd (patch) | |
tree | 56bd143bdb7835ad739c82b3623bce7fbad0c697 /prelude | |
parent | a1397ee0814bfd750cb0855a87734008778b0207 (diff) | |
download | pandoc-0e16155aaf9d6df2c5dde07db5e385781280f8bd.tar.gz |
Remove custom prelude and ghc 7.8 support.
Diffstat (limited to 'prelude')
-rw-r--r-- | prelude/Prelude.hs | 16 |
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 |