diff --git a/flock.cabal b/flock.cabal
--- a/flock.cabal
+++ b/flock.cabal
@@ -1,5 +1,5 @@
 Name:               flock
-Version:            0.2.3
+Version:            0.2.4
 License:            OtherLicense
 License-File:       COPYING
 Copyright:          Ian Lynagh, 2007
@@ -21,7 +21,9 @@
   Location:         git://github.com/hesselink/flock.git
 
 Library
-  Build-Depends:      base > 3 && < 5, unix >= 2.3 && < 2.5, mtl == 1.1.*
+  Build-Depends:      base > 3 && < 5
+                    , mtl == 1.1.* || == 2.0.*
+                    , unix >= 2.3 && < 2.5
   Extensions:         ForeignFunctionInterface
   Exposed-modules:    System.Lock.FLock
   GHC-Options:        -Wall
