diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-28 02:21:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 02:21:43 -0400 |
commit | 64b43107fc4420c546bb45bbd84f09ab87b674a5 (patch) | |
tree | de4f5e7e13ec24aeca24012ae4b97cf49ce10acb | |
parent | ebf42934184f3b821deb406ff4eb62853f36b64e (diff) |
no template haskell here any longer
-rw-r--r-- | Assistant/Alert.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 97f75bae8..ea576c668 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -5,7 +5,7 @@ - Licensed under the GNU GPL version 3 or higher. -} -{-# LANGUAGE TemplateHaskell, QuasiQuotes, OverloadedStrings #-} +{-# LANGUAGE OverloadedStrings #-} module Assistant.Alert where |