From 5bfaf10de597af504e6d2784309e533b09a6451c Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 28 Aug 2015 13:59:43 +0000 Subject: Comment out some dead code found with -fwarn-unused-binds Also fixed some warnings and tightened some imports --- src/binary/Data/Binary/Put.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binary/Data/Binary/Put.hs') diff --git a/src/binary/Data/Binary/Put.hs b/src/binary/Data/Binary/Put.hs index 070f5ab40..189cf806f 100644 --- a/src/binary/Data/Binary/Put.hs +++ b/src/binary/Data/Binary/Put.hs @@ -61,7 +61,7 @@ import Control.Applicative ------------------------------------------------------------------------ -- XXX Strict in buffer only. -data PairS a = PairS a {-# UNPACK #-}!Builder +data PairS a = PairS a {-UNPACK-}!Builder sndS :: PairS a -> Builder sndS (PairS _ b) = b -- cgit v1.2.3