- 30 May, 2013 4 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 28 May, 2013 2 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 27 May, 2013 3 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 24 May, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 22 May, 2013 2 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 21 May, 2013 6 commits
-
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
As apparently there is already a test named T5863, I named this one T5863a.
-
jpm@cs.ox.ac.uk authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 19 May, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 17 May, 2013 2 commits
-
-
-
ian@well-typed.com authored
-
- 16 May, 2013 1 commit
-
-
Simon Peyton Jones authored
(Thanks to Martijn for correcting this oversight.)
-
- 15 May, 2013 12 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 12 May, 2013 1 commit
-
-
ian@well-typed.com authored
We used to use the base package to do the detection. However, base has extra-lib-dirs: @ICONV_LIB_DIRS@ in base.buildinfo.in, which means that if ICONV_LIB_DIRS is set then the package config will have library-dirs: [...]base/dist-install/build /path/for/iconv and, as paths may be double quoted and contains spaces, this makes it a little tricky to extra the path that we want to look in (the first path). We therefore now use the ghc-prim package, which has no such complication.
-
- 10 May, 2013 5 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We were checking paths with if [ -f '"/path/to/Prelude"' ] i.e. the " quotes were being quoted by the ' quotes. Now we just use " quotes (which come from the ghc-pkg output).
-
ian@well-typed.com authored
-
Simon Marlow authored
-
Simon Marlow authored
-