X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FUtil.lhs;h=55a1a4f566e6a13c9c27939fa50c5744a215ed3b;hp=e019f67ca7d272addddee449e3321dac7d5ace45;hb=edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857;hpb=4f37664780b85725ba3552b7de11c0e5e79d3fee;ds=sidebyside diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index e019f67..55a1a4f5 100644 --- a/compiler/utils/Util.lhs +++ b/compiler/utils/Util.lhs @@ -1019,11 +1019,3 @@ abstractDataType :: String -> DataType abstractDataType n = mkDataType n [abstractConstr n] \end{code} -\begin{code} --- Old GHC versions come with a base library with this function misspelled. -#if __GLASGOW_HASKELL__ < 612 -mkNoRepType :: String -> DataType -mkNoRepType = mkNorepType -#endif -\end{code} -