Changes between Version 7 and Version 8 of Development/Building
- Timestamp:
- 02/24/10 05:56:58 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Building
v7 v8 9 9 It's been tested with at least 6.10.1, 6.10.4 and 6.12.1[[br]] 10 10 We use a few GHC specific extensions, so it's unlikely to work with other compilers. 11 12 As of Feb 2010 the Haskell platform still hasn't been released, so if you're using 6.12.1 separately you'll need the following libraries. Later versions will probably work. 13 {{{ 14 cabal install mtl -p --reinstall 15 cabal install QuickCheck-2.1.0.3 -p 16 cabal install regex-base -p 17 cabal install regex-posix -p 18 cabal install regex-compat -p 19 cabal install haskell-src -p 20 }}} 21 11 22 12 23 2. A recent version of [http://gcc.gnu.org GCC].
