diff --git a/Distribution/Package/Debian.hs b/Distribution/Package/Debian.hs
--- a/Distribution/Package/Debian.hs
+++ b/Distribution/Package/Debian.hs
@@ -585,7 +585,7 @@
           Paragraph
           [Field ("Package", " " ++ prefix ++ map toLower (unPackageName . pkgName . package $ pkgDesc) ++ suffix),
            Field ("Architecture", " " ++ arch),
-           Field ("Section", " " ++ "libdevel"),
+           Field ("Section", " " ++ "haskell"),
            Field ("Depends", " " ++ showDeps' "Depends:" ([[D.Rel "${haskell:Depends}" Nothing Nothing],
                                                            [D.Rel "${misc:Depends}" Nothing Nothing]] ++ libraryDependencies suffix)),
            Field ("Description", " " ++ libraryDescription suffix)]
diff --git a/debian.cabal b/debian.cabal
--- a/debian.cabal
+++ b/debian.cabal
@@ -1,5 +1,5 @@
 Name:           debian
-Version:        3.32
+Version:        3.33
 License:        BSD3
 License-File:	debian/copyright
 Author:         David Fox
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-debian (3.33) unstable; urgency=low
+
+  * cabal-debian: Setion: libdevel -> haskell
+
+ -- Jeremy Shaw <jeremy@seereason.com>  Thu, 16 Apr 2009 16:22:35 -0500
+
 haskell-debian (3.32) unstable; urgency=low
 
   * Add fields to Debian.Changes.ChangedFileSpec for SHA1 and SHA256
