Remove unused DeriveGeneric extension, fixes GHC 7.0 build

This commit is contained in:
Adam Bergmark 2015-06-21 02:28:40 +02:00
parent 44d9e02cc2
commit 9f229ecef3
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE EmptyDataDecls #-}

View File

@ -1,5 +1,4 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}