diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+haskell-debian (3.83.4) unstable; urgency=low
+
+  * Require ListLike >= 4
+
+ -- David Fox <dsf@seereason.com>  Fri, 29 Aug 2014 14:39:43 -0700
+
 haskell-debian (3.83.3) unstable; urgency=low
 
   * Moved repository to https://github.com/ddssff/debian-haskell
diff --git a/debian.cabal b/debian.cabal
--- a/debian.cabal
+++ b/debian.cabal
@@ -1,5 +1,5 @@
 Name:           debian
-Version:        3.83.3.1
+Version:        3.83.4
 License:        BSD3
 License-File:   debian/copyright
 Author:         David Fox <dsf@seereason.com>, Jeremy Shaw <jeremy@seereason.com>, Clifford Beshers <beshers@seereason.com>
@@ -36,7 +36,7 @@
    filepath,
    HaXml >= 1.20,
    HUnit,
-   ListLike,
+   ListLike >= 4,
    mtl,
    old-locale,
    parsec >= 2 && <4,
@@ -143,5 +143,5 @@
    build-depends: process-extras
 
 source-repository head
-  type:     darcs
+  type:     git
   location: https://github.com/ddssff/debian-haskell
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-haskell-debian (3.83.3.1) unstable; urgency=low
+haskell-debian (3.83.4) unstable; urgency=low
 
-  * Fix repository type in the cabal file.
+  * Require ListLike >= 4
 
- -- David Fox <dsf@seereason.com>  Thu, 28 Aug 2014 09:30:12 -0700
+ -- David Fox <dsf@seereason.com>  Fri, 29 Aug 2014 14:39:43 -0700
 
 haskell-debian (3.83.3) unstable; urgency=low
 
