diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-18 03:40:29 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-18 03:40:29 +0200 |
commit | 63babbc5ea28b8dcef4971ee3e7ac87787ccf2a1 (patch) | |
tree | b168cc32f9986ff771cad870f40b258241b6b0a3 | |
parent | 72d6c0cc3bf264273256374f2065f6967c46f53b (diff) | |
download | metatile-63babbc5ea28b8dcef4971ee3e7ac87787ccf2a1.tar metatile-63babbc5ea28b8dcef4971ee3e7ac87787ccf2a1.zip |
Update propaganda.
darcs-hash:20070418014029-a5988-a7a422401fe062c25ab74764bdf2a5e44befb413
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | tests/loc.hs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ Motivation: static typing. Enter Haskell. If the aim of dwm is to fit in under 2000 lines of C, the aim of - xmonad is to fit in under 400 lines of Haskell with similar functionality. + xmonad is to fit in under 500 lines of Haskell with similar functionality. Building: diff --git a/tests/loc.hs b/tests/loc.hs index cfc9985..7911b9a 100644 --- a/tests/loc.hs +++ b/tests/loc.hs @@ -8,7 +8,7 @@ main = do foo <- getContents putStrLn $ show loc -- uncomment the following to check for mistakes in isntcomment -- putStr $ unlines $ actual_loc - when (loc > 400) $ fail "Too many lines of code!" + when (loc > 500) $ fail "Too many lines of code!" isntcomment "" = False isntcomment ('-':'-':_) = False |