File tree Expand file tree Collapse file tree 12 files changed +4
-34
lines changed Expand file tree Collapse file tree 12 files changed +4
-34
lines changed Original file line number Diff line number Diff line change 1- {-# LANGUAGE DeriveFunctor #-}
2- {-# LANGUAGE FlexibleContexts #-}
31{-# LANGUAGE LambdaCase #-}
42{-# LANGUAGE OverloadedStrings #-}
53{-# LANGUAGE RankNTypes #-}
64{-# LANGUAGE RecordWildCards #-}
7- {-# LANGUAGE ViewPatterns #-}
85
96module SAWScript.AutoMatch where
107
Original file line number Diff line number Diff line change 1- {-# LANGUAGE ViewPatterns #-}
2- {-# LANGUAGE RecordWildCards #-}
3- {-# LANGUAGE NamedFieldPuns #-}
41{-# LANGUAGE LambdaCase #-}
2+ {-# LANGUAGE NamedFieldPuns #-}
3+ {-# LANGUAGE RecordWildCards #-}
54
65module SAWScript.AutoMatch.Cryptol where
76
Original file line number Diff line number Diff line change 1- {-# LANGUAGE LambdaCase #-}
2- {-# LANGUAGE TupleSections #-}
1+ {-# LANGUAGE LambdaCase #-}
32
43module SAWScript.AutoMatch.JVM where
54
Original file line number Diff line number Diff line change 1- {-# LANGUAGE LambdaCase #-}
21{-# LANGUAGE OverloadedStrings #-}
3- {-# LANGUAGE TupleSections #-}
42
53module SAWScript.AutoMatch.LLVM where
64
Original file line number Diff line number Diff line change @@ -5,18 +5,13 @@ License : BSD3
55Maintainer : huffman
66Stability : provisional
77-}
8- {-# LANGUAGE FlexibleContexts #-}
98{-# LANGUAGE FlexibleInstances #-}
10- {-# LANGUAGE GeneralizedNewtypeDeriving #-}
119{-# LANGUAGE ImplicitParams #-}
1210{-# LANGUAGE LambdaCase #-}
1311{-# LANGUAGE MultiParamTypeClasses #-}
12+ {-# LANGUAGE NondecreasingIndentation #-}
1413{-# LANGUAGE OverloadedStrings #-}
15- {-# LANGUAGE RankNTypes #-}
1614{-# LANGUAGE ScopedTypeVariables #-}
17- {-# LANGUAGE TupleSections #-}
18- {-# LANGUAGE ViewPatterns #-}
19- {-# LANGUAGE NondecreasingIndentation #-}
2015-- See Note [-Wincomplete-uni-patterns and irrefutable patterns] in
2116-- SAWScript.Typechecker
2217{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
Original file line number Diff line number Diff line change 11{
2- {-# LANGUAGE BangPatterns #-}
32{-# LANGUAGE OverloadedStrings #-}
43module SAWScript. Lexer
54 ( scan
Original file line number Diff line number Diff line change 11{
2- {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
3- {-# OPTIONS_GHC -fno-warn-unused-matches #-}
4- {-# OPTIONS_GHC -fno-warn-unused-binds #-}
5- {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
6- {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
7- {-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
8- {-# OPTIONS_GHC -fno-warn-tabs #-}
92{-# LANGUAGE OverloadedStrings #-}
103module SAWScript.Parser
114 ( parseModule
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ License : BSD3
55Maintainer : huffman
66Stability : provisional
77-}
8- {-# LANGUAGE CPP, PatternGuards, FlexibleContexts #-}
98{-# LANGUAGE OverloadedStrings #-}
10- {-# LANGUAGE ScopedTypeVariables #-}
11- {-# LANGUAGE ViewPatterns #-}
129-- TODO RGS: Do better (or at least comment why we do this)
1310{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}
1411
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Maintainer : huffman
66Stability : provisional
77-}
88{-# LANGUAGE CPP #-}
9- {-# LANGUAGE PatternGuards #-}
109{-# OPTIONS_GHC -fno-warn-orphans #-}
1110
1211module SAWScript.REPL.Haskeline (repl , replBody ) where
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ Maintainer : huffman
66Stability : provisional
77-}
88{-# LANGUAGE LambdaCase #-}
9- {-# LANGUAGE PatternGuards #-}
10- {-# LANGUAGE DeriveDataTypeable #-}
119{-# LANGUAGE ScopedTypeVariables #-}
1210{-# LANGUAGE StandaloneDeriving #-}
1311
You can’t perform that action at this time.
0 commit comments