Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 25, 2004
    • Martin Sjögren's avatar
      Get tests running again · 6fa6b41f
      Martin Sjögren authored
      6fa6b41f
    • Isaac Potoczny-Jones's avatar
      made test suite work again · 1611dfcb
      Isaac Potoczny-Jones authored
      ** removed hugs test case that never works
      ** added -DDEBUG flags to HUnit and A
      ** fixed A's description file up a bit
      ** tried to cut back on cascading failures in moduleTest
      1611dfcb
    • Martin Sjögren's avatar
      Remove -DDEBUG from OPTIONS pragmas · 062c13c1
      Martin Sjögren authored
      If you don't actually have HUnit installed, it's a pain in the butt
      to pass -i parameters or -package-conf parameters to ghci when you
      just want to check something in a module or another. Makes more sense
      to require -DDEBUG on the command line. Also, I changed the Makefile
      to define -DDEBUG when building moduleTest, so that should still work.
      062c13c1
  2. Jul 23, 2004
  3. Jul 22, 2004
  4. Jul 21, 2004
  5. Jul 20, 2004
    • Martin Sjögren's avatar
      New implementation of parseFilePath · 6399230b
      Martin Sjögren authored
      Hashed out with SyntaxNinja, Lemmih and Igloo. Basically, a file path can
      be either something "simple", defined by the regex [-+/_.a-zA-Z0-9]+ or
      it can be a quoted Haskell string, with all the bells and whistles that
      the Read instance allows. E.g., if you need commas or spaces or something
      funky in your paths, use string syntax.
      
      Oh, and you should only use '/' as directory separator, cabal should
      convert it to a proper separator based on the platform it's running
      on.
      6399230b
  6. Jul 21, 2004
  7. Jul 16, 2004
  8. Jun 19, 2004
  9. Jul 14, 2004
  10. Jul 13, 2004
Loading