Merge pull request #4 from bergmark/no-derivegeneric

Remove unused DeriveGeneric extension, fixes GHC 7.0 build
This commit is contained in:
Chris Done
2015-06-21 12:18:07 +02:00
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 #-}