diff --git a/reenact.cabal b/reenact.cabal
--- a/reenact.cabal
+++ b/reenact.cabal
@@ -1,28 +1,31 @@
 
 name:               reenact
-version:            0.7.3
-cabal-version:      >= 1.2
+version:            0.7.4
+cabal-version:      >= 1.6
 author:             Hans Hoglund
 maintainer:         Hans Hoglund
 license:            BSD3
 license-file:       COPYING
-synopsis:           A reimplementation of Conal Elliott's Reactive.
+synopsis:           A reimplementation of the Reactive library.
 category:           Music
 tested-with:        GHC
 build-type:         Simple
 
 description: 
-    Reenact is a reimplementation of the "Reactive" library by Conal Elliot.
+    Reenact is a reimplementation of the /Reactive/ library by Conal Elliott.
 
     It preserves semantics and most operators of the original library. In
-    particular the @Monoid@, @Applicative@ and @Monad@ instances for 
-    @Events@, @Reactives@ and @Behaviours@ are available and have the original semantics.
+    particular the 'Monoid', 'Applicative' and 'Monad' instances for 
+    'Events', 'Reactives' and 'Behaviours' are available and have the original semantics.
 
     The implementation however is completely different, based on asynchronous
-    channels instead of the @unamb@ operator.
+    channels instead of the 'unamb' operator.
 
-library                    
-    ghc-options: -threaded -O3
+source-repository head
+  type:             git
+  location:         git://github.com/hanshoglund/reenact.git
+  
+library
     build-depends: 
         base       >= 4 && < 5,
         stm,
