diff options
Diffstat (limited to 'compiler/hsSyn/HsLit.lhs')
-rw-r--r-- | compiler/hsSyn/HsLit.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsLit.lhs b/compiler/hsSyn/HsLit.lhs index bd125106e2..9a0e8750e6 100644 --- a/compiler/hsSyn/HsLit.lhs +++ b/compiler/hsSyn/HsLit.lhs @@ -14,7 +14,6 @@ import HsTypes (PostTcType) import Type ( Type ) import Outputable import FastString -import Ratio ( Rational ) \end{code} |