diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for reflex-dom
 
+## 0.6.1.0
+
+* Update for new dependent-map and dependent-sum (after the "some" package split)
+
 ## 0.6.0.0
 
 * ([#379](https://github.com/reflex-frp/reflex-dom/pull/379)) Re-export all modules from `reflex-dom-core`. The newly re-exported modules are:
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2015, Obsidian Systems LLC
+Copyright (c) 2020, Obsidian Systems LLC
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/reflex-dom.cabal b/reflex-dom.cabal
--- a/reflex-dom.cabal
+++ b/reflex-dom.cabal
@@ -1,8 +1,12 @@
 cabal-version: 1.24
 Name: reflex-dom
-Version: 0.6.0.0
+Version: 0.6.1.0
 Synopsis: Functional Reactive Web Apps with Reflex
 Description:
+  Web applications without callbacks or side-effects.
+  Reflex-DOM brings the power of functional reactive programming (FRP) to the web.
+  Build HTML and other Document Object Model (DOM) data with a pure functional interface.
+  .
   Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine: <https://reflex-frp.org/>.
   .
   The @reflex-dom@ package is a small wrapper around the @reflex-dom-core@ package. It pulls in the
@@ -69,8 +73,8 @@
   build-depends:
     base >= 4.7 && < 4.14,
     bytestring == 0.10.*,
-    reflex >= 0.6.2 && < 0.8,
-    reflex-dom-core == 0.6.0.0,
+    reflex >= 0.8 && < 0.9,
+    reflex-dom-core == 0.6.1.0,
     text == 1.2.*
   if !impl(ghcjs)
     if flag(use-warp) && (os(linux) || os(osx))
