diff options
author | tv <tv@shackspace.de> | 2015-06-26 23:02:09 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-26 23:02:09 +0200 |
commit | bfd854e05207a073eaa983c49f27c37555ccfce5 (patch) | |
tree | f932957a7180423f4fc387a12d17b251c0b67684 /Notmuch | |
parent | cd4a939f40b41ef624fca9615d9fa285d5046e29 (diff) |
bump compatibility to nixos-15.06pre64030.e1af50c
Diffstat (limited to 'Notmuch')
-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 |