aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-28 02:21:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-28 02:21:43 -0400
commit64b43107fc4420c546bb45bbd84f09ab87b674a5 (patch)
treede4f5e7e13ec24aeca24012ae4b97cf49ce10acb /Assistant/Alert.hs
parentebf42934184f3b821deb406ff4eb62853f36b64e (diff)
no template haskell here any longer
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs2
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