--- a/debian/control~	2008-08-28 15:54:05.000000000 -0700
+++ b/debian/control	2008-08-29 06:35:40.000000000 -0700
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5), haddock (>= 0.8-2), hscolour, haskell-utils (>= 1.10), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+), ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+), ghc6-doc (>= 6.8.2), ghc6-doc (<< 6.8.2+)
+Build-Depends: debhelper (>= 5), haddock (>= 0.8-2), hscolour, haskell-utils (>= 1.10), ghc6 (>= 6.8.2), ghc6-prof (>= 6.8.2), ghc6-doc (>= 6.8.2)
 
 Package: libghc6-xhtml-dev
 Section: libdevel
 Architecture: any
-Depends: ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+), ${shlibs:Depends}, ${misc:Depends}
+Depends: ghc6 (>= 6.8.2), ${shlibs:Depends}, ${misc:Depends}
 Suggests: libghc6-xhtml-prof, libghc6-xhtml-doc
 Description: Haskell xhtml library for GHC
  This package provides a library for the Haskell programming language.
@@ -19,7 +19,7 @@
 Package: libghc6-xhtml-prof
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libghc6-xhtml-dev, ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libghc6-xhtml-dev, ghc6-prof (>= 6.8.2)
 Suggests: libghc6-xhtml-doc
 Description: Haskell xhtml library for GHC; profiling libraries
  This package provides a library for the Haskell programming language,
@@ -31,7 +31,7 @@
 Package: libghc6-xhtml-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ghc6-doc (>= 6.8.2), ghc6-doc (<< 6.8.2+)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ghc6-doc (>= 6.8.2)
 Suggests: libghc6-xhtml-dev, libghc6-xhtml-prof
 Description: Haskell xhtml library for GHC; documentation
  This package provides the documentation for a library for the Haskell

