diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-05-18T19·56+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-05-18T19·56+0200 |
commit | 5f6841afa263a7d5938e31eef8df1f8066cd7dd5 (patch) | |
tree | f2099278465a3f5402367afb38cbc2e441b0125c /src/BlogDB.hs | |
parent | 19cc93685b2ae499c913a8ff2fc27877d5e213b6 (diff) |
Move all used GHC extensions to Cabal
Diffstat (limited to 'src/BlogDB.hs')
-rw-r--r-- | src/BlogDB.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/BlogDB.hs b/src/BlogDB.hs index 21d887297ff5..e2787794c344 100644 --- a/src/BlogDB.hs +++ b/src/BlogDB.hs @@ -1,11 +1,3 @@ -{-# LANGUAGE DeriveDataTypeable #-} -{-# LANGUAGE GeneralizedNewtypeDeriving #-} -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE RecordWildCards #-} -{-# LANGUAGE ScopedTypeVariables #-} -{-# LANGUAGE TemplateHaskell #-} -{-# LANGUAGE TypeFamilies #-} - module BlogDB where import Control.Monad.Reader (ask) |