Skip to content

Commit ca8e7bb

Browse files
committed
Remove more things
1 parent f00d7ef commit ca8e7bb

35 files changed

Lines changed: 107 additions & 1369 deletions

File tree

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ library
5252
-Wincomplete-uni-patterns
5353
-Wincomplete-record-updates
5454
-Wno-unticked-promoted-constructors
55-
56-
if impl(ghc >= 8.0)
57-
ghc-options: -Wcompat -Wnoncanonical-monad-instances
55+
-Wcompat
56+
-Wnoncanonical-monad-instances
5857

5958
if impl(ghc >= 8.0) && impl(ghc < 8.8)
6059
ghc-options: -Wnoncanonical-monadfail-instances

Cabal-tests/Cabal-tests.cabal

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,4 @@ test-suite no-thunks-test
194194
, Cabal-syntax
195195
, tasty >=1.2.3 && <1.6
196196
, tasty-hunit
197-
198-
-- this is test is buildable on old GHCs
199-
-- but it doesn't do anything.
200-
if impl(ghc >=8.6)
201-
build-depends:
202-
, nothunks >=0.1.1.0 && <0.3
197+
, nothunks >=0.1.1.0 && <0.3

Cabal-tests/tests/ParserTests/regressions/generics-sop.cabal

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ library
6969
template-haskell >= 2.8 && < 2.13,
7070
ghc-prim >= 0.3 && < 0.6,
7171
deepseq >= 1.3 && < 1.5
72-
if !impl (ghc >= 7.8)
73-
build-depends: tagged >= 0.7 && < 0.9
74-
if !impl (ghc >= 8.0)
75-
build-depends: transformers-compat >= 0.3 && < 0.6,
76-
transformers >= 0.3 && < 0.6
7772

7873
hs-source-dirs: src
7974
default-language: Haskell2010
@@ -96,16 +91,13 @@ library
9691
KindSignatures
9792
DataKinds
9893
FunctionalDependencies
99-
if impl (ghc >= 7.8)
100-
default-extensions: AutoDeriveTypeable
94+
AutoDeriveTypeable
10195
other-extensions: OverloadedStrings
10296
PolyKinds
10397
UndecidableInstances
10498
TemplateHaskell
10599
DeriveGeneric
106100
StandaloneDeriving
107-
if impl (ghc < 7.10)
108-
other-extensions: OverlappingInstances
109101

110102
test-suite doctests
111103
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)