summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-05-23 10:21:53 +0100
committerWill Thompson <will@willthompson.co.uk>2018-05-23 10:21:53 +0100
commitded82b29a5316ad17a2fead057277b116a009f46 (patch)
tree89e7efcb4bdf0245bc44e70f0efc2c2832b92dbd
parent5d08e30bb6f4d856290d518729fe05336c3949c1 (diff)
Add MultiParamTypeClasses pragma
GHC doesn't need this but the `hgettext` tool seems to.
-rw-r--r--Bustle/Loader/Pcap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bustle/Loader/Pcap.hs b/Bustle/Loader/Pcap.hs
index ed41bda..35093b7 100644
--- a/Bustle/Loader/Pcap.hs
+++ b/Bustle/Loader/Pcap.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE OverloadedStrings, MultiParamTypeClasses #-}
{-
Bustle.Loader.Pcap: loads logs out of pcap files
Copyright © 2011–2012 Collabora Ltd.