Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 06, 2015
    • Duncan Coutts's avatar
      Make the profiling detail level configurable with a flag · 5a6699ef
      Duncan Coutts authored
      New flags: --profiling-detail and --library-profiling-detail.
      When profiling is enabled (by the existing flags) then these flags
      are taken into account to set the profiling detail level.
      
      The levels are:
       none
       default
       exported-functions
       toplevel-functions
       all-functions
      
      The default value for ghc for libraries is exported-functions and
      for exes is toplevel-functions.
      
      On GHC these levels correspond to the -fprof-auto* flags. The
      ghc-prof-options will override this (just because it's passed to
      ghc at the end).
      5a6699ef
  2. Jul 02, 2015
  3. Jun 29, 2015
  4. Jun 28, 2015
  5. Jun 27, 2015
  6. Jun 24, 2015
  7. Jun 23, 2015
  8. Jun 22, 2015
  9. Jun 20, 2015
  10. Jun 19, 2015
  11. Jun 18, 2015
  12. Jun 17, 2015
    • Mikhail Glushenkov's avatar
      A fix for @ezyang's fix for #2502. · e4da79ae
      Mikhail Glushenkov authored
      Instead of:
      C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1
      (which was the case before @ezyang's patch)
      we now get:
      C:\Users\Ganesh\AppData\Local\Temp\cabal-tmp-11924\data-default-instances-old-locale-0.0.1
      
      Fixes #2658.
      e4da79ae
Loading