Skip to content

Commit

Permalink
Makefile: remove stale legacy targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jan 30, 2025
1 parent 9fa76ae commit ced341c
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,41 +113,10 @@ test-via-everything: test test-via-cabal test-via-stack
test-on-ghc-9.10:
make test GHC=ghc-9.10 GHCIMPORTDIRS=src:test:../leancheck/src

legacy-test: # needs ghc-8.8 .. ghc-7.8 installed as such
make clean && make test -j GHC=ghc-8.8
make clean && make test -j GHC=ghc-8.6
make clean && make test -j GHC=ghc-8.4
make clean && make test -j GHC=ghc-8.2
make clean && make test -j GHC=ghc-8.0
make clean && make test -j GHC=ghc-7.10
make clean && make test -j GHC=ghc-7.8
make clean && make test -j

legacy-test-via-cabal: # needs similarly named cabal wrappers
cabal clean && cabal-ghc-8.8 configure && cabal-ghc-8.8 test
cabal clean && cabal-ghc-8.6 configure && cabal-ghc-8.6 test
cabal clean && cabal-ghc-8.4 configure && cabal-ghc-8.4 test
cabal clean && cabal-ghc-8.2 configure && cabal-ghc-8.2 test
cabal clean && cabal-ghc-8.0 configure && cabal-ghc-8.0 test
cabal clean && cabal-ghc-7.10 configure && cabal-ghc-7.10 test
cabal clean && cabal-ghc-7.8 configure && cabal-ghc-7.8 test
cabal clean && cabal test

prepare:
cabal update
cabal install $(ALL_DEPS) --lib

prepare-legacy-test:
cabal update
cabal-ghc-8.8 install $(ALL_DEPS) --lib
cabal-ghc-8.6 install $(ALL_DEPS) --lib
cabal-ghc-8.4 install $(ALL_DEPS) --lib
cabal-ghc-8.2 install $(ALL_DEPS) --lib
cabal-ghc-8.0 install $(ALL_DEPS) --lib
cabal-ghc-7.10 v1-install $(ALL_DEPS)
cabal-ghc-7.8 v1-install $(ALL_DEPS)
# (v2-) library installation is supported on GHC 8.0+ only)

hlint: ..hlint

test.hlint: HLINT_EXTRA = --ignore "Redundant ==" \
Expand Down

0 comments on commit ced341c

Please sign in to comment.