main: some kind of argument parsing
authorBernhard Urban <lewurm@gmail.com>
Sun, 20 May 2012 00:10:12 +0000 (02:10 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 20 May 2012 00:10:12 +0000 (02:10 +0200)
commit496288a6ff9de79049f177ed8ab5fc1c77e8bac3
tree6c0c2da5c0d32a685530f3c73a01082b0d11b4b9
parent55dbc4836a164757f92c97f98623cb203ffbed4e
main: some kind of argument parsing

o -cp, -classpath and -jar support now from commandline.
  args parsing is a mess, I know. Unfortunately I can't use
  getopt here, because the weird argument syntax of openjdk
  java.
o finally, calls like `./mate tests.Static5' are also possible now
  (before it was `./mate tests/Static5' only)
o new dependency: package split
Mate.hs
Mate/ClassPool.hs
tools/installhaskellenv.sh