···989 }) super.procex;
990991 # Test suite wants to run main executable
992- fourmolu_0_8_2_0 = overrideCabal (drv: {
993 preCheck = drv.preCheck or "" + ''
994 export PATH="$PWD/dist/build/fourmolu:$PATH"
995 '';
996- }) super.fourmolu_0_8_2_0;
997998 # Test suite needs to execute 'disco' binary
999 disco = overrideCabal (drv: {
···989 }) super.procex;
990991 # Test suite wants to run main executable
992+ fourmolu_0_9_0_0 = overrideCabal (drv: {
993 preCheck = drv.preCheck or "" + ''
994 export PATH="$PWD/dist/build/fourmolu:$PATH"
995 '';
996+ }) super.fourmolu_0_9_0_0;
997998 # Test suite needs to execute 'disco' binary
999 disco = overrideCabal (drv: {