diff options
Diffstat (limited to 'Notmuch/Message.hs')
-rw-r--r-- | Notmuch/Message.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Notmuch/Message.hs b/Notmuch/Message.hs index 8c3d1ed..cdfaf9c 100644 --- a/Notmuch/Message.hs +++ b/Notmuch/Message.hs @@ -1,4 +1,5 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} +{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE OverloadedStrings #-} module Notmuch.Message where |