summaryrefslogtreecommitdiff
path: root/src/binary/Data/Binary/Put.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-08-28 13:59:43 +0000
committerhallgren <hallgren@chalmers.se>2015-08-28 13:59:43 +0000
commit5bfaf10de597af504e6d2784309e533b09a6451c (patch)
treec0aacba9c492304cb3b0f905aa05bbefa1599d2c /src/binary/Data/Binary/Put.hs
parentf2952768d578309a8f75c7da417e3602c4d5e9e9 (diff)
Comment out some dead code found with -fwarn-unused-binds
Also fixed some warnings and tightened some imports
Diffstat (limited to 'src/binary/Data/Binary/Put.hs')
-rw-r--r--src/binary/Data/Binary/Put.hs2
1 files changed, 1 insertions, 1 deletions
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