Skip to content

Commit

Permalink
Remove unused language extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 26, 2024
1 parent 664fb86 commit 2242010
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions lib/haskell/natural4/src/LS/Renamer.hs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DerivingVia #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedRecordDot #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -Wall #-}

module LS.Renamer (
Expand Down
2 changes: 0 additions & 2 deletions lib/haskell/natural4/src/LS/XPile/Simala/Transpile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedRecordDot #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE QuasiQuotes #-}
{-# OPTIONS_GHC -Wall #-}

module LS.XPile.Simala.Transpile (
Expand Down

0 comments on commit 2242010

Please sign in to comment.