Changes between Version 2 and Version 3 of Ticket #57821, comment 18
- Timestamp:
- Jan 7, 2019, 1:06:32 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57821, comment 18
v2 v3 123 123 ) 124 124 }}} 125 126 Minimum required seems to be: 127 {{{ 128 $ cabal v2-test --with-ghc /usr/local/bin/ghc --ghc-option "/usr/lib/libiconv.dylib" 129 . . . . . 130 Test suite tests: PASS 131 Test suite logged to: 132 /Users/mouse/src/saltine/dist-newstyle/build/x86_64-osx/ghc-8.6.3/saltine-0.1.1.0/t/tests/test/saltine-0.1.1.0-tests.log 133 1 of 1 test suites (1 of 1 test cases) passed. 134 }}}