<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,14 +45,14 @@ $ runghc Setup.hs configure
 
 Or:
 
-$ runghc Setup.hs configure -fstatic
+$ runghc Setup.hs configure -fdynamic
 
-If you configure the first way, you will configure infinity to
+If you configure the second way, you will configure infinity to
 create a 'dynamic build,' meaning the bot can be reloaded in
 situ and save and preserve state. To use this, you must have
 hs-plugins &gt;= 1.1 installed.
 
-If you configure with the '-fstatic' flag, it will configure a
+If you configure with no special flag flag, it will configure a
 static build, and the bot will not have the reboot feature enabled.
 For this build, you do not need hs-plugins.
 </diff>
      <filename>INSTALL</filename>
    </modified>
    <modified>
      <diff>@@ -30,9 +30,9 @@ extra-source-files:  README,
                      Tests/Properties.hs,
 		     util/Unlambda.hs
 
-flag static
-  description:       Enables a static build of the bot, i.e. no reboot facilities
-  default:           True
+flag dynamic
+  description:       Enables dynamic builds, allowing the bot to hot-swap code
+  default:           False
 
 flag coverage
   description:       Enables code coverage, implies '-fstatic'
@@ -60,15 +60,15 @@ executable infinity
   else
     ghc-options:     -O2 -threaded
 
-  if (flag(static) || flag(debug))
+
+  if (!flag(dynamic) || flag(debug))
     ghc-options:     -DSTATIC_BUILD
   else
     build-depends:   plugins &gt;= 1.1
   
   if (flag(coverage) || flag(debug))
-    ghc-options:     -fhpc 
-    if !flag(static)
-      ghc-options:   -DSTATIC_BUILD
+    ghc-options:     -fhpc
+    ghc-options:     -DSTATIC_BUILD
   else
     build-depends:   plugins &gt;= 1.1
 </diff>
      <filename>infinity.cabal</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>01ebeebaaf7ab5b3aef5d1d215e5087cc255d795</id>
    </parent>
  </parents>
  <author>
    <name>Austin Seipp</name>
    <email>austin@youareinferior.net</email>
  </author>
  <url>http://github.com/thoughtpolice/infinity/commit/4f97c8da3e25ed31f3fd25169051940c632800f9</url>
  <id>4f97c8da3e25ed31f3fd25169051940c632800f9</id>
  <committed-date>2008-01-27T15:32:12-08:00</committed-date>
  <authored-date>2008-01-27T15:32:12-08:00</authored-date>
  <message>Updated cabal file and INSTALL</message>
  <tree>fad22cd61762ec50968f4ea5064e60f4805ae38e</tree>
  <committer>
    <name>Austin Seipp</name>
    <email>austin@youareinferior.net</email>
  </committer>
</commit>
