about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-05-18T19·56+0200
committerVincent Ambo <vincent@spotify.com>2014-05-18T19·56+0200
commit5f6841afa263a7d5938e31eef8df1f8066cd7dd5 (patch)
treef2099278465a3f5402367afb38cbc2e441b0125c /src/Locales.hs
parent19cc93685b2ae499c913a8ff2fc27877d5e213b6 (diff)
Move all used GHC extensions to Cabal
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 7fd874c1d07f..206545d447d8 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -1,7 +1,3 @@
-{-# LANGUAGE DeriveDataTypeable  #-}
-{-# LANGUAGE OverloadedStrings   #-}
-{-# LANGUAGE ScopedTypeVariables #-}
-
 module Locales where
 
 import           Data.Data   (Data, Typeable)