Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal.git. Pull mirroring updated .
  1. May 29, 2008
  2. May 21, 2008
    • Duncan Coutts's avatar
      Write out Bool config values correctly · 45c68880
      Duncan Coutts authored
      Used by cabal-install when writing the default ~/.cabal/config file.
      Previously it was using show for type Maybe Bool and writing out
      "Just True" when of course it should just be "True".
      45c68880
  3. May 20, 2008
    • Duncan Coutts's avatar
      Rename doc/fptools.css to avoid the ghc build system cleaning it · adce8857
      Duncan Coutts authored
      The user guide gets built in two different ways. There's a target
      in Cabal's the top level Makefile and there is also the stuff that
      the ghc build system uses. The ghc build system expects to copy in
      doc/fptools.css and then delete it again on make clean. We want a
      persistent copy so that we can make the docs when we've just got a
      standalone Cabal build tree, so that's now kept as doc/Cabal.css.
      adce8857
  4. May 11, 2008
  5. May 09, 2008
  6. May 19, 2008
  7. May 14, 2008
  8. May 13, 2008
  9. May 09, 2008
  10. Apr 13, 2008
  11. May 09, 2008
  12. May 29, 2008
  13. May 11, 2008
  14. May 10, 2008
    • Ian Lynagh's avatar
      Fix a bug in the unlitter · 79a39d2c
      Ian Lynagh authored
      If we see a birdtrack while we are in latex mode, then we stay in latex
      mode - don't change into bird mode!
      79a39d2c
  15. May 06, 2008
Loading