Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Oct 10, 2006
  2. Oct 09, 2006
  3. Oct 07, 2006
  4. Oct 05, 2006
  5. Sep 11, 2006
  6. Aug 23, 2006
    • Duncan Coutts's avatar
      Use slightly simpler way of getting GHC version. · e64d298e
      Duncan Coutts authored
      ghc has supported --numeric-version for ages.
      e64d298e
    • Duncan Coutts's avatar
      Be cleverer about guessing hc-pkg name and location. · 5edacbdd
      Duncan Coutts authored
      So it now works if you say:
      ./setup configure --with-compiler=ghc-6.5
      ie specifying a path-relative name rather than an absolute path.
      We then look for hc-pkg in the same dir as where we found the compiler.
      If the compiler appears to have a version suffix then we additionally
      and preferentially look for hc-pkg with that same version suffix.
      (I'm not sure that bit works if you've got a .exe suffix, perhaps a
      windows person could try it / take a look)
      5edacbdd
  7. Sep 26, 2006
  8. Sep 22, 2006
  9. Sep 10, 2006
    • Ross Paterson's avatar
      cleanups to user's guide · 214be6f8
      Ross Paterson authored
       * markup fixes
       * spelling
       * id's for some elements to avoid warnings
       * mention the use of Description field by setup haddock
       * clean up --hoogle description
      214be6f8
  10. Sep 08, 2006
  11. Sep 06, 2006
  12. Sep 05, 2006
Loading