11# SUCCESS
2- # *INFO* Generating Sourcehut config for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.2 .1 ghcjs-8.4
2+ # *INFO* Generating Sourcehut config for testing for GHC versions: 7.0.1 7.0.2 7.0.3 7.0.4 7.2.1 7.2.2 7.4.1 7.4.2 7.6.1 7.6.2 7.6.3 7.8.1 7.8.2 7.8.3 7.8.4 7.10.1 7.10.2 7.10.3 8.0.1 8.0.2 8.2.1 8.2.2 8.4.1 8.4.2 8.4.3 8.4.4 8.6.1 8.6.2 8.6.3 8.6.4 8.6.5 8.8.1 8.8.2 8.8.3 8.8.4 8.10.1 8.10.2 8.10.3 8.10.4 8.10.5 8.10.6 8.10.7 9.0.1 9.0.2 9.2.1 9.2.2 9.2.3 9.4 .1 ghcjs-8.4
33# manifest name: all
44# This Sourcehut job script has been generated by a script via
55#
@@ -60,7 +60,11 @@ packages:
6060 - ghc-8.10.6
6161 - ghc-8.10.7
6262 - ghc-9.0.1
63+ - ghc-9.0.2
6364 - ghc-9.2.1
65+ - ghc-9.2.2
66+ - ghc-9.2.3
67+ - ghc-9.4.1
6468 - ghcjs-8.4
6569repositories:
6670 hvr-ghc: http://ppa.launchpad.net/hvr/ghc/ubuntu bionic main ff3aeacef6f88286
@@ -888,6 +892,25 @@ tasks:
888892 - 9_0_1-haddock: |
889893 cd example.org
890894 cabal haddock all
895+ - 9_0_2-prepare: |
896+ cd example.org
897+ cabal configure -w /opt/ghc/bin/ghc-9.0.2
898+ - 9_0_2-check: |
899+ cd example.org
900+ cabal check
901+ - 9_0_2-dependencies: |
902+ cd example.org
903+ cabal build all --enable-tests --only-dependencies
904+ cabal build all --only-dependencies
905+ - 9_0_2-build: |
906+ cd example.org
907+ cabal build all
908+ - 9_0_2-test: |
909+ cd example.org
910+ cabal test all --enable-tests
911+ - 9_0_2-haddock: |
912+ cd example.org
913+ cabal haddock all
891914 - 9_2_1-prepare: |
892915 cd example.org
893916 cabal configure -w /opt/ghc/bin/ghc-9.2.1
@@ -907,6 +930,63 @@ tasks:
907930 - 9_2_1-haddock: |
908931 cd example.org
909932 cabal haddock all
933+ - 9_2_2-prepare: |
934+ cd example.org
935+ cabal configure -w /opt/ghc/bin/ghc-9.2.2
936+ - 9_2_2-check: |
937+ cd example.org
938+ cabal check
939+ - 9_2_2-dependencies: |
940+ cd example.org
941+ cabal build all --enable-tests --only-dependencies
942+ cabal build all --only-dependencies
943+ - 9_2_2-build: |
944+ cd example.org
945+ cabal build all
946+ - 9_2_2-test: |
947+ cd example.org
948+ cabal test all --enable-tests
949+ - 9_2_2-haddock: |
950+ cd example.org
951+ cabal haddock all
952+ - 9_2_3-prepare: |
953+ cd example.org
954+ cabal configure -w /opt/ghc/bin/ghc-9.2.3
955+ - 9_2_3-check: |
956+ cd example.org
957+ cabal check
958+ - 9_2_3-dependencies: |
959+ cd example.org
960+ cabal build all --enable-tests --only-dependencies
961+ cabal build all --only-dependencies
962+ - 9_2_3-build: |
963+ cd example.org
964+ cabal build all
965+ - 9_2_3-test: |
966+ cd example.org
967+ cabal test all --enable-tests
968+ - 9_2_3-haddock: |
969+ cd example.org
970+ cabal haddock all
971+ - 9_4_1-prepare: |
972+ cd example.org
973+ cabal configure -w /opt/ghc/bin/ghc-9.4.1
974+ - 9_4_1-check: |
975+ cd example.org
976+ cabal check
977+ - 9_4_1-dependencies: |
978+ cd example.org
979+ cabal build all --enable-tests --only-dependencies
980+ cabal build all --only-dependencies
981+ - 9_4_1-build: |
982+ cd example.org
983+ cabal build all
984+ - 9_4_1-test: |
985+ cd example.org
986+ cabal test all --enable-tests
987+ - 9_4_1-haddock: |
988+ cd example.org
989+ cabal haddock all
910990 - ghcjs-8_4-prepare: |
911991 cd example.org
912992 cabal configure -w /opt/ghc/bin/ghcjs-8.4
0 commit comments