diff --git a/llvm-ffi.cabal b/llvm-ffi.cabal
--- a/llvm-ffi.cabal
+++ b/llvm-ffi.cabal
@@ -1,5 +1,5 @@
 Name:          llvm-ffi
-Version:       3.0.0
+Version:       3.0.0.1
 License:       BSD3
 License-File:  LICENSE
 Synopsis:      FFI bindings to the LLVM compiler toolkit.
@@ -36,6 +36,7 @@
 
 Flag developer
   Description: developer mode - warnings let compilation fail
+  Manual: True
   Default: False
 
 Flag buildTools
@@ -44,12 +45,12 @@
 
 Source-Repository head
   Type:     darcs
-  Location: http://code.haskell.org/~thielema/llvm-ffi/
+  Location: http://hub.darcs.net/thielema/llvm-ffi/
 
 Source-Repository this
-  Tag:      3.0.0
+  Tag:      3.0.0.1
   Type:     darcs
-  Location: http://code.haskell.org/~thielema/llvm-ffi/
+  Location: http://hub.darcs.net/thielema/llvm-ffi/
 
 Library
   Build-Depends:
