Skip to content

Commit

Permalink
remove redundant pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Aug 9, 2023
1 parent bc9d04f commit d7aa8ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion base/src/Data/Macaw/Architecture/Info.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ This defines the architecture-specific information needed for code discovery.
-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TypeFamilies #-}
module Data.Macaw.Architecture.Info
Expand Down
5 changes: 0 additions & 5 deletions x86/src/Data/Macaw/X86.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ x86_64 programs.
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE PatternGuards #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE NondecreasingIndentation #-}
module Data.Macaw.X86
( x86_64_info
Expand Down

0 comments on commit d7aa8ea

Please sign in to comment.