From 9f229ecef343716640894135e1a4e350e363ba7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 21 Jun 2015 02:28:40 +0200 Subject: [PATCH] Remove unused DeriveGeneric extension, fixes GHC 7.0 build --- src/Path.hs | 1 - src/Path/Internal.hs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Path.hs b/src/Path.hs index 6780ccf..2efd900 100644 --- a/src/Path.hs +++ b/src/Path.hs @@ -1,5 +1,4 @@ {-# LANGUAGE TemplateHaskell #-} -{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE EmptyDataDecls #-} diff --git a/src/Path/Internal.hs b/src/Path/Internal.hs index bd2a0d3..78a9cda 100644 --- a/src/Path/Internal.hs +++ b/src/Path/Internal.hs @@ -1,5 +1,4 @@ {-# LANGUAGE StandaloneDeriving #-} -{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}