diff --git a/cabal-sort.cabal b/cabal-sort.cabal
--- a/cabal-sort.cabal
+++ b/cabal-sort.cabal
@@ -1,5 +1,5 @@
 Name:             cabal-sort
-Version:          0.0.5.3
+Version:          0.0.5.4
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -77,6 +77,8 @@
   .
   On GHC versions before 7.0 ghc-pkg runs quite slowly.
   In order to not get bored you may run the program with @--verbose=2@ option.
+  .
+  Related packages: @rpmbuild-order@
 Tested-With:       GHC==6.10.4, GHC==6.12.3
 Cabal-Version:     >=1.6
 Build-Type:        Simple
@@ -87,13 +89,13 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/cabal-sort/
-  tag:      0.0.5.3
+  tag:      0.0.5.4
 
 
 Executable cabal-sort
   Build-Depends:
     Cabal >=1.6 && <2,
-    fgl >=5.4.2 && <5.6,
+    fgl >=5.4.2 && <5.7,
     directory >=1 && <1.3,
     filepath >=1.1 && <1.5,
     containers >=0.2 && <0.6,
