From: <cod...@go...> - 2009-08-11 17:39:15
|
Revision: 387 Author: wol...@gm... Date: Tue Aug 11 10:37:55 2009 Log: fix a typo http://code.google.com/p/hoc/source/detail?r=387 Modified: /trunk/hoc/InterfaceGenerator2/Output.hs ======================================= --- /trunk/hoc/InterfaceGenerator2/Output.hs Sat Feb 14 12:53:11 2009 +++ /trunk/hoc/InterfaceGenerator2/Output.hs Tue Aug 11 10:37:55 2009 @@ -290,7 +290,7 @@ = text "name:" <+> text "HOC-" <> text frameworkName $+$ text "version: 1.0" $+$ text "build-type: Simple" $+$ - text "Flag base" $+$ + text "Flag base4" $+$ text "Library" $+$ nest 4 ( text "if flag(base4)" $+$ nest 4 ( text "build-depends: base >= 4" $+$ |