Move all used GHC extensions to Cabal

This commit is contained in:
Vincent Ambo 2014-05-18 21:56:39 +02:00
parent 19cc93685b
commit 5f6841afa2
6 changed files with 11 additions and 32 deletions

View file

@ -1,10 +1,3 @@
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
module Blog where
import BlogDB