Changeset 7250 for Setup.lhs

Show
Ignore:
Timestamp:
10/04/05 01:01:40 (3 years ago)
Author:
autrijus
Message:

* Cabalization for real, thanks to Visual Haskell's help.
* Also checks in the "solution" file for VS2003.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Setup.lhs

    r7183 r7250  
    99main :: IO () 
    1010main = defaultMain 
     11 
     12\end{code} 
    1113 
    1214main' :: IO () 
     
    2628-- we are to do a stage1 build or skip over to the main build after all. 
    2729 
    28 {-  
    29 -} 
    30  
    3130stage1 :: Args -> Int -> IO HookedBuildInfo 
    3231stage1 = error "baz!" 
    33  
    34 \end{code}