diff --git a/fclabels.cabal b/fclabels.cabal
--- a/fclabels.cabal
+++ b/fclabels.cabal
@@ -1,18 +1,18 @@
 name:            fclabels
-version:         0.1
+version:         0.1.2
 author:          Sebastiaan Visser, Erik Hesselink
 synopsis:        First class record labels
 description:     First class labels for records, with combinators, allowing
                  selection, modification and update inside (nested) records.
                  Also includes MonadState versions of these, and template
                  haskell generation of the labels.
-maintainer:      Sebastiaan Visser <sfvisser@cs.uu.nl>; Erik Hesselink <hesselink@gmail.com>
+maintainer:      Sebastiaan Visser <sfvisser@cs.uu.nl>
 license:         BSD3
 license-file:    LICENCE
 category:        Data
 build-type:      Simple
-cabal-version:   >= 1.2
+cabal-version:   >= 1.6
 exposed-modules: Data.Record.Label
 other-modules:   Data.Record.Label.TH
 
-build-depends:   base >= 3 && < 5, template-haskell >= 2.2 && < 2.4, mtl >=1.1 && <1.2
+build-depends:   base >= 3 && < 5, template-haskell >= 2.2 && < 2.4, monads-fd ==0.0.*
