diff --git a/CHANGELOG.txt b/CHANGELOG.txt
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+2014-03-20, 0.5.2:
+	Updated dependencies, for GHC 7.8 and other new packages.
+
 2013-05-10, 0.5.1:
 	Fix cabal build.
 
diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -2,7 +2,7 @@
 are held by whoever wrote the code in question: see CREDITS.txt for a list of
 authors.
 
-Copyright (c) 2008-2013 <authors>
+Copyright (c) 2008-2014 <authors>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/list-tries.cabal b/list-tries.cabal
--- a/list-tries.cabal
+++ b/list-tries.cabal
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.6
 
 Name:        list-tries
-Version:     0.5.1
+Version:     0.5.2
 Homepage:    http://iki.fi/matti.niemenmaa/list-tries/
 Synopsis:    Tries and Patricia tries: finite sets and maps for list keys
 Category:    Data, Data Structures
@@ -41,9 +41,9 @@
   default: False
 
 Library
-   Build-Depends: base       >= 3   && < 4.7
+   Build-Depends: base       >= 3   && < 4.8
                 , containers >= 0.3 && < 0.6
-                , dlist      >= 0.4 && < 0.6
+                , dlist      >= 0.4 && < 0.8
                 , binary     >= 0.5 && < 0.8
 
    Exposed-Modules: Data.ListTrie.Base.Map
@@ -78,15 +78,15 @@
    main-is: Main.hs
    hs-source-dirs: ., tests
 
-   Build-Depends: base       >= 3   && < 4.7
+   Build-Depends: base       >= 3   && < 4.8
                 , containers >= 0.3 && < 0.6
-                , dlist      >= 0.4 && < 0.6
+                , dlist      >= 0.4 && < 0.7
                 , binary     >= 0.5 && < 0.8
 
    if flag(testing)
-     Build-Depends: template-haskell           >= 2.3 && < 2.9
+     Build-Depends: template-haskell           >= 2.3 && < 2.10
                   , HUnit                      >= 1.2 && < 1.3
-                  , QuickCheck                 >= 2.1 && < 2.6
+                  , QuickCheck                 >= 2.1 && < 2.8
                   , test-framework             >= 0.2 && < 0.9
                   , test-framework-hunit       >= 0.2 && < 0.4
                   , test-framework-quickcheck2 >= 0.2 && < 0.4
