build checks.x86_64-linux.mutation-really-safe-money

  1. 160.89 s [really-safe-money-gen] [ 2 of 14] Compiling Money.AmountSpec ( test/Money/AmountSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/AmountSpec.o )
  2. 161.11 s [really-safe-money-gen] [ 3 of 14] Compiling Money.ConversionRateSpec ( test/Money/ConversionRateSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/ConversionRateSpec.o )
  3. 161.11 s [really-safe-money-gen] [ 4 of 14] Compiling Money.Currency.TestUtils ( test/Money/Currency/TestUtils.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/Currency/TestUtils.o )
  4. 161.11 s [really-safe-money-gen] [ 5 of 14] Compiling Money.ConversionRateOfSpec ( test/Money/ConversionRateOfSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/ConversionRateOfSpec.o )
  5. 161.11 s [really-safe-money-gen] [ 6 of 14] Compiling Money.AmountOfSpec ( test/Money/AmountOfSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/AmountOfSpec.o )
  6. 161.11 s [really-safe-money-gen] [ 7 of 14] Compiling Money.AccountOfSpec ( test/Money/AccountOfSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/AccountOfSpec.o )
  7. 161.11 s [really-safe-money-gen] [ 8 of 14] Compiling Money.CurrencySpec ( test/Money/CurrencySpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/CurrencySpec.o )
  8. 161.11 s [really-safe-money-gen] [ 9 of 14] Compiling Money.MultiAccountSpec ( test/Money/MultiAccountSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/MultiAccountSpec.o )
  9. 161.11 s [really-safe-money-gen] [10 of 14] Compiling Money.MultiAmountSpec ( test/Money/MultiAmountSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/MultiAmountSpec.o )
  10. 161.11 s [really-safe-money-gen] [11 of 14] Compiling Money.QuantisationFactorSpec ( test/Money/QuantisationFactorSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Money/QuantisationFactorSpec.o )
  11. 161.11 s [really-safe-money-gen] [12 of 14] Compiling Numeric.DecimalLiteralSpec ( test/Numeric/DecimalLiteralSpec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Numeric/DecimalLiteralSpec.o )
  12. 161.11 s [really-safe-money-gen] [13 of 14] Compiling Main ( test/Spec.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Main.o )
  13. 161.19 s [really-safe-money-gen] [14 of 14] Compiling Paths_really_safe_money_gen ( dist/build/really-safe-money-test/autogen/Paths_really_safe_money_gen.hs, dist/build/really-safe-money-test/really-safe-money-test-tmp/Paths_really_safe_money_gen.o )
  14. 161.52 s [really-safe-money-gen] [15 of 15] Linking dist/build/really-safe-money-test/really-safe-money-test
  15. 163.62 s [really-safe-money-gen] Phase: checkPhase
  16. 163.63 s [really-safe-money-gen] mutation-nix: running mutations from /nix/store/518pwd6j91i8av2hh0v7lb37a7h74qx8-really-safe-money-0.0.0.0-manifest
  17. 163.67 s [really-safe-money-gen] Testing mutation IntLit at src/Money/ConversionRate.hs:116:45-46:
  18. 163.67 s [really-safe-money-gen] @@ -113,7 +113,7 @@
  19. 163.67 s [really-safe-money-gen] -- >>> invert (ConversionRate (1 % 2))
  20. 163.67 s [really-safe-money-gen] -- ConversionRate {unConversionRate = 2 % 1}
  21. 163.67 s [really-safe-money-gen] invert :: ConversionRate -> ConversionRate
  22. 163.67 s [really-safe-money-gen] -invert (ConversionRate r) = ConversionRate (1 / r)
  23. 163.67 s [really-safe-money-gen] +invert (ConversionRate r) = ConversionRate (-1 / r)
  24. 163.67 s [really-safe-money-gen]
  25. 163.67 s [really-safe-money-gen] -- | Compose two conversion rates