]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/Scores.hs
Fix hlint warnings.
[dead/htsn-import.git] / src / TSN / XML / Scores.hs
index aa847a837ee1d9dc68a47c01c10db2668506da43..858e62bc1a6d53ca50301e21de5e120eb4d561bb 100644 (file)
@@ -444,7 +444,7 @@ pickle_status :: PU ScoreGameStatus
 pickle_status =
   xpElem "status" $
     xpWrap (from_tuple, to_tuple') $
-      xpTriple (xpAttr "numeral" xp_attr_option)
+      xpTriple (xpAttr "numeral" xp_attr_option)
                (xpOption $ xpAttr "type" $ xpOption xpText)
                xpText
   where