Skip to content

Commit d3efeaa

Browse files
committed
the constraints are missing?
1 parent feb49b8 commit d3efeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal-syntax/src/Distribution/PackageDescription/ExactPrint.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ renderWithPositionAdjustment mAnn current fieldName doc =
9696
spacing $$
9797
(PP.nest columns
9898
(PP.text fieldName ) <> ((PP.hsep ("" <$ [1..offset])) <> fold doc))
99-
<+> "--" <+> PP.text (show ((rows, columns), mAnn, current, offset)) -- DEBUG
99+
-- <+> "--" <+> PP.text (show ((rows, columns), mAnn, current, offset)) -- DEBUG
100100
where
101101
res@(Position rows columns) = case mAnn of
102102
Just position -> (namePosition position) `difference` current

0 commit comments

Comments
 (0)