diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -684,7 +684,7 @@
     -- everything depends on ghc and Cabal 1.4.x
     , arch_makedepends = ArchList
         [(ArchDep (Dependency "ghc"    AnyVersion))
-        ,(ArchDep (Dependency "Cabal" (ThisVersion (Version  [1,4,0,1] []))))
+        ,(ArchDep (Dependency "haskell-cabal" (ThisVersion (Version  [1,4,0,1] []))))
         ]
 
         -- makedepends=('ghc>=6.6') ?
diff --git a/cabal2arch.cabal b/cabal2arch.cabal
--- a/cabal2arch.cabal
+++ b/cabal2arch.cabal
@@ -1,5 +1,5 @@
 name:               cabal2arch
-version:            0.3.8
+version:            0.3.8.1
 homepage:           http://code.haskell.org/~dons/code/cabal2arch
 synopsis:           Create Arch Linux packages from Cabal packages
 description:        Create Arch Linux packages from Cabal packages
