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 #-}