[package-plan] 01/01: prepare for upgrade to LTS 7.24 after stretch is released

Clint Adams clint at moszumanska.debian.org
Mon Jun 12 03:32:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository package-plan.

commit 6d2617ba810469136c44b9b1682405fa2b8207c9
Author: Clint Adams <clint at debian.org>
Date:   Sun Jun 11 23:31:18 2017 -0400

    prepare for upgrade to LTS 7.24 after stretch is released
---
 ...d-0.1.4.0.cabal => binary-tagged-0.1.4.2.cabal} |   13 +-
 additional-cabals/lens-action-0.1.0.1.cabal        |   76 --
 additional-cabals/snap-server-1.0.2.2.cabal        |  515 +++++++++
 lts.config                                         | 1203 +++++++++++++-------
 packages.txt                                       |  432 +++----
 patches/aeson/{0.11.2.1 => 0.11.3.0}/no-fail       |   16 +-
 patches/aeson/{0.11.2.1 => 0.11.3.0}/series        |    0
 patches/binary-tagged/{0.1.4.1 => 0.1.4.2}/no-nats |   48 +-
 patches/binary-tagged/{0.1.4.1 => 0.1.4.2}/series  |    0
 .../{1.1.13.3 => 1.1.16}/no-bytestring-builder     |   12 +-
 patches/conduit-extra/{1.1.13.3 => 1.1.16}/series  |    0
 .../dns/{2.0.8 => 2.0.10}/no-bytestring-builder    |    0
 patches/dns/{2.0.8 => 2.0.10}/series               |    0
 .../{2.3.4.6 => 2.3.4.7}/series                    |    0
 .../{2.3.4.6 => 2.3.4.7}/use-pwstore-fast.patch    |    0
 .../{1.3.5.0 => 1.3.6.1}/no-bytestring-builder     |    2 +-
 patches/io-streams/{1.3.5.0 => 1.3.6.1}/series     |    0
 patches/kan-extensions/5.0.2/no-fail               |   10 +
 .../0.11.2.1 => kan-extensions/5.0.2}/series       |    0
 .../{0.5.2.1 => 0.5.3.0}/no-bytestring-builder     |    2 +-
 .../postgresql-simple/{0.5.2.1 => 0.5.3.0}/series  |    0
 .../{1.0.0.0 => 1.0.2.1}/no-bytestring-builder     |    4 +-
 patches/snap-core/{1.0.0.0 => 1.0.2.1}/series      |    0
 .../{1.0.1.0 => 1.0.2.2}/no-bytestring-builder     |   12 +-
 patches/snap-server/{1.0.1.0 => 1.0.2.2}/series    |    0
 .../warp/{3.2.8 => 3.2.12}/no-bytestring-builder   |    0
 patches/warp/{3.2.8 => 3.2.12}/series              |    0
 27 files changed, 1593 insertions(+), 752 deletions(-)

diff --git a/additional-cabals/binary-tagged-0.1.4.0.cabal b/additional-cabals/binary-tagged-0.1.4.2.cabal
similarity index 92%
rename from additional-cabals/binary-tagged-0.1.4.0.cabal
rename to additional-cabals/binary-tagged-0.1.4.2.cabal
index ae43e06..f4ded4a 100644
--- a/additional-cabals/binary-tagged-0.1.4.0.cabal
+++ b/additional-cabals/binary-tagged-0.1.4.2.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.11.2.
+-- This file has been generated from package.yaml by hpack version 0.14.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           binary-tagged
-version:        0.1.4.0
+version:        0.1.4.2
 synopsis:       Tagged binary serialisation.
 description:    Check <https://github.com/phadej/binary-tagged#readme README on Github>
 category:       Web
@@ -31,8 +31,9 @@ library
   ghc-options: -Wall
   build-depends:
       base                     >=4.7  && <4.10
-    , aeson                    >=0.8  && <0.12
+    , aeson                    >=0.8  && <1.1
     , array                    >=0.5  && <0.6
+    , base16-bytestring        >=0.1.1.6 && <0.2
     , binary                   >=0.7  && <0.9
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.6
@@ -59,8 +60,9 @@ test-suite binary-tagged-test
   ghc-options: -Wall
   build-depends:
       base                     >=4.7  && <4.10
-    , aeson                    >=0.8  && <0.12
+    , aeson                    >=0.8  && <1.1
     , array                    >=0.5  && <0.6
+    , base16-bytestring        >=0.1.1.6 && <0.2
     , binary                   >=0.7  && <0.9
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.6
@@ -95,8 +97,9 @@ benchmark binary-tagged-bench
   ghc-options: -Wall
   build-depends:
       base                     >=4.7  && <4.10
-    , aeson                    >=0.8  && <0.12
+    , aeson                    >=0.8  && <1.1
     , array                    >=0.5  && <0.6
+    , base16-bytestring        >=0.1.1.6 && <0.2
     , binary                   >=0.7  && <0.9
     , bytestring               >=0.10 && <0.11
     , containers               >=0.5  && <0.6
diff --git a/additional-cabals/lens-action-0.1.0.1.cabal b/additional-cabals/lens-action-0.1.0.1.cabal
deleted file mode 100644
index 2704cd5..0000000
--- a/additional-cabals/lens-action-0.1.0.1.cabal
+++ /dev/null
@@ -1,76 +0,0 @@
-name:          lens-action
-category:      Data, Lenses, Generics
-version:       0.1.0.1
-license:       BSD3
-cabal-version: >= 1.8
-license-file:  LICENSE
-author:        Edward A. Kmett
-maintainer:    Edward A. Kmett <ekmett at gmail.com>
-stability:     provisional
-homepage:      http://github.com/ekmett/lens-action/
-bug-reports:   http://github.com/ekmett/lens-action/issues
-copyright:     Copyright (C) 2012-2014 Edward A. Kmett
-build-type:    Custom
--- build-tools:   cpphs
-tested-with:   GHC == 7.8.3
-synopsis:      Monadic Getters and Folds
-description:
-  This package contains combinators and types for working with
-  monadic getters and folds as split off from the original
-  lens package.
-
-extra-source-files:
-  .ghci
-  .gitignore
-  CHANGELOG.markdown
-
-source-repository head
-  type: git
-  location: git://github.com/ekmett/lens-action.git
-
--- You can disable the doctests test suite with -f-test-doctests
-flag test-doctests
-  default: True
-  manual: True
-
-library
-  build-depends:
-    lens                      >= 4.7      && < 5,
-    base                      >= 4.5      && < 5,
-    comonad                   >= 4        && < 5,
-    contravariant             >= 0.3      && < 2,
-    profunctors               >= 4        && < 5,
-    mtl                       >= 2.0.1    && < 2.3,
-    semigroups                >= 0.8.4    && < 1,
-    semigroupoids             >= 4        && < 5,
-    transformers              >= 0.2      && < 0.5
-
-  exposed-modules:
-    Control.Lens.Action
-    Control.Lens.Action.Internal
-    Control.Lens.Action.Reified
-    Control.Lens.Action.Type
-
-  cpp-options: -traditional
-
-  ghc-options: -Wall -fwarn-tabs -O2 -fdicts-cheap -funbox-strict-fields -fmax-simplifier-iterations=10
-  hs-source-dirs: src
-
--- Verify the results of the examples
-test-suite doctests
-  type:           exitcode-stdio-1.0
-  main-is:        doctests.hs
-  ghc-options:    -Wall -threaded
-  hs-source-dirs: tests
-
-  if !flag(test-doctests)
-    buildable: False
-  else
-    build-depends:
-      base,
-      doctest        >= 0.9.1,
-      filepath,
-      directory
-
-  if impl(ghc<7.6.1)
-    ghc-options: -Werror
diff --git a/additional-cabals/snap-server-1.0.2.2.cabal b/additional-cabals/snap-server-1.0.2.2.cabal
new file mode 100644
index 0000000..63a2446
--- /dev/null
+++ b/additional-cabals/snap-server-1.0.2.2.cabal
@@ -0,0 +1,515 @@
+name:           snap-server
+version:        1.0.2.2
+synopsis:       A web server for the Snap Framework
+description:
+  Snap is a simple and fast web development framework and server written in
+  Haskell. For more information or to download the latest version, you can
+  visit the Snap project website at <http://snapframework.com/>.
+  .
+  The Snap HTTP server is a high performance web server library written in
+  Haskell. Together with the @snap-core@ library upon which it depends, it
+  provides a clean and efficient Haskell programming interface to the HTTP
+  protocol.
+
+license:        BSD3
+license-file:   LICENSE
+author:         Snap Framework Authors  (see CONTRIBUTORS)
+maintainer:     snap at snapframework.com
+build-type:     Simple
+cabal-version:  >= 1.10
+homepage:       http://snapframework.com/
+category:       Web, Snap, IO-Streams
+
+extra-source-files:
+  CONTRIBUTORS,
+  LICENSE,
+  README.md,
+  README.SNAP.md,
+  test/bad_key.pem,
+  test/cert.pem,
+  test/dummy.txt,
+  test/key.pem,
+  testserver/static/hello.txt
+
+
+Flag portable
+  Description: Compile in cross-platform mode. No platform-specific code or
+               optimizations such as C routines will be used.
+  Default: False
+
+Flag openssl
+  Description: Enable https support using the HsOpenSSL library.
+  Default: False
+  Manual: True
+
+Flag build-pong
+  Description: Build a server that just returns "PONG"? Normally useful only
+               for benchmarks.
+  Default: False
+  Manual: True
+
+Flag build-testserver
+  Description: Build the blackbox testserver?
+  Default: False
+  Manual: True
+
+Flag debug
+  Description: Enable support for debugging.
+  Default: False
+  Manual: True
+
+Library
+  hs-source-dirs:    src
+  Default-language:  Haskell2010
+
+  exposed-modules:
+    Snap.Http.Server,
+    Snap.Http.Server.Config,
+    Snap.Http.Server.Types,
+    Snap.Internal.Http.Server.Config,
+    Snap.Internal.Http.Server.Types,
+    System.FastLogger
+
+  other-modules:
+    Paths_snap_server,
+    Control.Concurrent.Extended,
+    Snap.Internal.Http.Server.Address,
+    Snap.Internal.Http.Server.Clock,
+    Snap.Internal.Http.Server.Common,
+    Snap.Internal.Http.Server.Date,
+    Snap.Internal.Http.Server.Parser,
+    Snap.Internal.Http.Server.Session,
+    Snap.Internal.Http.Server.Socket,
+    Snap.Internal.Http.Server.Thread,
+    Snap.Internal.Http.Server.TimeoutManager,
+    Snap.Internal.Http.Server.TLS
+
+  build-depends:
+    attoparsec                          >= 0.12     && < 0.14,
+    base                                >= 4        && < 5,
+    blaze-builder                       >= 0.4      && < 0.5,
+    bytestring                          >= 0.9.1    && < 0.11,
+    bytestring-builder                  >= 0.10.4   && < 0.11,
+    case-insensitive                    >= 1.1      && < 1.3,
+    clock                               >= 0.7.1    && < 0.8,
+    containers                          >= 0.3      && < 0.6,
+    filepath                            >= 1.1      && < 2.0,
+    io-streams                          >= 1.3      && < 1.5,
+    io-streams-haproxy                  >= 1.0      && < 1.1,
+    lifted-base                         >= 0.1      && < 0.3,
+    mtl                                 >= 2.0      && < 2.3,
+    network                             >= 2.3      && < 2.7,
+    old-locale                          >= 1.0      && < 1.1,
+    snap-core                           >= 1.0      && < 1.1,
+    text                                >= 0.11     && < 1.3,
+    time                                >= 1.0      && < 1.9,
+    unix-compat                         >= 0.2      && < 0.5,
+    vector                              >= 0.7      && < 0.13
+
+  other-extensions:
+    BangPatterns,
+    CPP,
+    MagicHash,
+    Rank2Types,
+    OverloadedStrings,
+    ScopedTypeVariables,
+    DeriveDataTypeable,
+    PackageImports,
+    ViewPatterns,
+    ForeignFunctionInterface,
+    EmptyDataDecls,
+    GeneralizedNewtypeDeriving
+
+  if flag(portable) || os(windows)
+    cpp-options: -DPORTABLE
+  else
+    build-depends: unix                         < 2.8
+
+  if flag(openssl)
+    cpp-options: -DOPENSSL
+    build-depends: HsOpenSSL       >= 0.10.4 && < 0.12,
+                   openssl-streams >= 1.1    && < 1.3
+
+  if os(linux) && !flag(portable)
+    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Linux
+
+  if os(darwin) && !flag(portable)
+    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Darwin
+
+  if os(freebsd) && !flag(portable)
+    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.FreeBSD
+
+  if impl(ghc >= 6.12.0)
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
+  else
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+
+  if flag(debug)
+    cpp-options: -DLABEL_THREADS
+
+Test-suite testsuite
+  hs-source-dirs:    src test
+  Type:              exitcode-stdio-1.0
+  Main-is:           TestSuite.hs
+  Default-language:  Haskell2010
+
+  other-modules:
+    Paths_snap_server,
+    Snap.Http.Server,
+    Snap.Http.Server.Config,
+    Snap.Http.Server.Types,
+    Snap.Internal.Http.Server.Address,
+    Snap.Internal.Http.Server.Clock,
+    Snap.Internal.Http.Server.Common,
+    Snap.Internal.Http.Server.Config,
+    Snap.Internal.Http.Server.Date,
+    Snap.Internal.Http.Server.Parser,
+    Snap.Internal.Http.Server.Session,
+    Snap.Internal.Http.Server.Socket,
+    Snap.Internal.Http.Server.Thread,
+    Snap.Internal.Http.Server.TimeoutManager,
+    Snap.Internal.Http.Server.TLS
+    Snap.Internal.Http.Server.Types,
+    System.FastLogger,
+
+    Snap.Internal.Http.Server.Address.Tests,
+    Snap.Internal.Http.Server.Parser.Tests,
+    Snap.Internal.Http.Server.Session.Tests,
+    Snap.Internal.Http.Server.Socket.Tests,
+    Snap.Internal.Http.Server.TimeoutManager.Tests,
+    Snap.Test.Common,
+    Test.Blackbox,
+    Test.Common.Rot13,
+    Test.Common.TestHandler
+
+  build-depends:
+    attoparsec                          >= 0.12     && < 0.14,
+    base                                >= 4        && < 5,
+    base16-bytestring                   >= 0.1      && < 0.2,
+    blaze-builder                       >= 0.4      && < 0.5,
+    bytestring-builder                  >= 0.10.4   && < 0.11,
+    bytestring                          >= 0.9.1    && < 0.11,
+    case-insensitive                    >= 1.1      && < 1.3,
+    clock                               >= 0.7.1    && < 0.8,
+    containers                          >= 0.3      && < 0.6,
+    directory                           >= 1.0      && < 1.4,
+    filepath                            >= 1.1      && < 2.0,
+    io-streams,
+    io-streams-haproxy                  >= 1.0      && < 1.1,
+    lifted-base                         >= 0.1      && < 0.3,
+    monad-control                       >= 1.0      && < 1.1,
+    mtl                                 >= 2.0      && < 2.3,
+    network                             >= 2.3      && < 2.7,
+    old-locale                          >= 1.0      && < 1.1,
+    random                              >= 1.0      && < 1.2,
+    snap-core                           >= 1.0      && < 1.1,
+    text                                >= 0.11     && < 1.3,
+    threads                             >= 0.5      && < 0.6,
+    time                                >= 1.0      && < 1.7,
+    transformers                        >= 0.3      && < 0.6,
+    unix-compat                         >= 0.2      && < 0.5,
+    vector                              >= 0.7      && < 0.13,
+
+    HUnit                               >= 1.2      && < 2,
+    QuickCheck                          >= 2.3.0.2  && < 3,
+    deepseq                             >= 1.3      && < 2,
+    http-streams                        >= 0.7      && < 0.9,
+    http-common                         >= 0.7      && < 0.9,
+    parallel                            >= 3        && < 4,
+    test-framework                      >= 0.8.0.3  && < 0.9,
+    test-framework-hunit                >= 0.2.7    && < 0.4,
+    test-framework-quickcheck2          >= 0.2.12.1 && < 0.4
+
+  other-extensions:
+    BangPatterns,
+    CPP,
+    MagicHash,
+    Rank2Types,
+    OverloadedStrings,
+    ScopedTypeVariables,
+    DeriveDataTypeable,
+    PackageImports,
+    ViewPatterns,
+    ForeignFunctionInterface,
+    EmptyDataDecls,
+    GeneralizedNewtypeDeriving
+
+  if flag(portable) || os(windows)
+    cpp-options: -DPORTABLE
+  else
+    build-depends: unix                         < 2.8
+
+  -- always label threads in testsuite
+  cpp-options: -DLABEL_THREADS
+
+  if flag(openssl)
+    cpp-options: -DOPENSSL
+    build-depends: HsOpenSSL       >= 0.10.4 && < 0.12,
+                   openssl-streams >= 1.1    && < 1.3
+
+  if os(linux) && !flag(portable)
+    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Linux,
+      System.SendFile.Tests
+    c-sources: test/cbits/errno_util.c
+
+
+  if os(darwin) && !flag(portable)
+    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Darwin,
+      System.SendFile.Tests
+    c-sources: test/cbits/errno_util.c
+
+  if os(freebsd) && !flag(portable)
+    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.FreeBSD,
+      System.SendFile.Tests
+    c-sources: test/cbits/errno_util.c
+
+  cpp-options: -DTESTSUITE
+
+  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+               -fno-warn-unused-do-bind -threaded
+
+
+Benchmark benchmark
+  type:             exitcode-stdio-1.0
+  hs-source-dirs:   benchmark src
+  main-is:          Benchmark.hs
+  default-language: Haskell2010
+
+  other-modules:
+    Snap.Internal.Http.Parser.Benchmark,
+    Snap.Internal.Http.Parser.Data,
+    Snap.Internal.Http.Server.Parser
+
+  build-depends:
+    attoparsec                          >= 0.12    && < 0.14,
+    base                                >= 4       && < 5,
+    blaze-builder                       >= 0.4     && < 0.5,
+    bytestring                          >= 0.9     && < 0.11,
+    bytestring-builder                  >= 0.10.4  && < 0.11,
+    criterion                           >= 0.6     && < 1.2,
+    io-streams,
+    io-streams-haproxy                  >= 1.0     && < 1.1,
+    snap-core                           >= 1.0     && < 1.1,
+    vector                              >= 0.7     && < 0.13
+
+  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+               -fno-warn-unused-do-bind -rtsopts
+
+  other-extensions:
+    BangPatterns,
+    CPP,
+    MagicHash,
+    Rank2Types,
+    OverloadedStrings,
+    ScopedTypeVariables,
+    DeriveDataTypeable,
+    PackageImports,
+    ViewPatterns,
+    ForeignFunctionInterface,
+    EmptyDataDecls,
+    GeneralizedNewtypeDeriving
+
+Executable snap-test-pong-server
+  hs-source-dirs: src pong
+  main-is: Main.hs
+
+  if !flag(build-pong)
+    buildable: False
+
+  default-language: Haskell2010
+
+  other-modules:
+    Paths_snap_server,
+    Snap.Internal.Http.Server.Address,
+    Snap.Internal.Http.Server.Clock,
+    Snap.Internal.Http.Server.Common,
+    Snap.Internal.Http.Server.Config,
+    Snap.Internal.Http.Server.Date,
+    Snap.Internal.Http.Server.Parser,
+    Snap.Internal.Http.Server.Session,
+    Snap.Internal.Http.Server.Socket,
+    Snap.Internal.Http.Server.Thread,
+    Snap.Internal.Http.Server.TimeoutManager,
+    Snap.Internal.Http.Server.TLS,
+    Snap.Internal.Http.Server.Types
+
+  if flag(portable) || os(windows)
+    cpp-options: -DPORTABLE
+  else
+    build-depends: unix                         < 2.8
+
+  if os(linux) && !flag(portable)
+    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Linux
+
+  if os(darwin) && !flag(portable)
+    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Darwin
+
+  if os(freebsd) && !flag(portable)
+    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.FreeBSD
+
+  if flag(openssl)
+    cpp-options: -DOPENSSL
+    build-depends: HsOpenSSL            >= 0.10.4   && < 0.12,
+                   openssl-streams      >= 1.1      && < 1.3
+
+  build-depends:
+    attoparsec                          >= 0.12     && < 0.14,
+    base                                >= 4        && < 5,
+    blaze-builder                       >= 0.4      && < 0.5,
+    bytestring                          >= 0.9.1    && < 0.11,
+    bytestring-builder                  >= 0.10.4   && < 0.11,
+    case-insensitive                    >= 1.1      && < 1.3,
+    clock                               >= 0.7.1    && < 0.8,
+    containers                          >= 0.3      && < 0.6,
+    io-streams,
+    io-streams-haproxy                  >= 1.0      && < 1.1,
+    lifted-base                         >= 0.1      && < 0.3,
+    mtl                                 >= 2.0      && < 2.3,
+    network                             >= 2.3      && < 2.7,
+    old-locale                          >= 1.0      && < 1.1,
+    snap-core                           >= 1.0      && < 1.1,
+    text                                >= 0.11     && < 1.3,
+    time                                >= 1.0      && < 1.7,
+    unix-compat                         >= 0.2      && < 0.5,
+    vector                              >= 0.7      && < 0.13
+
+  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+               -fno-warn-unused-do-bind -threaded -rtsopts
+
+  other-extensions:
+    BangPatterns,
+    CPP,
+    MagicHash,
+    Rank2Types,
+    OverloadedStrings,
+    ScopedTypeVariables,
+    DeriveDataTypeable,
+    PackageImports,
+    ViewPatterns,
+    ForeignFunctionInterface,
+    EmptyDataDecls,
+    GeneralizedNewtypeDeriving
+
+
+Executable snap-test-server
+  hs-source-dirs: src testserver test
+  main-is: Main.hs
+
+  if !flag(build-testserver)
+    buildable: False
+
+  if flag(openssl)
+    cpp-options: -DOPENSSL
+    build-depends: HsOpenSSL       >= 0.10.4 && < 0.12,
+                   openssl-streams >= 1.1    && < 1.3
+
+  default-language: Haskell2010
+
+  other-modules:
+    Paths_snap_server,
+    Snap.Internal.Http.Server.Address,
+    Snap.Internal.Http.Server.Clock,
+    Snap.Internal.Http.Server.Common,
+    Snap.Internal.Http.Server.Config,
+    Snap.Internal.Http.Server.Date,
+    Snap.Internal.Http.Server.Parser,
+    Snap.Internal.Http.Server.Session,
+    Snap.Internal.Http.Server.Socket,
+    Snap.Internal.Http.Server.Thread,
+    Snap.Internal.Http.Server.TimeoutManager,
+    Snap.Internal.Http.Server.TLS,
+    Snap.Internal.Http.Server.Types
+
+  if flag(portable) || os(windows)
+    cpp-options: -DPORTABLE
+  else
+    build-depends: unix < 2.8
+
+  if os(linux) && !flag(portable)
+    cpp-options: -DLINUX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Linux
+
+  if os(darwin) && !flag(portable)
+    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.Darwin
+
+  if os(freebsd) && !flag(portable)
+    cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
+    other-modules:
+      System.SendFile,
+      System.SendFile.FreeBSD
+
+  build-depends:
+    attoparsec                          >= 0.12     && < 0.14,
+    base                                >= 4        && < 5,
+    blaze-builder                       >= 0.4      && < 0.5,
+    bytestring                          >= 0.9.1    && < 0.11,
+    bytestring-builder                  >= 0.10.4   && < 0.11,
+    case-insensitive                    >= 1.1      && < 1.3,
+    clock                               >= 0.7.1    && < 0.8,
+    containers                          >= 0.3      && < 0.6,
+    directory                           >= 1.1      && < 1.4,
+    io-streams,
+    io-streams-haproxy                  >= 1.0      && < 1.1,
+    lifted-base                         >= 0.1      && < 0.3,
+    mtl                                 >= 2.0      && < 2.3,
+    network                             >= 2.3      && < 2.7,
+    old-locale                          >= 1.0      && < 1.1,
+    snap-core                           >= 1.0      && < 1.1,
+    text                                >= 0.11     && < 1.3,
+    time                                >= 1.0      && < 1.7,
+    transformers                        >= 0.3      && < 0.6,
+    unix-compat                         >= 0.2      && < 0.5,
+    vector                              >= 0.7      && < 0.13
+
+  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+               -fno-warn-unused-do-bind -threaded -rtsopts
+
+  other-extensions:
+    BangPatterns,
+    CPP,
+    MagicHash,
+    Rank2Types,
+    OverloadedStrings,
+    ScopedTypeVariables,
+    DeriveDataTypeable,
+    PackageImports,
+    ViewPatterns,
+    ForeignFunctionInterface,
+    EmptyDataDecls,
+    GeneralizedNewtypeDeriving
+
+source-repository head
+  type:     git
+  location: git://github.com/snapframework/snap-server.git
diff --git a/lts.config b/lts.config
index 8ab2e4c..15b320d 100644
--- a/lts.config
+++ b/lts.config
@@ -1,7 +1,7 @@
--- Stackage snapshot from: http://www.stackage.org/snapshot/lts-7.8
+-- Stackage snapshot from: http://www.stackage.org/snapshot/lts-7.24
 -- Please place this file next to your .cabal file as cabal.config
 -- To only use tested packages, uncomment the following line:
--- remote-repo: stackage-lts-7.8:http://www.stackage.org/lts-7.8
+-- remote-repo: stackage-lts-7.24:http://www.stackage.org/lts-7.24
 constraints: abstract-deque ==0.3,
              abstract-par ==0.3.3,
              AC-Vector ==2.3.2,
@@ -11,15 +11,17 @@ constraints: abstract-deque ==0.3,
              acid-state ==0.14.2,
              action-permutations ==0.0.0.1,
              active ==0.2.0.10,
-             ad ==4.3.2.1,
+             ad ==4.3.3,
              adjunctions ==4.3,
              adler32 ==0.1.1.0,
-             aeson ==0.11.2.1,
-             aeson-better-errors ==0.9.0.1,
+             aeson ==0.11.3.0,
+             aeson-better-errors ==0.9.1.0,
              aeson-casing ==0.1.0.5,
              aeson-compat ==0.3.6,
+             aeson-diff ==1.1.0.2,
+             aeson-extra ==0.4.0.0,
              aeson-generic-compat ==0.0.1.0,
-             aeson-injector ==1.0.6.0,
+             aeson-injector ==1.0.8.0,
              aeson-pretty ==0.8.2,
              aeson-qq ==0.8.1,
              aeson-utils ==0.3.0.2,
@@ -27,6 +29,7 @@ constraints: abstract-deque ==0.3,
              airship ==0.6.0,
              alarmclock ==0.4.0.2,
              alex ==3.1.7,
+             alternators ==0.1.1.1,
              amazonka ==1.4.3,
              amazonka-apigateway ==1.4.3,
              amazonka-application-autoscaling ==1.4.3,
@@ -99,47 +102,53 @@ constraints: abstract-deque ==0.3,
              amazonka-test ==1.4.3,
              amazonka-waf ==1.4.3,
              amazonka-workspaces ==1.4.3,
-             amqp ==0.14.0,
+             amqp ==0.14.1,
              angel ==0.6.2,
              annotated-wl-pprint ==0.7.0,
              anonymous-sums ==0.4.0.0,
-             ansi-terminal ==0.6.2.3,
+             ansi-terminal ==0.6.3,
              ansi-wl-pprint ==0.6.7.3,
              ansigraph ==0.2.0.0,
-             api-field-json-th ==0.1.0.1,
-             app-settings ==0.2.0.9,
+             api-field-json-th ==0.1.0.2,
+             app-settings ==0.2.0.11,
              appar ==0.1.4,
              apply-refact ==0.3.0.0,
-             arbtt ==0.9.0.10,
+             apportionment ==0.0.0.2,
+             arbtt ==0.9.0.13,
              arithmoi ==0.4.3.0,
              array installed,
              array-memoize ==0.6.0,
+             arrow-extras ==0.1.0.1,
              arrow-list ==0.7,
              ascii-progress ==0.3.3.0,
-             asciidiagram ==1.3.2,
-             asn1-encoding ==0.9.4,
+             asciidiagram ==1.3.3,
+             asn1-encoding ==0.9.5,
              asn1-parse ==0.9.4,
              asn1-types ==0.3.2,
-             async ==2.1.0,
+             async ==2.1.1.1,
              async-dejafu ==0.1.3.0,
+             async-extra ==0.1.0.0,
              atndapi ==0.1.1.0,
+             atom-basic ==0.2.4,
              atom-conduit ==0.3.1.2,
              atomic-primops ==0.8.0.4,
              atomic-write ==0.2.0.5,
              attoparsec ==0.13.1.0,
              attoparsec-binary ==0.2,
              attoparsec-expr ==0.1.1.2,
+             audacity ==0.0.1.1,
              authenticate ==1.3.3.2,
              authenticate-oauth ==1.5.1.2,
-             auto ==0.4.3.0,
+             auto ==0.4.3.1,
              auto-update ==0.1.4,
-             autoexporter ==0.2.2,
+             autoexporter ==0.2.3,
+             avwx ==0.3.0.2,
              aws ==0.14.1,
-             b9 ==0.5.21,
+             b9 ==0.5.31,
              bake ==0.4,
              bank-holidays-england ==0.1.0.5,
              base installed,
-             base-compat ==0.9.1,
+             base-compat ==0.9.3,
              base-noprelude ==4.9.0.0,
              base-orphans ==0.5.4,
              base-prelude ==1.0.1.1,
@@ -149,22 +158,27 @@ constraints: abstract-deque ==0.3,
              base58string ==0.10.0,
              base64-bytestring ==1.0.0.1,
              base64-string ==0.2,
-             basic-prelude ==0.6.1,
+             basic-prelude ==0.6.1.1,
              bcrypt ==0.0.10,
-             benchpress ==0.2.2.8,
+             bench ==1.0.4,
+             benchpress ==0.2.2.9,
              bencode ==0.6.0.0,
              bento ==0.1.0,
-             bifunctors ==5.4.1,
-             bimap ==0.3.2,
+             between ==0.11.0.0,
+             bibtex ==0.1.0.6,
+             bifunctors ==5.4.2,
+             bimap ==0.3.3,
              bimap-server ==0.1.0.1,
              binary installed,
              binary-bits ==0.5,
              binary-conduit ==1.2.4.1,
+             binary-ieee754 ==0.1.0.0,
              binary-list ==1.1.1.2,
-             binary-orphans ==0.1.5.1,
+             binary-orphans ==0.1.6.0,
              binary-parser ==0.5.2,
+             binary-parsers ==0.2.3.0,
              binary-search ==1.0.0.3,
-             binary-tagged ==0.1.4.1,
+             binary-tagged ==0.1.4.2,
              binary-typed ==1.0,
              bindings-DSL ==1.0.23,
              bindings-GLFW ==3.1.2.2,
@@ -175,6 +189,7 @@ constraints: abstract-deque ==0.3,
              biofasta ==0.0.3,
              biofastq ==0.1,
              biopsl ==0.4,
+             bitarray ==0.0.1.1,
              bitcoin-api ==0.12.1,
              bitcoin-api-extra ==0.9.1,
              bitcoin-block ==0.13.1,
@@ -182,44 +197,52 @@ constraints: abstract-deque ==0.3,
              bitcoin-script ==0.11.1,
              bitcoin-tx ==0.13.1,
              bitcoin-types ==0.9.2,
-             bits ==0.5,
+             bits ==0.5.1,
              bitx-bitcoin ==0.10.0.0,
              blake2 ==0.2.0,
              blank-canvas ==0.6,
-             BlastHTTP ==1.2.0,
+             BlastHTTP ==1.2.1,
              blastxml ==0.3.2,
              blaze-bootstrap ==0.1.0.1,
              blaze-builder ==0.4.0.2,
-             blaze-html ==0.8.1.2,
-             blaze-markup ==0.7.1.0,
-             blaze-svg ==0.3.6,
+             blaze-html ==0.8.1.3,
+             blaze-markup ==0.7.1.1,
+             blaze-svg ==0.3.6.1,
              blaze-textual ==0.2.1.0,
              bloodhound ==0.11.0.0,
              blosum ==0.1.1.2,
              bmp ==1.2.6.3,
-             Boolean ==0.2.3,
+             board-games ==0.1.0.6,
+             boltzmann-samplers ==0.1.0.0,
+             bookkeeping ==0.2.1.1,
+             bool-extras ==0.4.0,
+             Boolean ==0.2.4,
+             boolean-like ==0.1.1.0,
              boolsimplifier ==0.1.8,
              boomerang ==1.4.5.2,
              both ==0.1.1.0,
              BoundedChan ==1.0.3.0,
              boundingboxes ==0.2.3,
-             bower-json ==0.8.0,
+             bower-json ==0.8.1,
              boxes ==0.1.4,
              broadcast-chan ==0.1.1,
              bson ==0.3.2.3,
              bson-lens ==0.1.1,
              btrfs ==0.1.2.0,
+             buffer-builder ==0.2.4.4,
+             buffer-pipe ==0.0,
              bumper ==0.6.0.3,
              bustle ==0.5.4,
+             bv ==0.4.1,
              byteable ==0.1.1,
              bytedump ==1.0,
              byteorder ==1.0.4,
-             bytes ==0.15.2,
+             bytes ==0.15.3,
              byteset ==0.1.1.0,
              bytestring installed,
              bytestring-builder ==0.10.8.1.0,
              bytestring-conversion ==0.3.1,
-             bytestring-handle ==0.1.0.4,
+             bytestring-handle ==0.1.0.5,
              bytestring-lexing ==0.5.0.2,
              bytestring-progress ==1.0.7,
              bytestring-tree-builder ==0.2.7.1,
@@ -227,49 +250,54 @@ constraints: abstract-deque ==0.3,
              bzlib ==0.5.0.5,
              bzlib-conduit ==0.2.1.4,
              c2hs ==0.28.1,
-             Cabal ==1.24.1.0,
+             Cabal ==1.24.2.0,
              cabal-dependency-licenses ==0.1.2.0,
-             cabal-file-th ==0.2.3,
-             cabal-helper ==0.7.2.0,
-             cabal-install ==1.24.0.1,
-             cabal-rpm ==0.10.0,
+             cabal-doctest ==1.0.2,
+             cabal-file-th ==0.2.4,
+             cabal-helper ==0.7.3.0,
+             cabal-install ==1.24.0.2,
+             cabal-rpm ==0.10.1,
              cabal-sort ==0.0.5.3,
              cabal-src ==0.3.0.2,
-             cabal2nix ==2.0.3,
+             cabal2nix ==2.0.4,
              cache ==0.1.0.0,
              cacophony ==0.8.0,
              cairo ==0.13.3.1,
+             calendar-recycling ==0.0,
              call-stack ==0.1.0,
              camfort ==0.900,
-             carray ==0.1.6.5,
+             carray ==0.1.6.6,
              cartel ==0.18.0.2,
-             case-insensitive ==1.2.0.7,
+             case-insensitive ==1.2.0.9,
              cased ==0.1.0.0,
-             cases ==0.1.3.1,
-             cassava ==0.4.5.0,
+             cases ==0.1.3.2,
+             casing ==0.1.2.1,
+             cassava ==0.4.5.1,
              cassava-conduit ==0.3.2,
              cassava-megaparsec ==0.1.0,
              cassette ==0.1.0,
-             cayley-client ==0.2.1.0,
-             cereal ==0.5.3.0,
+             cayley-client ==0.2.1.1,
+             cereal ==0.5.4.0,
              cereal-conduit ==0.7.3,
              cereal-text ==0.1.0.2,
              cereal-vector ==0.2.0.1,
-             cgi ==3001.3.0.1,
-             ChannelT ==0.0.0.2,
+             cgi ==3001.3.0.2,
+             ChannelT ==0.0.0.4,
              charset ==0.3.7.1,
-             charsetdetect-ae ==1.1.0.1,
-             Chart ==1.8.1,
-             Chart-cairo ==1.8.1,
-             Chart-diagrams ==1.8.1,
+             charsetdetect-ae ==1.1.0.2,
+             Chart ==1.8.2,
+             Chart-cairo ==1.8.2,
+             Chart-diagrams ==1.8.2,
+             chart-unit ==0.1.0.0,
              ChasingBottoms ==1.3.1.2,
              cheapskate ==0.1.0.5,
              cheapskate-highlight ==0.1.0.0,
              cheapskate-lucid ==0.1.0.0,
-             check-email ==1.0,
+             check-email ==1.0.2,
              checkers ==0.4.6,
              chell ==0.4.0.1,
              chell-quickcheck ==0.2.5,
+             choice ==0.2.0,
              chunked-data ==0.3.0,
              cipher-aes ==0.2.11,
              cipher-aes128 ==0.7.0.3,
@@ -278,57 +306,67 @@ constraints: abstract-deque ==0.3,
              cipher-des ==0.0.6,
              cipher-rc4 ==0.1.4,
              circle-packing ==0.1.0.5,
+             clang-pure ==0.2.0.2,
              clash-lib ==0.6.21,
              clash-prelude ==0.10.14,
              clash-systemverilog ==0.6.10,
              clash-verilog ==0.6.10,
              clash-vhdl ==0.6.16,
-             classy-prelude ==1.0.0.2,
-             classy-prelude-conduit ==1.0.0,
-             classy-prelude-yesod ==1.0.0,
+             classy-prelude ==1.0.2,
+             classy-prelude-conduit ==1.0.2,
+             classy-prelude-yesod ==1.0.2,
              clay ==0.11,
              clckwrks ==0.23.19.2,
-             clckwrks-cli ==0.2.16,
-             clckwrks-plugin-media ==0.6.16,
+             clckwrks-cli ==0.2.17.1,
+             clckwrks-plugin-media ==0.6.16.3,
              clckwrks-plugin-page ==0.4.3.5,
-             clckwrks-theme-bootstrap ==0.4.2,
+             clckwrks-theme-bootstrap ==0.4.2.1,
              cli ==0.1.2,
              clientsession ==0.9.1.2,
-             Clipboard ==2.3.0.1,
+             Clipboard ==2.3.1.0,
              clock ==0.7.2,
+             clock-extras ==0.1.0.2,
              clumpiness ==0.17.0.0,
              ClustalParser ==1.1.4,
              clustering ==0.2.1,
-             cmark ==0.5.3.1,
+             cmark ==0.5.5.1,
              cmark-highlight ==0.2.0.0,
              cmark-lucid ==0.1.0.0,
-             cmdargs ==0.10.14,
+             cmdargs ==0.10.17,
              code-builder ==0.1.3,
+             code-page ==0.1.3,
              codo-notation ==0.5.2,
+             colorful-monoids ==0.2.1.0,
              colour ==2.3.3,
+             comfort-graph ==0.0.2,
              commutative ==0.0.1.4,
-             comonad ==5,
+             comonad ==5.0.1,
              comonad-transformers ==4.0,
              comonads-fd ==4.0,
-             compactmap ==0.1.4.1,
+             compactmap ==0.1.4.2,
              compdata ==0.10.1,
              composition ==1.0.2.1,
              composition-extra ==2.0.0,
              concatenative ==1.0.1,
+             concise ==0.1.0.0,
              concurrency ==1.0.0.0,
-             concurrent-extra ==0.7.0.10,
-             concurrent-output ==1.7.7,
+             concurrent-extra ==0.7.0.11,
+             concurrent-output ==1.7.9,
+             concurrent-split ==0.0.1,
              concurrent-supply ==0.1.8,
-             conduit ==1.2.8,
-             conduit-combinators ==1.0.8.1,
-             conduit-extra ==1.1.13.3,
+             conduit ==1.2.10,
+             conduit-combinators ==1.0.8.3,
+             conduit-connection ==0.1.0.3,
+             conduit-extra ==1.1.16,
              conduit-iconv ==0.1.1.1,
              conduit-parse ==0.1.2.0,
              ConfigFile ==1.1.4,
              configuration-tools ==0.2.15,
              configurator ==0.3.0.0,
              configurator-export ==0.1.0.1,
-             connection ==0.2.6,
+             connection ==0.2.8,
+             connection-pool ==0.2.1,
+             console-style ==0.0.2.1,
              constraints ==0.8,
              consul-haskell ==0.3,
              containers installed,
@@ -341,20 +379,28 @@ constraints: abstract-deque ==0.3,
              control-monad-loop ==0.1,
              control-monad-omega ==0.3.1,
              converge ==0.1.0.1,
+             conversion ==1.2.1,
+             conversion-bytestring ==1.0.1,
+             conversion-case-insensitive ==1.0.0.0,
+             conversion-text ==1.0.1,
              convertible ==1.1.1.0,
              cookie ==0.4.2.1,
              countable ==1.0,
-             courier ==0.1.1.4,
-             cpphs ==1.20.2,
+             courier ==0.1.1.5,
+             cpphs ==1.20.5,
              cprng-aes ==0.6.1,
              cpu ==0.1.2,
+             cpuinfo ==0.1.0.1,
+             cql ==3.1.1,
+             cql-io ==0.16.0,
              crackNum ==1.5,
              criterion ==1.1.1.0,
-             cron ==0.4.1.2,
+             cron ==0.4.2,
              crypto-api ==0.13.2,
              crypto-api-tests ==0.3,
              crypto-cipher-tests ==0.0.11,
              crypto-cipher-types ==0.0.9,
+             crypto-enigma ==0.0.2.8,
              crypto-numbers ==0.2.7,
              crypto-pubkey ==0.2.8,
              crypto-pubkey-types ==0.4.3,
@@ -364,48 +410,66 @@ constraints: abstract-deque ==0.3,
              cryptohash ==0.11.9,
              cryptohash-conduit ==0.1.1,
              cryptohash-cryptoapi ==0.1.4,
+             cryptohash-md5 ==0.11.100.1,
+             cryptohash-sha1 ==0.11.100.1,
              cryptohash-sha256 ==0.11.100.1,
              cryptol ==2.4.0,
-             cryptonite ==0.19,
+             cryptonite ==0.21,
              cryptonite-conduit ==0.1,
+             cryptonite-openssl ==0.5,
+             csp ==1.3.1,
              css-syntax ==0.0.5,
              css-text ==0.1.2.2,
              csv ==0.1.2,
+             csv-conduit ==0.6.7,
              ctrie ==0.1.1.0,
              cubicspline ==0.1.2,
              curl ==1.3.8,
-             darcs ==2.12.4,
+             cutter ==0.0,
+             darcs ==2.12.5,
              data-accessor ==0.2.2.7,
              data-accessor-mtl ==0.2.0.4,
+             data-accessor-template ==0.2.1.13,
+             data-accessor-transformers ==0.2.1.7,
              data-binary-ieee754 ==0.4.4,
-             data-check ==0.1.0,
+             data-bword ==0.1.0.1,
+             data-check ==0.1.1,
+             data-checked ==0.3,
              data-default ==0.7.1.1,
              data-default-class ==0.1.2.0,
              data-default-instances-containers ==0.0.1,
              data-default-instances-dlist ==0.0.1,
              data-default-instances-old-locale ==0.0.1,
+             data-dword ==0.3.1.1,
+             data-endian ==0.1.1,
+             data-fix ==0.0.4,
+             data-has ==0.2.1.0,
              data-hash ==0.2.0.1,
              data-inttrie ==0.1.2,
              data-lens-light ==0.1.2.2,
              data-memocombinators ==0.5.1,
              data-or ==1.0.0.5,
              data-ordlist ==0.4.7.0,
+             data-ref ==0.0.1.1,
              data-reify ==0.6.1,
+             data-serializer ==0.3,
+             data-textual ==0.3.0.2,
+             datasets ==0.2.4,
              dataurl ==0.1.0.0,
              DAV ==1.3.1,
-             dawg-ord ==0.5.0.2,
-             dbus ==0.10.12,
+             dawg-ord ==0.5.1.0,
+             dbus ==0.10.13,
              debian-build ==0.10.1.0,
              Decimal ==0.4.2,
              declarative ==0.2.3,
              deepseq installed,
              deepseq-generics ==0.2.0.0,
              dejafu ==0.4.0.0,
-             dependent-map ==0.2.3.0,
+             dependent-map ==0.2.4.0,
              dependent-sum ==0.3.2.2,
              dependent-sum-template ==0.0.0.5,
              derive ==2.5.26,
-             deriving-compat ==0.3.4,
+             deriving-compat ==0.3.6,
              descriptive ==0.9.4,
              diagrams ==1.3.0.1,
              diagrams-cairo ==1.3.1.1,
@@ -420,88 +484,121 @@ constraints: abstract-deque ==0.3,
              diagrams-solve ==0.1.0.1,
              diagrams-svg ==1.4.0.3,
              dice ==0.1,
+             dictionaries ==0.1.0.1,
              Diff ==0.3.4,
              diff3 ==0.2.0.3,
              digest ==0.0.1.2,
              digits ==0.3.1,
              dimensional ==1.0.1.3,
-             direct-sqlite ==2.3.18,
+             direct-sqlite ==2.3.19,
              directory installed,
              directory-tree ==0.12.1,
              discount ==0.1.1,
              disk-free-space ==0.1.0.1,
-             distributed-closure ==0.3.3.0,
+             disposable ==0.2.0.4,
+             distance ==0.1.0.0,
+             distributed-closure ==0.3.4.0,
+             distributed-process ==0.6.6,
+             distributed-process-simplelocalnet ==0.2.3.3,
              distributed-static ==0.3.5.0,
+             distribution ==1.1.0.0,
              distribution-nixpkgs ==1.0.0.1,
-             distributive ==0.5.0.2,
+             distributive ==0.5.2,
              diversity ==0.8.0.1,
              djinn-ghc ==0.0.2.3,
              djinn-lib ==0.0.1.2,
              dlist ==0.8.0.2,
              dlist-instances ==0.1.1.1,
-             dns ==2.0.8,
+             dmenu ==0.3.1.1,
+             dmenu-pkill ==0.1.0.1,
+             dmenu-pmount ==0.1.0.1,
+             dmenu-search ==0.1.0.1,
+             dns ==2.0.10,
              do-list ==1.0.1,
              dockerfile ==0.1.0.1,
-             docopt ==0.7.0.4,
-             doctest ==0.11.0,
+             docopt ==0.7.0.5,
+             doctemplates ==0.1.0.2,
+             doctest ==0.11.2,
              doctest-discover ==0.1.0.7,
              doctest-prop ==0.2.0.1,
              docvim ==0.3.2.1,
-             dotenv ==0.3.1.0,
+             dotenv ==0.3.3.0,
              dotnet-timespan ==0.0.1.0,
-             double-conversion ==2.0.1.0,
+             double-conversion ==2.0.2.0,
              download ==0.3.2.5,
              dpor ==0.2.0.0,
-             drawille ==0.1.0.6,
+             drawille ==0.1.2.0,
              DRBG ==0.5.5,
              drifter ==0.2.2,
              drifter-postgresql ==0.0.2,
+             dsp ==0.2.3.1,
              dual-tree ==0.2.0.9,
+             dvorak ==0.1.0.0,
              dynamic-state ==0.2.2.0,
              dyre ==0.8.12,
              Earley ==0.11.0.1,
              easy-file ==0.2.1,
              Ebnf2ps ==1.0.15,
+             echo ==0.1.3,
              ed25519 ==0.0.5.0,
-             ede ==0.2.8.5,
+             ede ==0.2.8.7,
              EdisonAPI ==1.3.1,
              EdisonCore ==1.3.1.1,
              edit-distance ==0.2.2.1,
+             edit-distance-vector ==1.0.0.4,
              editor-open ==0.6.0.0,
              effect-handlers ==0.1.0.8,
+             effin ==0.3.0.2,
              either ==4.4.1.1,
              either-unwrap ==1.1,
-             ekg ==0.4.0.11,
+             ekg ==0.4.0.13,
              ekg-core ==0.1.1.1,
-             ekg-json ==0.1.0.3,
+             ekg-json ==0.1.0.5,
+             ekg-statsd ==0.2.1.0,
+             ekg-wai ==0.1.0.1,
              elerea ==2.9.0,
              elm-bridge ==0.3.0.2,
              elm-core-sources ==1.0.0,
+             elm-export ==0.6.0.1,
+             elm-export-persistent ==0.1.2,
              email-validate ==2.2.0,
              emailaddress ==0.1.6.0,
              enclosed-exceptions ==1.0.2,
              encoding-io ==0.0.1,
+             engine-io ==1.2.16,
+             engine-io-wai ==1.0.6,
+             EntrezHTTP ==1.0.3,
              entropy ==0.3.7,
+             enummapset ==0.5.2.1,
              enummapset-th ==0.6.1.1,
+             enumset ==0.0.4,
              envelope ==0.1.0.0,
+             envparse ==0.4,
+             envy ==1.3.0.2,
+             epub-metadata ==4.5,
              eq ==4.0.4,
+             equal-files ==0.0.5.3,
              equivalence ==0.3.1,
              erf ==2.0.0.0,
-             errors ==2.1.2,
+             errors ==2.1.3,
              ersatz ==0.3.1,
+             esqueleto ==2.5.2,
+             etc ==0.0.0.2,
              etcd ==1.0.5,
-             ether ==0.4.0.2,
+             ether ==0.4.2.0,
              euphoria ==0.8.0.0,
              event ==0.1.4,
+             event-list ==0.1.1.3,
              eventstore ==0.13.1.2,
              exact-combinatorics ==0.2.0.8,
              exact-pi ==0.4.1.2,
              exception-mtl ==0.4.0.1,
-             exception-transformers ==0.4.0.4,
+             exception-transformers ==0.4.0.5,
              exceptional ==0.3.0.0,
              exceptions ==0.8.3,
-             executable-hash ==0.2.0.2,
-             executable-path ==0.0.3,
+             executable-hash ==0.2.0.4,
+             executable-path ==0.0.3.1,
+             exhaustive ==1.1.4,
              exp-pairs ==0.1.5.1,
              expiring-cache-map ==0.0.6.1,
              explicit-exception ==0.1.8,
@@ -514,8 +611,9 @@ constraints: abstract-deque ==0.3,
              farmhash ==0.1.0.5,
              fast-builder ==0.0.0.6,
              fast-digits ==0.2.1.0,
-             fast-logger ==2.4.7,
-             fasta ==0.10.4.0,
+             fast-logger ==2.4.10,
+             fast-math ==1.0.2,
+             fasta ==0.10.4.2,
              fay ==0.23.1.12,
              fay-base ==0.20.0.1,
              fay-builder ==0.2.0.5,
@@ -524,13 +622,13 @@ constraints: abstract-deque ==0.3,
              fay-text ==0.3.2.2,
              fay-uri ==0.2.0.0,
              fb ==1.0.13,
-             fclabels ==2.0.3.1,
+             fclabels ==2.0.3.2,
              feature-flags ==0.1.0.1,
-             feed ==0.3.11.1,
+             feed ==0.3.12.0,
              FenwickTree ==0.1.2.1,
-             fft ==0.1.8.4,
-             fgl ==5.5.3.0,
-             fgl-arbitrary ==0.2.0.2,
+             fft ==0.1.8.5,
+             fgl ==5.5.3.1,
+             fgl-arbitrary ==0.2.0.3,
              file-embed ==0.0.10,
              file-modules ==0.1.2.4,
              filecache ==0.2.9,
@@ -541,68 +639,84 @@ constraints: abstract-deque ==0.3,
              FindBin ==0.0.5,
              fingertree ==0.1.1.0,
              fingertree-psqueue ==0.3,
+             finite-typelits ==0.1.2.0,
              fixed ==0.2.1.1,
+             fixed-length ==0.2,
              fixed-vector ==0.8.1.0,
              fixed-vector-hetero ==0.3.1.1,
+             flac ==0.1.2,
+             flac-picture ==0.1.1,
              flat-mcmc ==1.0.1,
              flexible-defaults ==0.0.1.2,
+             FloatingHex ==0.4,
              flock ==0.3.1.8,
              flow ==1.0.7,
              fmlist ==0.9,
              fn ==0.3.0.1,
              focus ==0.1.5,
-             fold-debounce ==0.2.0.3,
-             fold-debounce-conduit ==0.1.0.4,
-             foldl ==1.2.1,
+             fold-debounce ==0.2.0.5,
+             fold-debounce-conduit ==0.1.0.5,
+             foldl ==1.2.4,
+             foldl-statistics ==0.1.4.3,
              FontyFruity ==0.5.3.2,
              force-layout ==0.4.0.6,
              forecast-io ==0.2.0.0,
              foreign-store ==0.2,
-             formatting ==6.2.3,
+             format-numbers ==0.1.0.0,
+             formatting ==6.2.4,
              fortran-src ==0.1.0.4,
-             Frames ==0.1.6,
+             foundation ==0.0.9,
+             Frames ==0.1.9,
              free ==4.12.4,
              free-vl ==0.1.4,
              freenect ==1.2.1,
-             freer ==0.2.3.0,
+             freer ==0.2.4.1,
+             freer-effects ==0.3.0.1,
              friendly-time ==0.4,
              frisby ==0.2,
+             from-sum ==0.2.1.0,
              frontmatter ==0.1.0.2,
              fsnotify ==0.2.1,
              fsnotify-conduit ==0.1.0.0,
              funcmp ==1.8,
              fuzzcheck ==0.1.1,
+             fuzzy ==0.1.0.0,
              gamma ==0.9.0.2,
              gd ==3000.7.3,
              Genbank ==1.0.3,
-             generic-aeson ==0.2.0.8,
-             generic-deriving ==1.11.1,
+             generic-aeson ==0.2.0.9,
+             generic-deriving ==1.11.2,
+             generic-random ==0.5.0.0,
              generic-xmlpickler ==0.1.0.5,
              GenericPretty ==1.2.1,
              generics-eot ==0.2.1.1,
-             generics-sop ==0.2.2.0,
-             generics-sop-lens ==0.1.2.0,
-             geniplate-mirror ==0.7.4,
-             getopt-generics ==0.13,
+             generics-sop ==0.2.5.0,
+             generics-sop-lens ==0.1.2.1,
+             geniplate-mirror ==0.7.5,
+             genvalidity ==0.2.0.4,
+             genvalidity-hspec ==0.2.0.5,
+             getopt-generics ==0.13.0.1,
              ghc installed,
              ghc-boot installed,
              ghc-boot-th installed,
              ghc-events ==0.4.4.0,
-             ghc-exactprint ==0.5.2.1,
-             ghc-heap-view ==0.5.7,
+             ghc-exactprint ==0.5.3.1,
+             ghc-heap-view ==0.5.9,
              ghc-mod ==5.6.0.0,
              ghc-paths ==0.1.0.9,
              ghc-prim installed,
+             ghc-prof ==1.4.0.1,
              ghc-syb-utils ==0.2.3,
              ghc-tcplugins-extra ==0.2,
-             ghc-typelits-extra ==0.2.1,
-             ghc-typelits-knownnat ==0.2.2,
-             ghc-typelits-natnormalise ==0.5.1,
+             ghc-typelits-extra ==0.2.3,
+             ghc-typelits-knownnat ==0.2.4,
+             ghc-typelits-natnormalise ==0.5.3,
              ghci installed,
-             ghcid ==0.6.5,
+             ghcid ==0.6.6,
+             ghcjs-base-stub ==0.1.0.2,
              ghcjs-codemirror ==0.0.0.1,
              ghcjs-hplay ==0.3.4.2,
-             ghcjs-perch ==0.3.3,
+             ghcjs-perch ==0.3.3.2,
              gi-atk ==2.0.3,
              gi-cairo ==1.0.3,
              gi-gdk ==3.0.3,
@@ -615,12 +729,17 @@ constraints: abstract-deque ==0.3,
              gi-pango ==1.0.3,
              gi-soup ==2.4.3,
              gi-webkit ==3.0.3,
+             ginger ==0.5.1.2,
              gio ==0.13.3.1,
-             gipeda ==0.3.2.2,
+             gipeda ==0.3.3.2,
              giphy-api ==0.4.0.0,
+             git ==0.2.0,
              git-fmt ==0.4.1.0,
+             github ==0.15.0,
+             github-release ==1.0.3,
              github-types ==0.2.1,
              github-webhook-handler ==0.0.8,
+             github-webhook-handler-snap ==0.0.7,
              gitlib ==3.1.1,
              gitlib-libgit2 ==3.1.1,
              gitlib-test ==3.1.0.3,
@@ -628,13 +747,18 @@ constraints: abstract-deque ==0.3,
              gitson ==0.5.2,
              gl ==0.7.8.1,
              glabrous ==0.1.3.0,
+             glaze ==0.3.0.1,
+             glazier ==0.11.0.1,
+             glazier-pipes ==0.1.5.1,
              GLFW-b ==1.4.8.1,
              glib ==0.13.4.1,
-             Glob ==0.7.12,
-             gloss ==1.10.2.3,
-             gloss-rendering ==1.10.3.3,
-             GLURaw ==2.0.0.2,
-             GLUT ==2.7.0.10,
+             Glob ==0.7.14,
+             glob-posix ==0.1.0.1,
+             gloss ==1.10.2.5,
+             gloss-rendering ==1.10.3.5,
+             GLURaw ==2.0.0.3,
+             GLUT ==2.7.0.12,
+             gnuplot ==0.5.4.1,
              gogol ==0.1.0,
              gogol-adexchange-buyer ==0.1.0,
              gogol-adexchange-seller ==0.1.0,
@@ -733,7 +857,7 @@ constraints: abstract-deque ==0.3,
              gogol-youtube-analytics ==0.1.0,
              gogol-youtube-reporting ==0.1.0,
              google-cloud ==0.0.4,
-             google-oauth2-jwt ==0.1.2.1,
+             google-oauth2-jwt ==0.1.3,
              gpolyline ==0.1.0.1,
              graph-core ==0.3.0.0,
              graph-wrapper ==0.2.5.1,
@@ -742,12 +866,18 @@ constraints: abstract-deque ==0.3,
              graphviz ==2999.18.1.2,
              gravatar ==0.8.0,
              graylog ==0.1.0.1,
-             groom ==0.1.2,
+             groom ==0.1.2.1,
+             groundhog ==0.8,
+             groundhog-inspector ==0.8,
+             groundhog-mysql ==0.8,
+             groundhog-postgresql ==0.8.0.1,
+             groundhog-sqlite ==0.8,
+             groundhog-th ==0.8,
              grouped-list ==0.2.1.2,
              groupoids ==4.0,
              groups ==0.4.0.0,
              gtk ==0.14.6,
-             gtk2hs-buildtools ==0.13.2.1,
+             gtk2hs-buildtools ==0.13.2.2,
              gtk3 ==0.14.6,
              gtksourceview3 ==0.13.3.1,
              H ==0.9.0.1,
@@ -756,31 +886,33 @@ constraints: abstract-deque ==0.3,
              hackage-security ==0.5.2.2,
              hackage-whatsnew ==0.1.0.1,
              hackmanager ==0.1.0.0,
-             haddock-api ==2.17.3,
-             haddock-library ==1.4.2,
-             hailgun ==0.4.1.1,
+             haddock-api ==2.17.4,
+             haddock-library ==1.4.3,
+             hailgun ==0.4.1.3,
+             hailgun-simple ==0.1.0.0,
              half ==0.2.2.3,
              hamlet ==1.2.0,
              HandsomeSoup ==0.4.2,
              handwriting ==0.1.0.3,
              hapistrano ==0.2.1.2,
-             happstack-authenticate ==2.3.4.6,
+             happstack-authenticate ==2.3.4.7,
              happstack-clientsession ==7.3.1,
-             happstack-hsp ==7.3.7.1,
+             happstack-hsp ==7.3.7.2,
              happstack-jmacro ==7.0.11,
-             happstack-server ==7.4.6.2,
+             happstack-server ==7.4.6.4,
              happstack-server-tls ==7.1.6.2,
              happy ==1.19.5,
              HaRe ==0.8.3.0,
              harp ==0.4.2,
              hashable ==1.2.4.0,
              hashable-extras ==0.2.3,
-             hashable-time ==0.2,
-             hashmap ==1.3.1.1,
-             hashtables ==1.2.1.0,
-             haskeline ==0.7.2.3,
+             hashable-time ==0.2.0.1,
+             hashmap ==1.3.2,
+             hashtables ==1.2.1.1,
+             haskeline ==0.7.4.0,
              haskell-gi ==0.18,
              haskell-gi-base ==0.18.4,
+             haskell-import-graph ==1.0.1,
              haskell-lexer ==1.0.1,
              haskell-names ==0.7.0,
              haskell-neo4j-client ==0.3.2.4,
@@ -792,27 +924,35 @@ constraints: abstract-deque ==0.3,
              HaskellNet ==0.5.1,
              HaskellNet-SSL ==0.3.3.0,
              haskintex ==0.6.0.1,
-             haskoin-core ==0.4.0,
-             hasql ==0.19.15.2,
+             haskoin-core ==0.4.2,
+             hasql ==0.19.16,
              hastache ==0.6.1,
-             hasty-hamiltonian ==1.1.4,
-             HaTeX ==3.17.0.2,
-             hatex-guide ==1.3.1.5,
+             hasty-hamiltonian ==1.1.5,
+             HaTeX ==3.17.2.0,
+             hatex-guide ==1.3.1.6,
+             haxl ==0.5.0.0,
+             haxl-amazonka ==0.1.1,
+             HaXml ==1.25.3,
+             haxr ==3000.11.2,
              hbayes ==0.5.2,
              hbeanstalk ==0.2.4,
              Hclip ==3.0.0.4,
              HCodecs ==0.5,
-             hdaemonize ==0.5.2,
+             hdaemonize ==0.5.3,
              HDBC ==2.4.0.1,
+             HDBC-mysql ==0.7.1.0,
              HDBC-session ==0.1.1.0,
-             hdevtools ==0.1.4.1,
+             hdevtools ==0.1.5.0,
              heap ==1.0.3,
-             heaps ==0.3.3,
+             heaps ==0.3.4.1,
              hebrew-time ==0.1.1,
-             hedis ==0.9.4,
+             hedis ==0.9.8,
              here ==1.2.9,
              heredoc ==0.2.0.0,
+             heterocephalus ==1.0.4.0,
              hex ==0.1.2,
+             hexml ==0.3.2,
+             hexpat ==0.20.10,
              hexstring ==0.11.1,
              hflags ==0.4.2,
              hformat ==0.1.0.1,
@@ -820,27 +960,32 @@ constraints: abstract-deque ==0.3,
              hgettext ==0.1.30,
              hid ==0.2.2,
              hidapi ==0.1.4,
+             hidden-char ==0.1.0.0,
              hierarchical-clustering ==0.4.6,
-             highlighting-kate ==0.6.3,
+             highlighting-kate ==0.6.4,
              hindent ==4.6.4,
-             hinotify ==0.3.8.1,
+             hinotify ==0.3.9,
              hint ==0.6.0,
-             histogram-fill ==0.8.4.1,
+             hip ==1.2.0.0,
+             histogram-fill ==0.8.5.0,
              hit ==0.6.3,
+             hjpath ==3.0.1,
              hjsmin ==0.2.0.2,
+             hjson ==1.3.2,
              hjsonpointer ==1.0.0.2,
              hjsonschema ==1.1.0.1,
              hledger ==1.0.1,
-             hledger-interest ==1.5,
+             hledger-interest ==1.5.1,
              hledger-lib ==1.0.1,
-             hlibgit2 ==0.18.0.15,
-             hlibsass ==0.1.5.0,
+             hlibgit2 ==0.18.0.16,
+             hlibsass ==0.1.6.0,
              hlint ==1.9.35,
              hmatrix ==0.17.0.2,
              hmatrix-gsl ==0.17.0.0,
              hmatrix-gsl-stats ==0.4.1.4,
+             hmatrix-repa ==0.1.2.2,
              hmatrix-special ==0.4.0.1,
-             hmpfr ==0.4.2,
+             hmpfr ==0.4.2.1,
              hmt ==0.15,
              hoauth2 ==0.5.4.0,
              hocilib ==0.1.0,
@@ -851,44 +996,50 @@ constraints: abstract-deque ==0.3,
              hOpenPGP ==2.5.5,
              hopenpgp-tools ==0.19.4,
              hopenssl ==1.7,
+             hopfli ==0.2.1.1,
              hosc ==0.15,
              hostname ==1.0,
              hostname-validate ==1.0.0,
              hourglass ==0.2.10,
              hpack ==0.14.1,
-             hpack-convert ==0.14.6,
+             hpack-convert ==0.14.7,
              hpc installed,
-             hpc-coveralls ==1.0.6,
+             hpc-coveralls ==1.0.10,
              hPDB ==1.2.0.9,
              hPDB-examples ==1.2.0.7,
              HPDF ==1.4.10,
-             hpio ==0.8.0.4,
+             hpio ==0.8.0.9,
+             hpp ==0.4.0,
              hprotoc ==2.4.0,
-             hquantlib ==0.0.3.2,
+             hquantlib ==0.0.4.0,
              hreader ==1.0.2,
-             hruby ==0.3.4.2,
+             hruby ==0.3.4.3,
              hs-bibutils ==5.5,
              hs-GeoIP ==0.3,
-             hsass ==0.4.0,
+             hsass ==0.4.1,
              hsb2hs ==0.3.1,
              hscolour ==1.24.1,
+             hscurses ==1.4.2.0,
              hsdns ==1.6.1,
              hse-cpp ==0.1,
              hsebaysdk ==0.4.0.0,
              hsemail ==1.7.7,
-             HSet ==0.0.0,
+             HSet ==0.0.1,
              hset ==2.2.0,
-             hsexif ==0.6.0.10,
+             hsexif ==0.6.1.1,
              hsignal ==0.2.7.4,
+             hsinstall ==1.5,
              hslogger ==1.2.10,
              hslua ==0.4.1,
+             hslua-aeson ==0.1.0.4,
              hsndfile ==0.8.0,
              hsndfile-vector ==0.5.2,
-             HsOpenSSL ==0.11.3.2,
+             HsOpenSSL ==0.11.4.8,
              HsOpenSSL-x509-system ==0.1.0.3,
              hsp ==0.10.0,
              hspec ==2.2.4,
              hspec-attoparsec ==0.1.0.2,
+             hspec-checkers ==0.1.0.2,
              hspec-contrib ==0.3.0,
              hspec-core ==2.2.4,
              hspec-discover ==2.2.4,
@@ -903,9 +1054,10 @@ constraints: abstract-deque ==0.3,
              hspec-wai ==0.6.6,
              hspec-wai-json ==0.6.1,
              hspec-webdriver ==1.2.0,
-             hstatistics ==0.2.5.3,
+             hsshellscript ==3.4.1,
+             hstatistics ==0.2.5.4,
              hstatsd ==0.1,
-             HStringTemplate ==0.8.5,
+             HStringTemplate ==0.8.6,
              hsx-jmacro ==7.3.8,
              hsx2hs ==0.13.5,
              hsyslog ==4,
@@ -913,19 +1065,20 @@ constraints: abstract-deque ==0.3,
              HTF ==0.13.1.0,
              html ==1.0.1.2,
              html-conduit ==1.2.1.1,
-             htoml ==1.0.0.1,
-             HTTP ==4000.3.3,
+             html-email-validate ==0.2.0.0,
+             htoml ==1.0.0.3,
+             HTTP ==4000.3.7,
              http-api-data ==0.2.4,
-             http-client ==0.4.31.1,
-             http-client-openssl ==0.2.0.4,
+             http-client ==0.4.31.2,
+             http-client-openssl ==0.2.0.5,
              http-client-tls ==0.2.4.1,
              http-common ==0.8.2.0,
              http-conduit ==2.1.11,
              http-date ==0.0.6.1,
-             http-link-header ==1.0.2,
+             http-link-header ==1.0.3,
              http-media ==0.6.4,
-             http-reverse-proxy ==0.4.3.2,
-             http-streams ==0.8.4.0,
+             http-reverse-proxy ==0.4.4,
+             http-streams ==0.8.5.3,
              http-types ==0.9.1,
              http2 ==1.6.2,
              httpd-shed ==0.4.0.3,
@@ -937,9 +1090,12 @@ constraints: abstract-deque ==0.3,
              hw-bits ==0.1.0.1,
              hw-conduit ==0.0.0.11,
              hw-diagnostics ==0.0.0.5,
+             hw-int ==0.0.0.1,
+             hw-mquery ==0.1.0.1,
              hw-parser ==0.0.0.1,
              hw-prim ==0.1.0.3,
              hw-rankselect ==0.3.0.0,
+             hw-string-parse ==0.0.0.3,
              hw-succinct ==0.0.0.14,
              hweblib ==0.6.3,
              hworker ==0.1.0.1,
@@ -957,8 +1113,10 @@ constraints: abstract-deque ==0.3,
              iconv ==0.4.1.3,
              identicon ==0.1.0,
              idris ==0.12.3,
-             ieee754 ==0.7.8,
+             ieee754 ==0.7.9,
+             if ==0.1.0.0,
              IfElse ==0.85,
+             iff ==0.0.6,
              ignore ==0.1.1.0,
              ilist ==0.2.0.0,
              imagesize-conduit ==1.1,
@@ -971,60 +1129,69 @@ constraints: abstract-deque ==0.3,
              indents ==0.3.3,
              inflections ==0.2.0.1,
              ini ==0.3.5,
-             inline-c ==0.5.5.9,
+             inline-c ==0.5.6.1,
              inline-c-cpp ==0.1.0.0,
-             inline-r ==0.9.0.0,
+             inline-r ==0.9.0.1,
              insert-ordered-containers ==0.1.0.1,
+             instance-control ==0.1.1.1,
              integer-gmp installed,
              integration ==0.2.1,
-             intero ==0.1.19,
+             intero ==0.1.20,
              interpolate ==0.1.0,
              interpolatedstring-perl6 ==1.0.0,
-             IntervalMap ==0.5.1.1,
+             interpolation ==0.1.0.1,
+             IntervalMap ==0.5.2.0,
              intervals ==0.7.2,
-             invariant ==0.4,
+             invariant ==0.4.2,
+             invertible ==0.2.0.2,
              io-choice ==0.0.6,
              io-machine ==0.2.0.0,
              io-manager ==0.1.0.2,
              io-memoize ==1.1.1.0,
              io-region ==0.1.1,
              io-storage ==0.3,
-             io-streams ==1.3.5.0,
+             io-streams ==1.3.6.1,
              io-streams-haproxy ==1.0.0.1,
-             ip6addr ==0.5.1.4,
+             ip6addr ==0.5.3,
              iproute ==1.7.1,
-             IPv6Addr ==0.6.1.0,
+             IPv6Addr ==0.6.3,
              irc ==0.6.1.0,
              irc-client ==0.4.4.1,
-             irc-conduit ==0.2.1.1,
+             irc-conduit ==0.2.2.1,
              irc-ctcp ==0.1.3.0,
-             irc-dcc ==2.0.0,
+             irc-dcc ==2.0.1,
              islink ==0.1.0.0,
-             iso3166-country-codes ==0.20140203.7,
+             iso3166-country-codes ==0.20140203.8,
              iso639 ==0.1.0.3,
              iso8601-time ==0.1.4,
+             isotope ==0.4.0.0,
              iterable ==3.0,
              ix-shapable ==0.1.0,
              ixset ==1.0.7,
              ixset-typed ==0.3.1,
-             jailbreak-cabal ==1.3.1,
+             jailbreak-cabal ==1.3.2,
+             javascript-extras ==0.3.1.0,
              jmacro ==0.6.14,
              jmacro-rpc ==0.3.2,
              jmacro-rpc-happstack ==0.3.2,
+             jmacro-rpc-snap ==0.3,
              jose ==0.4.0.3,
-             jose-jwt ==0.7.3,
+             jose-jwt ==0.7.6,
              js-flot ==0.8.3,
              js-jquery ==3.1.1,
              json ==0.9.1,
-             json-autotype ==1.0.14,
+             json-autotype ==1.0.15,
+             json-builder ==0.3,
              json-rpc-generic ==0.2.1.2,
              json-schema ==0.7.4.1,
-             JuicyPixels ==3.2.8,
+             json-stream ==0.4.1.3,
+             JuicyPixels ==3.2.8.1,
              JuicyPixels-extra ==0.1.1,
              JuicyPixels-scale-dct ==0.1.1.2,
              jwt ==0.7.2,
-             kan-extensions ==5.0.1,
+             kan-extensions ==5.0.2,
              kansas-comet ==0.4,
+             katip ==0.3.1.4,
              kawhi ==0.0.1,
              kdt ==0.2.4,
              keter ==1.4.3.2,
@@ -1034,131 +1201,170 @@ constraints: abstract-deque ==0.3,
              knob ==0.1.1,
              koofr-client ==1.0.0.3,
              kraken ==0.0.3,
-             lackey ==0.4.1,
+             l10n ==0.1.0.1,
+             labels ==0.3.2,
+             lackey ==0.4.3,
              language-c ==0.5.0,
-             language-c-quote ==0.11.7,
-             language-dockerfile ==0.3.5.0,
+             language-c-quote ==0.11.7.3,
+             language-dockerfile ==0.3.6.0,
              language-ecmascript ==0.17.1.0,
              language-fortran ==0.5.1,
              language-glsl ==0.2.0,
              language-haskell-extract ==0.2.4,
              language-java ==0.2.8,
-             language-javascript ==0.6.0.8,
+             language-javascript ==0.6.0.9,
              language-lua2 ==0.1.0.5,
              language-nix ==2.1.0.1,
              language-puppet ==1.3.1.1,
+             language-python ==0.5.4,
              language-thrift ==0.9.0.2,
+             large-hashable ==0.1.0.4,
              largeword ==1.2.5,
+             latex ==0.1.0.3,
              lattices ==1.5.0,
              lazy-csv ==0.5.1,
+             lazyio ==0.1.0.4,
              lca ==0.3,
              leapseconds-announced ==2017,
              lens ==4.14,
-             lens-action ==0.2.0.2,
-             lens-aeson ==1.0.0.5,
+             lens-action ==0.2.1,
+             lens-aeson ==1.0.1,
              lens-datetime ==0.3,
              lens-family ==1.2.1,
              lens-family-core ==1.2.1,
              lens-family-th ==0.5.0.0,
+             lens-labels ==0.1.0.1,
              lens-regex ==0.1.0,
              lens-simple ==0.1.0.9,
-             leveldb-haskell ==0.6.4,
+             leveldb-haskell ==0.6.5,
              lexer-applicative ==2.1.0.1,
              lhs2tex ==1.19,
+             libffi ==0.1,
              libgit ==0.3.1,
              libinfluxdb ==0.0.4,
              libmpd ==0.9.0.6,
              libnotify ==0.2,
+             librato ==0.2.0.1,
+             libsystemd-journal ==1.4.1,
              libxml-sax ==0.7.5,
              LibZip ==1.0.1,
+             licensor ==0.2.0,
              lift-generics ==0.1.1,
-             lifted-async ==0.9.0,
-             lifted-base ==0.2.3.8,
-             linear ==1.20.5,
+             lifted-async ==0.9.1.1,
+             lifted-base ==0.2.3.10,
+             line ==1.0.1.0,
+             linear ==1.20.6,
              linear-accelerate ==0.2,
+             linked-list-with-iterator ==0.1.1.0,
              linux-file-extents ==0.2.0.0,
              linux-namespaces ==0.1.2.0,
+             List ==0.6.0,
              list-fusion-probe ==0.1.0.6,
              list-prompt ==0.1.1.0,
              list-t ==1,
-             ListLike ==4.5,
+             ListLike ==4.5.1,
+             llvm-hs-pure ==4.0.0.0,
              load-env ==0.1.1,
              loch-th ==0.2.1,
              log-domain ==0.10.3.1,
              logfloat ==0.13.3.3,
+             logger-thread ==0.1.0.2,
+             logging-effect ==1.2.0,
              logging-facade ==0.1.1,
              logict ==0.6.0.2,
              loop ==0.3.0,
              lrucache ==1.2.0.0,
-             lrucaching ==0.3.0,
-             ltext ==0.1.2.1,
-             lucid ==2.9.6,
+             lrucaching ==0.3.1,
+             ltext ==0.1.2.2,
+             lucid ==2.9.8.1,
              lucid-svg ==0.7.0.0,
-             machines ==0.6.1,
+             lzma-conduit ==1.1.3.1,
+             machines ==0.6.2,
+             machines-binary ==0.3.0.3,
+             machines-directory ==0.2.1.0,
+             machines-io ==0.2.0.13,
+             machines-process ==0.2.0.8,
              magic ==1.1,
              mainland-pretty ==0.4.1.4,
-             makefile ==0.1.0.5,
+             makefile ==0.1.1.0,
              managed ==1.0.5,
-             mandrill ==0.5.2.3,
-             markdown ==0.1.15,
+             mandrill ==0.5.3.2,
+             markdown ==0.1.16,
              markdown-unlit ==0.4.0,
+             markov-chain ==0.0.3.4,
              markup ==3.1.0,
-             math-functions ==0.2.0.2,
-             matrices ==0.4.3,
+             marvin ==0.2.3,
+             marvin-interpolate ==1.1.2,
+             math-functions ==0.2.1.0,
+             mathexpr ==0.3.0.0,
+             matrices ==0.4.4,
              matrix ==0.3.5.0,
+             matrix-market-attoparsec ==0.1.0.7,
              maximal-cliques ==0.1.1,
              mbox ==0.3.3,
-             mcmc-types ==1.0.2,
+             mbox-utility ==0.0,
+             mcmc-types ==1.0.3,
+             mediabus ==0.3.3.0,
+             mediabus-rtp ==0.3.2.1,
+             median-stream ==0.7.0.0,
              megaparsec ==5.0.1,
              memory ==0.13,
              MemoTrie ==0.6.4,
              mersenne-random ==1.0.0.1,
              mersenne-random-pure64 ==0.2.0.5,
-             messagepack ==0.5.3,
+             messagepack ==0.5.4,
              messagepack-rpc ==0.5.1,
              metrics ==0.3.0.2,
              MFlow ==0.4.6.0,
-             microformats2-parser ==1.0.1.6,
-             microlens ==0.4.7.0,
-             microlens-aeson ==2.1.1.1,
+             mfsolve ==0.3.2.0,
+             microbench ==0.1,
+             microformats2-parser ==1.0.1.7,
+             microlens ==0.4.8.0,
+             microlens-aeson ==2.1.1.3,
              microlens-contra ==0.1.0.1,
-             microlens-ghc ==0.4.7.0,
+             microlens-ghc ==0.4.8.0,
              microlens-mtl ==0.1.10.0,
-             microlens-platform ==0.3.7.0,
-             microlens-th ==0.4.1.0,
-             mighty-metropolis ==1.0.3,
-             mime-mail ==0.4.11,
+             microlens-platform ==0.3.8.0,
+             microlens-th ==0.4.1.1,
+             midi ==0.2.2.1,
+             midi-music-box ==0.0.0.3,
+             mighty-metropolis ==1.0.4,
+             mime-mail ==0.4.13.1,
              mime-mail-ses ==0.3.2.3,
              mime-types ==0.1.0.7,
+             mintty ==0.1.1,
              misfortune ==0.1.1.2,
              missing-foreign ==0.1.1,
              MissingH ==1.4.0.1,
+             mixed-types-num ==0.1.0.1,
              mmap ==0.5.9,
-             mmorph ==1.0.6,
+             mmorph ==1.0.9,
+             mnist-idx ==0.1.2.8,
              mockery ==0.3.4,
              modify-fasta ==0.8.2.1,
-             moesocks ==1.0.0.41,
+             moesocks ==1.0.0.42,
              monad-control ==1.0.1.0,
              monad-coroutine ==0.9.0.3,
              monad-extras ==0.5.11,
              monad-http ==0.1.0.0,
              monad-journal ==0.7.2,
-             monad-logger ==0.3.20,
+             monad-logger ==0.3.24,
              monad-logger-json ==0.1.0.0,
              monad-logger-prefix ==0.1.6,
-             monad-logger-syslog ==0.1.2.0,
+             monad-logger-syslog ==0.1.4.0,
              monad-loops ==0.4.3,
+             monad-metrics ==0.1.0.2,
              monad-par ==0.3.4.8,
              monad-par-extras ==0.3.3,
              monad-parallel ==0.7.2.2,
-             monad-peel ==0.2.1.1,
+             monad-peel ==0.2.1.2,
              monad-primitive ==0.1,
              monad-products ==4.0.1,
-             monad-skeleton ==0.1.2.2,
+             monad-skeleton ==0.1.3.2,
              monad-time ==0.2,
              monad-unlift ==0.2.0,
              monad-unlift-ref ==0.2.0,
-             monadcryptorandom ==0.7.0,
+             monadcryptorandom ==0.7.1,
              monadic-arrays ==0.2.2,
              monadLib ==3.7.3,
              monadloc ==0.7.1,
@@ -1167,13 +1373,15 @@ constraints: abstract-deque ==0.3,
              MonadRandom ==0.4.2.3,
              monads-tf ==0.1.0.3,
              mongoDB ==2.1.1.1,
-             mono-traversable ==1.0.1,
+             mono-traversable ==1.0.2,
              mono-traversable-instances ==0.1.0.0,
              monoid-extras ==0.4.2,
              monoid-subclasses ==0.4.2.1,
+             monoid-transformer ==0.0.3,
              monoidal-containers ==0.3.0.1,
              morte ==1.6.2,
              mountpoints ==1.0.2,
+             mstate ==0.2.7,
              mtl ==2.2.1,
              mtl-compat ==0.2.1.3,
              mtl-prelude ==2.0.3.1,
@@ -1182,14 +1390,17 @@ constraints: abstract-deque ==0.3,
              multipart ==0.1.2,
              multiset ==0.3.3,
              multiset-comb ==0.2.4.1,
+             multistate ==0.7.1.1,
              murmur-hash ==0.1.0.9,
              murmur3 ==1.0.3,
              MusicBrainz ==0.2.4,
-             mustache ==2.1,
+             mustache ==2.1.4,
              mutable-containers ==0.3.3,
              mwc-probability ==1.2.2,
-             mwc-random ==0.13.4.0,
+             mwc-random ==0.13.6.0,
              mwc-random-monad ==0.7.3.1,
+             mysql ==0.1.4,
+             mysql-simple ==0.4.0.1,
              nagios-check ==0.3.2,
              names-th ==0.2.0.2,
              nano-erl ==0.1.0.1,
@@ -1202,53 +1413,69 @@ constraints: abstract-deque ==0.3,
              neat-interpolation ==0.3.2.1,
              netpbm ==1.0.2,
              nettle ==0.2.0,
+             netwire ==5.0.2,
+             netwire-input ==0.0.6,
+             netwire-input-glfw ==0.0.6,
              network ==2.6.3.1,
              network-anonymous-i2p ==0.10.0,
              network-anonymous-tor ==0.11.0,
              network-attoparsec ==0.12.2,
+             network-carbon ==1.0.9,
              network-conduit-tls ==1.2.2,
              network-house ==0.1.0.2,
              network-info ==0.2.0.8,
+             network-ip ==0.3,
+             network-multicast ==0.2.0,
              network-simple ==0.4.0.5,
              network-transport ==0.4.4.0,
              network-transport-composed ==0.2.0.1,
-             network-transport-inmemory ==0.5.1,
+             network-transport-inmemory ==0.5.2,
              network-transport-tcp ==0.5.1,
              network-transport-tests ==0.2.3.0,
              network-uri ==2.6.1.0,
              network-uri-flag ==0.1,
              newtype ==0.2,
+             newtype-generics ==0.5,
+             next-ref ==0.1.0.2,
              nicify-lib ==1.0.1,
              nix-paths ==1.0.0.1,
+             non-empty ==0.3,
              non-empty-sequence ==0.2.0.2,
-             nonce ==1.0.2,
+             non-negative ==0.1.1,
+             nonce ==1.0.3,
+             nondeterminism ==1.4,
              NoTrace ==0.3.0.1,
-             nsis ==0.3,
+             nsis ==0.3.1,
              numbers ==3000.2.0.1,
              numeric-extras ==0.1,
+             numeric-prelude ==0.4.2,
+             numeric-quest ==0.2.0.1,
              NumInstances ==1.4,
              numtype-dk ==0.5.0.1,
+             oanda-rest-api ==0.3.0.0,
              objective ==1.1.1,
              ObjectName ==1.1.0.1,
              octane ==0.16.3,
              Octree ==0.5.4.3,
-             oeis ==0.3.7,
+             oeis ==0.3.9,
              ofx ==0.4.2.0,
              old-locale ==1.0.0.7,
              old-time ==1.1.0.3,
              omnifmt ==0.2.1.1,
              once ==0.2,
+             one-liner ==0.8.1,
              OneTuple ==0.2.1,
              oo-prototypes ==0.1.0.0,
-             opaleye ==0.5.1.1,
-             opaleye-trans ==0.3.3,
+             opaleye ==0.5.3.0,
+             opaleye-trans ==0.3.5,
              open-browser ==0.2.1.0,
-             OpenGL ==3.0.1.0,
-             OpenGLRaw ==3.2.3.0,
+             OpenAL ==1.7.0.4,
+             OpenGL ==3.0.2.0,
+             OpenGLRaw ==3.2.4.0,
              openpgp-asciiarmor ==0.1,
              opensource ==0.1.0.0,
-             openssl-streams ==1.2.1.0,
-             operational ==0.2.3.4,
+             openssl-streams ==1.2.1.1,
+             operational ==0.2.3.5,
              operational-class ==0.3.0.0,
              opml-conduit ==0.5.0.1,
              optional-args ==1.0.1,
@@ -1267,18 +1494,22 @@ constraints: abstract-deque ==0.3,
              pagination ==0.1.1,
              palette ==0.1.0.4,
              pandoc ==1.17.1,
-             pandoc-citeproc ==0.10.2.2,
+             pandoc-citeproc ==0.10.4.1,
              pandoc-types ==1.16.1.1,
              pango ==0.13.3.1,
-             parallel ==3.2.1.0,
+             parallel ==3.2.1.1,
              parallel-io ==0.3.3,
-             parseargs ==0.2.0.7,
+             parseargs ==0.2.0.8,
              parsec ==3.1.11,
+             parsec-numeric ==0.1.0.0,
+             ParsecTools ==0.0.2.0,
              parsers ==0.12.4,
              partial-handler ==1.0.2,
-             path ==0.5.9,
+             partial-isomorphisms ==0.2.2.1,
+             patat ==0.5.2.0,
+             path ==0.5.13,
              path-extra ==0.0.3,
-             path-io ==1.2.0,
+             path-io ==1.2.2,
              path-pieces ==0.2.1,
              pathwalk ==0.3.1.2,
              patience ==0.1.1,
@@ -1294,76 +1525,95 @@ constraints: abstract-deque ==0.3,
              pdfinfo ==1.5.4,
              pem ==0.2.2,
              permutation ==0.5.0.5,
-             persistable-record ==0.4.1.0,
+             persistable-record ==0.4.1.1,
              persistable-types-HDBC-pg ==0.0.1.4,
-             persistent ==2.6,
-             persistent-postgresql ==2.6,
+             persistent ==2.6.1,
+             persistent-mysql ==2.6.0.2,
+             persistent-postgresql ==2.6.1,
              persistent-redis ==2.5.2,
              persistent-refs ==0.4,
-             persistent-sqlite ==2.6,
-             persistent-template ==2.5.1.6,
-             pgp-wordlist ==0.1.0.1,
+             persistent-sqlite ==2.6.2,
+             persistent-template ==2.5.2,
+             pgp-wordlist ==0.1.0.2,
              phantom-state ==0.2.1.2,
+             picedit ==0.2.3.0,
              picoparsec ==0.1.2.3,
+             pid1 ==0.1.0.1,
              pinboard ==0.9.6,
-             pinch ==0.3.0.1,
+             pinch ==0.3.1.0,
              pinchot ==0.22.0.0,
              pipes ==4.1.9,
-             pipes-aeson ==0.4.1.7,
-             pipes-attoparsec ==0.5.1.4,
+             pipes-aeson ==0.4.1.8,
+             pipes-attoparsec ==0.5.1.5,
              pipes-bgzf ==0.2.0.1,
-             pipes-bytestring ==2.1.3,
+             pipes-bytestring ==2.1.4,
              pipes-cacophony ==0.4.0,
+             pipes-category ==0.2.0.1,
              pipes-cliff ==0.12.0.0,
-             pipes-concurrency ==2.0.6,
+             pipes-concurrency ==2.0.7,
              pipes-csv ==1.4.3,
-             pipes-extras ==1.0.7,
+             pipes-extras ==1.0.9,
              pipes-fastx ==0.3.0.0,
-             pipes-group ==1.0.5,
-             pipes-http ==1.0.4,
+             pipes-fluid ==0.5.0.3,
+             pipes-group ==1.0.6,
+             pipes-http ==1.0.5,
              pipes-illumina ==0.1.0.0,
+             pipes-misc ==0.3.0.0,
              pipes-mongodb ==0.1.0.0,
              pipes-network ==0.6.4.1,
-             pipes-parse ==3.0.7,
-             pipes-random ==1.0.0.1,
+             pipes-parse ==3.0.8,
+             pipes-random ==1.0.0.3,
              pipes-safe ==2.2.4,
-             pipes-text ==0.0.2.4,
+             pipes-text ==0.0.2.5,
              pipes-wai ==3.2.0,
              pixelated-avatar-generator ==0.1.3,
              pkcs10 ==0.1.1.0,
              placeholders ==0.1,
-             plan-b ==0.2.0,
+             plan-b ==0.2.1,
+             plot ==0.2.3.7,
+             plot-gtk ==0.2.0.4,
+             plot-gtk-ui ==0.3.0.2,
+             plot-gtk3 ==0.1.0.2,
              point-octree ==0.5.5.3,
              pointed ==5,
              pointedlist ==0.6.1,
              pointful ==1.0.8,
              pointless-fun ==1.1.0.6,
+             poly-arity ==0.1.0,
              polynomials-bernstein ==1.1.2,
              polyparse ==1.12,
+             pooled-io ==0.0.2.1,
+             posix-paths ==0.2.1.1,
              posix-realtime ==0.0.0.4,
              post-mess-age ==0.2.1.0,
-             postgresql-binary ==0.9.1.1,
-             postgresql-libpq ==0.9.2.0,
+             postgresql-binary ==0.9.3,
+             postgresql-libpq ==0.9.3.1,
              postgresql-query ==3.0.1,
              postgresql-schema ==0.1.10,
-             postgresql-simple ==0.5.2.1,
+             postgresql-simple ==0.5.3.0,
              postgresql-simple-url ==0.1.0.1,
              postgresql-transactional ==1.1.1,
+             pqueue ==1.3.2.2,
              pred-set ==0.0.1,
              prednote ==0.36.0.4,
              prefix-units ==0.2.0,
+             prelude-compat ==0.0.0.1,
              prelude-extras ==0.4.0.3,
              prelude-safeenum ==0.1.1.2,
              preprocessor-tools ==1.0.1,
              presburger ==1.3.1,
+             present ==4.1.0,
              pretty installed,
              pretty-class ==1.0.1.1,
              pretty-hex ==1.0,
-             pretty-show ==1.6.12,
+             pretty-show ==1.6.13,
+             pretty-simple ==2.0.0.0,
              pretty-types ==0.2.3.1,
              prettyclass ==1.0.0.0,
              primes ==0.2.1.0,
              primitive ==0.6.1.0,
+             printcess ==0.1.0.3,
+             probability ==0.2.5.1,
              process installed,
              process-extras ==0.4.1.4,
              product-profunctors ==0.7.1.0,
@@ -1372,42 +1622,51 @@ constraints: abstract-deque ==0.3,
              profunctors ==5.2,
              project-template ==0.2.0,
              projectroot ==0.2.0.1,
-             prometheus-client ==0.1.0.1,
-             prometheus-metrics-ghc ==0.1.0.1,
+             prometheus-client ==0.1.1,
+             prometheus-metrics-ghc ==0.1.1,
              prompt ==0.1.1.2,
+             proto-lens ==0.2.0.1,
+             proto-lens-arbitrary ==0.1.0.2,
+             proto-lens-combinators ==0.1.0.6,
+             proto-lens-descriptors ==0.2.0.1,
+             proto-lens-optparse ==0.1.0.2,
+             proto-lens-protoc ==0.2.0.1,
              protobuf ==0.2.1.1,
-             protobuf-simple ==0.1.0.2,
+             protobuf-simple ==0.1.0.4,
              protocol-buffers ==2.4.0,
              protocol-buffers-descriptor ==2.4.0,
              protolude ==0.1.10,
              proxied ==0.2,
              psql-helpers ==0.1.0.0,
              PSQueue ==1.1,
-             psqueues ==0.2.2.2,
+             psqueues ==0.2.2.3,
              publicsuffix ==0.20160716,
              pure-cdb ==0.1.2,
              pure-io ==0.2.1,
              pureMD5 ==2.1.3,
              purescript ==0.9.3,
-             purescript-bridge ==0.8.0.0,
+             purescript-bridge ==0.8.0.1,
+             pusher-http-haskell ==1.2.0.1,
              pwstore-fast ==2.4.4,
              pwstore-purehaskell ==2.1.4,
-             quantum-random ==0.6.3,
+             quantum-random ==0.6.4,
              QuasiText ==0.1.2.6,
              questioner ==0.1.1.0,
              quickbench ==1.0,
              QuickCheck ==2.8.2,
              quickcheck-arbitrary-adt ==0.2.0.0,
              quickcheck-assertions ==0.2.0,
-             quickcheck-combinators ==0.0.1,
+             quickcheck-combinators ==0.0.2,
              quickcheck-instances ==0.3.12,
              quickcheck-io ==0.1.4,
              quickcheck-properties ==0.1,
              quickcheck-simple ==0.1.0.1,
              quickcheck-text ==0.1.2.1,
-             quickcheck-unicode ==1.0.0.1,
+             quickcheck-unicode ==1.0.1.0,
+             raaz ==0.1.1,
              rainbow ==0.28.0.4,
              rainbox ==0.18.0.10,
+             ramus ==0.1.2,
              random ==1.1,
              random-fu ==0.2.7.0,
              random-shuffle ==0.0.4,
@@ -1415,30 +1674,41 @@ constraints: abstract-deque ==0.3,
              random-tree ==0.6.0.5,
              range ==0.1.2.0,
              range-set-list ==0.1.2.0,
+             rank-product ==0.2.0.1,
              rank1dynamic ==0.3.3.0,
              Rasterific ==0.6.1.1,
              rasterific-svg ==0.3.1.2,
-             ratel ==0.3.1,
+             ratel ==0.3.3,
              ratel-wai ==0.2.0,
+             rattletrap ==2.2.0,
              raw-strings-qq ==1.1,
+             rawfilepath ==0.1.1,
+             rawstring-qm ==0.2.3.0,
+             rdf ==0.1.0.1,
+             rdtsc ==1.3.0.1,
              read-editor ==0.1.0.2,
              read-env-var ==0.1.0.1,
              readable ==0.3.1,
-             ReadArgs ==1.2.2,
+             ReadArgs ==1.2.3,
              readline ==1.0.3.0,
-             rebase ==1.0.2.1,
+             rebase ==1.0.8,
+             recursion-schemes ==5.0.1,
              redis-io ==0.7.0,
              redis-resp ==0.4.0,
              reducers ==3.12.1,
+             reedsolomon ==0.0.4.3,
              ref-fd ==0.4.0.1,
              refact ==0.3.0.2,
+             references ==0.3.2.1,
+             refined ==0.1.2.1,
              reflection ==2.1.2,
              reform ==0.2.7.1,
-             reform-blaze ==0.2.4.1,
-             reform-hamlet ==0.0.5.1,
+             reform-blaze ==0.2.4.3,
+             reform-hamlet ==0.0.5.3,
              reform-happstack ==0.2.5.1,
              reform-hsp ==0.2.7.1,
              RefSerialize ==0.3.1.4,
+             regex ==1.0.0.0,
              regex-applicative ==0.3.3,
              regex-applicative-text ==0.1.0.1,
              regex-base ==0.93.2,
@@ -1450,35 +1720,40 @@ constraints: abstract-deque ==0.3,
              regex-tdfa ==1.2.2,
              regex-tdfa-text ==1.0.0.3,
              reinterpret-cast ==0.1.0,
-             relational-query ==0.8.3.2,
+             relational-query ==0.8.4.0,
              relational-query-HDBC ==0.6.0.2,
-             relational-record ==0.1.5.1,
-             relational-schemas ==0.1.3.1,
+             relational-record ==0.1.6.1,
+             relational-schemas ==0.1.3.0,
              renderable ==0.2.0.1,
              repa ==3.4.1.2,
              repa-algorithms ==3.4.1.1,
              repa-io ==3.4.1.1,
              RepLib ==0.5.4,
+             repline ==0.1.6.0,
+             rerebase ==1.0.3,
              reroute ==0.4.0.1,
-             resolve-trivial-conflicts ==0.3.2.3,
+             resolve-trivial-conflicts ==0.3.2.4,
              resource-pool ==0.2.3.2,
-             resourcet ==1.1.8,
+             resourcet ==1.1.9,
              rest-client ==0.5.1.1,
              rest-core ==0.39,
              rest-gen ==0.19.0.3,
              rest-happstack ==0.3.1.1,
+             rest-snap ==0.2.0.1,
              rest-stringmap ==0.2.0.6,
              rest-types ==1.14.1.1,
              rest-wai ==0.2.0.1,
              result ==0.2.6.0,
-             rethinkdb ==2.2.0.7,
+             rethinkdb ==2.2.0.10,
              rethinkdb-client-driver ==0.0.23,
-             retry ==0.7.4.1,
+             retry ==0.7.4.2,
              rev-state ==0.1.2,
              rfc5051 ==0.1.0.3,
+             riak-protobuf ==0.22.0.0,
              rng-utils ==0.2.1,
              rose-trees ==0.0.4.3,
              rosezipper ==0.2,
+             rot13 ==0.1.0.2,
              rotating-log ==0.4,
              RSA ==2.2.0,
              rss-conduit ==0.2.0.2,
@@ -1486,27 +1761,33 @@ constraints: abstract-deque ==0.3,
              runmemo ==1.0.0.1,
              rvar ==0.2.0.3,
              s3-signer ==0.3.0.0,
-             safe ==0.3.9,
-             safe-exceptions ==0.1.4.0,
-             safecopy ==0.9.2,
+             safe ==0.3.14,
+             safe-exceptions ==0.1.5.0,
+             safe-exceptions-checked ==0.1.0,
+             safecopy ==0.9.3.2,
              SafeSemaphore ==0.10.1,
+             sample-frame ==0.0.3,
+             sample-frame-np ==0.0.4.1,
              sampling ==0.2.0,
              sandi ==0.4.0,
              sandman ==0.2.0.1,
+             say ==0.1.0.0,
              sbv ==5.12,
              scalpel ==0.3.1,
+             scalpel-core ==0.5.1,
              scanner ==0.2,
              scientific ==0.3.4.9,
              scotty ==0.11.0,
-             scrape-changes ==0.1.0.4,
+             scrape-changes ==0.1.0.5,
              scrypt ==0.5.0,
-             sdl2 ==2.1.3,
-             secp256k1 ==0.4.6,
+             sdl2 ==2.1.3.1,
+             search-algorithms ==0.1.0,
+             secp256k1 ==0.4.8,
              securemem ==0.1.9,
              SegmentTree ==0.3,
              semigroupoid-extras ==5,
              semigroupoids ==5.1,
-             semigroups ==0.18.2,
+             semigroups ==0.18.3,
              semiring-simple ==1.0.0.1,
              semver ==0.3.3.1,
              sendfile ==0.7.9,
@@ -1515,11 +1796,11 @@ constraints: abstract-deque ==0.3,
              serf ==0.1.1.0,
              servant ==0.8.1,
              servant-aeson-specs ==0.5.2.0,
-             servant-auth-cookie ==0.3.2,
              servant-blaze ==0.7.1,
              servant-cassava ==0.8,
              servant-client ==0.8.1,
              servant-docs ==0.8.1,
+             servant-elm ==0.4.0.1,
              servant-foreign ==0.8.1,
              servant-js ==0.8.1,
              servant-JuicyPixels ==0.3.0.2,
@@ -1527,32 +1808,36 @@ constraints: abstract-deque ==0.3,
              servant-mock ==0.8.1.1,
              servant-purescript ==0.3.1.5,
              servant-server ==0.8.1,
+             servant-static-th ==0.1.0.3,
              servant-subscriber ==0.5.0.3,
              servant-swagger ==1.1.2,
-             servant-swagger-ui ==0.2.0.2.1.5,
+             servant-swagger-ui ==0.2.3.2.2.8,
              servant-yaml ==0.1.0.0,
              serversession ==1.0.1,
              serversession-backend-acid-state ==1.0.3,
              serversession-frontend-wai ==1.0,
              serversession-frontend-yesod ==1.0,
              servius ==1.2.0.2,
+             set-cover ==0.0.8,
              set-monad ==0.2.0.0,
              setenv ==0.1.1.3,
              setlocale ==1.0.0.4,
              sets ==0.0.5.2,
              SHA ==1.6.4.2,
-             shake ==0.15.10,
-             shake-language-c ==0.10.0,
-             shakespeare ==2.0.11.1,
+             shake ==0.15.11,
+             shake-language-c ==0.10.1,
+             shakespeare ==2.0.13,
              shell-conduit ==4.5.2,
              ShellCheck ==0.4.4,
-             shelly ==1.6.8.1,
+             shelly ==1.6.8.3,
              shortcut-links ==0.4.2.0,
              should-not-typecheck ==2.1.0,
+             show-prettyprint ==0.1.2,
              show-type ==0.1.1,
+             sibe ==0.2.0.5,
              signal ==0.1.0.3,
              silently ==1.2.5,
-             simple ==0.11.1,
+             simple ==0.11.2,
              simple-download ==0.0.2,
              simple-log ==0.4.0,
              simple-reflect ==0.3.2,
@@ -1565,33 +1850,37 @@ constraints: abstract-deque ==0.3,
              siphash ==1.0.3,
              skein ==1.0.9.4,
              skeletons ==0.4.0,
+             skylighting ==0.3.3,
              slave-thread ==1.0.2,
-             slug ==0.1.5,
-             smallcaps ==0.6.0.3,
+             slug ==0.1.6,
+             smallcaps ==0.6.0.4,
              smallcheck ==1.1.1,
-             smoothie ==0.4.2.3,
-             smsaero ==0.6.1,
+             smoothie ==0.4.2.7,
+             smsaero ==0.6.2,
              smtLib ==1.0.8,
-             smtp-mail ==0.1.4.5,
-             snap-core ==1.0.0.0,
-             snap-server ==1.0.1.0,
+             smtp-mail ==0.1.4.6,
+             snap-blaze ==0.2.1.5,
+             snap-core ==1.0.2.1,
+             snap-server ==1.0.2.2,
              snowflake ==0.1.1.1,
-             soap ==0.2.3.1,
+             soap ==0.2.3.4,
              soap-openssl ==0.1.0.2,
              soap-tls ==0.1.1.2,
              socket ==0.6.1.0,
+             socket-activation ==0.1.0.2,
              socks ==0.5.5,
              solga ==0.1.0.1,
-             solga-swagger ==0.1.0.1,
+             solga-swagger ==0.1.0.2,
              sorted-list ==0.2.0.0,
              sourcemap ==0.1.6,
+             sparse-linear-algebra ==0.2.9.7,
              spdx ==0.2.1.0,
              speculation ==1.5.0.3,
-             speedy-slice ==0.1.4,
+             speedy-slice ==0.1.5,
              sphinx ==0.6.0.2,
              Spintax ==0.1.0.1,
              splice ==0.6.1.1,
-             split ==0.2.3.1,
+             split ==0.2.3.2,
              Spock ==0.11.0.0,
              Spock-api ==0.11.0.0,
              Spock-api-server ==0.11.0.0,
@@ -1600,39 +1889,52 @@ constraints: abstract-deque ==0.3,
              Spock-worker ==0.3.1.0,
              spool ==0.1,
              spoon ==0.3.1,
+             spreadsheet ==0.1.3.4,
              sql-words ==0.1.4.1,
-             sqlite-simple ==0.4.9.0,
-             srcloc ==0.5.1.0,
+             sqlite-simple ==0.4.13.0,
+             sqlite-simple-errors ==0.6.0.0,
+             srcloc ==0.5.1.1,
              stache ==0.1.8,
              stack ==1.1.2,
              stack-run-auto ==0.1.1.4,
-             stackage-curator ==0.14.1.1,
+             stack-type ==0.1.0.0,
+             stackage-curator ==0.14.3,
              stackage-types ==1.2.0,
-             state-plus ==0.1.2,
+             state-plus ==0.1.3,
              stateref ==0.3,
              statestack ==0.2.0.5,
              StateVar ==1.1.0.4,
              stateWriter ==0.2.8,
              static-canvas ==0.2.0.3,
              statistics ==0.13.3.0,
+             stb-image-redux ==0.2.1.0,
+             stemmer ==0.5.2,
              stm ==2.4.4.1,
              stm-chans ==3.0.0.4,
              stm-conduit ==3.0.0,
              stm-containers ==0.2.15,
              stm-delay ==0.1.1.1,
+             stm-extras ==0.1.0.2,
+             stm-split ==0.0.2,
              stm-stats ==0.2.0.0,
+             stm-supply ==0.2.0.0,
              STMonadTrans ==0.3.4,
-             stopwatch ==0.1.0.3,
+             stopwatch ==0.1.0.4,
              storable-complex ==0.2.2,
-             storable-endian ==0.2.5,
+             storable-endian ==0.2.6,
              storable-record ==0.0.3.1,
+             storable-tuple ==0.0.3.2,
+             storablevector ==0.2.12,
+             storablevector-carray ==0.0,
              store ==0.2.1.2,
              store-core ==0.2.0.2,
-             Strafunski-StrategyLib ==5.0.0.9,
+             Strafunski-StrategyLib ==5.0.0.10,
              stratosphere ==0.1.6,
-             streaming ==0.1.4.3,
-             streaming-bytestring ==0.1.4.4,
-             streaming-commons ==0.1.16,
+             streaming ==0.1.4.5,
+             streaming-bytestring ==0.1.4.6,
+             streaming-commons ==0.1.17,
+             streaming-utils ==0.1.4.7,
+             streaming-wai ==0.1.1,
              streamproc ==1.6.2,
              streams ==3.3,
              strict ==0.3.2,
@@ -1640,21 +1942,23 @@ constraints: abstract-deque ==0.3,
              string-class ==0.1.6.5,
              string-combinators ==0.6.0.5,
              string-conv ==0.1.2,
-             string-conversions ==0.4,
+             string-conversions ==0.4.0.1,
              string-qq ==0.0.2,
              stringable ==0.1.3,
              stringbuilder ==0.5.0,
              stringsearch ==0.3.6.6,
              stripe-core ==2.1.0,
-             strive ==3.0.1,
+             stripe-tests ==2.2.1,
+             strive ==3.0.3,
              stylish-haskell ==0.6.1.0,
              success ==0.2.6,
              sundown ==0.6,
+             superbuffer ==0.3.1.0,
              svg-builder ==0.1.0.2,
              svg-tree ==0.5.1.2,
              SVGFonts ==1.5.0.1,
              swagger ==0.2.2,
-             swagger2 ==2.1.3,
+             swagger2 ==2.1.4,
              syb ==0.6,
              syb-with-class ==0.6.1.7,
              symbol ==0.2.4,
@@ -1665,75 +1969,96 @@ constraints: abstract-deque ==0.3,
              system-posix-redirect ==1.1.0.1,
              syz ==0.2.0.0,
              tabular ==0.2.2.7,
+             tagchup ==0.4.0.5,
              tagged ==0.8.5,
              tagged-binary ==0.2.0.0,
+             tagged-identity ==0.1.2,
              taggy ==0.2.0,
              taggy-lens ==0.1.2,
              tagshare ==0.0,
-             tagsoup ==0.14,
+             tagsoup ==0.14.1,
              tagstream-conduit ==0.5.5.3,
              tar ==0.5.0.3,
+             tar-conduit ==0.1.0,
              tardis ==0.4.1.0,
-             tasty ==0.11.0.4,
-             tasty-ant-xml ==1.0.2,
+             tasty ==0.11.2.1,
+             tasty-ant-xml ==1.0.5,
+             tasty-auto ==0.2.0.0,
              tasty-dejafu ==0.3.0.2,
+             tasty-discover ==2.0.3,
              tasty-expected-failure ==0.11.0.4,
+             tasty-fail-fast ==0.0.2,
              tasty-golden ==2.3.1.1,
-             tasty-hspec ==1.1.3,
+             tasty-hspec ==1.1.3.1,
              tasty-html ==0.4.1.1,
              tasty-hunit ==0.9.2,
              tasty-kat ==0.0.3,
              tasty-program ==1.0.5,
              tasty-quickcheck ==0.8.4,
              tasty-rerun ==1.1.6,
-             tasty-silver ==3.1.9,
+             tasty-silver ==3.1.10,
              tasty-smallcheck ==0.8.1,
+             tasty-stats ==0.2.0.2,
+             tasty-tap ==0.0.4,
              tasty-th ==0.1.4,
+             Taxonomy ==1.0.2,
              TCache ==0.12.0,
+             tce-conf ==1.3,
              tcp-streams ==0.4.0.0,
+             tdigest ==0.1,
+             tdigest-Chart ==0,
              template ==0.2.0.10,
              template-haskell installed,
              temporary ==1.2.0.4,
              temporary-rc ==1.2.0.3,
+             termcolor ==0.2.0.0,
              terminal-progress-bar ==0.0.1.4,
              terminal-size ==0.3.2.1,
-             terminfo ==0.4.0.2,
-             test-fixture ==0.4.1.0,
+             terminfo ==0.4.1.0,
+             test-fixture ==0.4.2.0,
              test-framework ==0.8.1.1,
              test-framework-hunit ==0.3.0.2,
              test-framework-quickcheck2 ==0.3.0.3,
              test-framework-smallcheck ==0.2,
              test-framework-th ==0.2.4,
-             test-simple ==0.1.8,
+             test-simple ==0.1.9,
              testing-feat ==0.4.0.3,
              texmath ==0.8.6.7,
-             text ==1.2.2.1,
-             text-all ==0.3.0.2,
+             text ==1.2.2.2,
+             text-all ==0.3.1.0,
              text-binary ==0.2.1.1,
              text-conversions ==0.3.0,
              text-format ==0.3.1.1,
              text-icu ==0.7.0.1,
+             text-latin1 ==0.3,
              text-ldap ==0.1.1.8,
              text-manipulate ==0.2.0.1,
              text-metrics ==0.1.0,
-             text-postgresql ==0.0.2.1,
+             text-postgresql ==0.0.2.2,
+             text-printer ==0.5,
              text-region ==0.1.0.1,
              text-show ==3.4,
              text-show-instances ==3.4,
+             text-zipper ==0.10,
+             textlocal ==0.1.0.5,
              tf-random ==0.5,
+             tfp ==1.0.0.2,
              th-data-compat ==0.0.2.2,
              th-desugar ==1.6,
-             th-expand-syns ==0.4.0.0,
+             th-expand-syns ==0.4.3.0,
              th-extras ==0.0.0.4,
-             th-lift ==0.7.6,
-             th-lift-instances ==0.1.10,
-             th-orphans ==0.13.2,
+             th-lift ==0.7.7,
+             th-lift-instances ==0.1.11,
+             th-orphans ==0.13.3,
              th-printf ==0.3.1,
              th-reify-compat ==0.0.1.1,
              th-reify-many ==0.1.6,
+             th-to-exp ==0.0.1.0,
              th-utilities ==0.2.0.1,
-             these ==0.7.2,
+             these ==0.7.3,
+             thread-local-storage ==0.1.1,
              threads ==0.5.1.4,
+             threepenny-gui ==0.7.0.2,
              through-text ==0.1.0.0,
              thumbnail-plus ==1.0.5,
              thyme ==0.3.5.5,
@@ -1742,31 +2067,35 @@ constraints: abstract-deque ==0.3,
              time-compat ==0.1.0.3,
              time-lens ==0.4.0.1,
              time-locale-compat ==0.1.1.3,
-             time-parsers ==0.1.1.0,
+             time-parsers ==0.1.2.0,
              timeit ==1.0.0.0,
              timelens ==0.2.0.2,
              timemap ==0.0.4,
              timerep ==2.0.0.2,
+             timespan ==0.3.0.0,
              timezone-olson ==0.1.7,
              timezone-series ==0.1.6.1,
              tinylog ==0.14.0,
              tinytemplate ==0.1.2.0,
-             tls ==1.3.8,
+             titlecase ==0.1.0.3,
+             tls ==1.3.10,
              tls-debug ==0.4.4,
              token-bucket ==0.1.0.1,
              tostring ==0.2.1.1,
+             tracy ==0.1.4.0,
              transformers installed,
              transformers-base ==0.4.4,
              transformers-compat ==0.5.1.4,
              transformers-lift ==0.1.0.1,
-             transient ==0.4.4,
-             transient-universe ==0.3.5,
+             transient ==0.4.4.1,
+             transient-universe ==0.3.5.1,
              traverse-with-class ==0.2.0.4,
              tree-fun ==0.8.1.0,
              tree-view ==0.4,
              tries ==0.0.4,
-             trifecta ==1.6,
+             trifecta ==1.6.2.1,
              true-name ==0.1.0.2,
+             tsv2csv ==0.1.0.2,
              ttrie ==0.1.2.1,
              tttool ==1.6.1.2,
              tuple ==0.3.0.2,
@@ -1774,34 +2103,46 @@ constraints: abstract-deque ==0.3,
              tuples-homogenous-h98 ==0.1.1.0,
              turtle ==1.2.8,
              turtle-options ==0.1.0.4,
-             twitter-conduit ==0.2.1,
+             twitter-conduit ==0.2.2,
              twitter-feed ==0.2.0.11,
              twitter-types ==0.7.2.2,
              twitter-types-lens ==0.7.2,
              type-aligned ==0.9.6,
+             type-combinators ==0.2.4.3,
              type-eq ==0.5,
              type-fun ==0.1.1,
+             type-hint ==0.1,
+             type-level-integers ==0.0.1,
+             type-level-kv-list ==1.1.0,
              type-level-numbers ==0.1.1.1,
              type-list ==0.5.0.0,
+             type-operators ==0.1.0.4,
              type-spec ==0.2.0.0,
+             TypeCompose ==0.9.12,
+             typed-process ==0.1.0.0,
              typelits-witnesses ==0.2.3.0,
              typography-geometry ==1.0.0.1,
-             tzdata ==0.1.20160614.0,
-             ua-parser ==0.7.1,
+             tz ==0.1.2.1,
+             tzdata ==0.1.20161123.0,
+             ua-parser ==0.7.3,
              uglymemo ==0.1.0.1,
              unbound ==0.5.1,
              unbound-generics ==0.3.1,
-             unbounded-delays ==0.1.0.9,
+             unbounded-delays ==0.1.1.0,
              uncertain ==0.3.1.0,
              unexceptionalio ==0.3.0,
              unfoldable ==0.8.4,
-             unfoldable-restricted ==0.0.2,
+             unfoldable-restricted ==0.0.3,
+             unicode ==0.0,
              unicode-show ==0.1.0.2,
              unicode-transforms ==0.1.0.1,
              unification-fd ==0.10.0.1,
              union ==0.1.1.1,
              union-find ==0.2,
              uniplate ==1.6.12,
+             uniq-deep ==1.1.0.0,
+             Unique ==0.4.6.1,
+             unique ==0,
              unit-constraint ==0.0.0,
              units ==2.4,
              units-defs ==2.0.1.1,
@@ -1814,181 +2155,229 @@ constraints: abstract-deque ==0.3,
              universe-reverse-instances ==1.0,
              unix installed,
              unix-bytestring ==0.3.7.3,
-             unix-compat ==0.4.2.0,
+             unix-compat ==0.4.3.1,
              unix-time ==0.3.7,
              Unixutils ==1.54.1,
-             unordered-containers ==0.2.7.1,
-             uri-bytestring ==0.2.2.0,
+             unlit ==0.4.0.0,
+             unordered-containers ==0.2.8.0,
+             unsafe ==0.0,
+             uri-bytestring ==0.2.3.1,
              uri-encode ==1.5.0.5,
+             uri-templater ==0.2.1.0,
              url ==2.1.3,
              urlpath ==5.0.0.1,
-             userid ==0.1.2.7,
+             userid ==0.1.2.8,
              users ==0.5.0.0,
              users-postgresql-simple ==0.5.0.2,
              users-test ==0.5.0.1,
              utf8-light ==0.4.2,
              utf8-string ==1.0.1.1,
-             utility-ht ==0.0.12,
+             utility-ht ==0.0.13,
              uu-interleaved ==0.2.0.0,
              uu-parsinglib ==2.9.1.1,
-             uuid ==1.3.12,
+             uuid ==1.3.13,
              uuid-orphans ==1.4.1,
              uuid-types ==1.0.3,
-             vado ==0.0.7,
+             vado ==0.0.8,
              validate-input ==0.4.0.0,
-             validation ==0.5.3,
+             validation ==0.5.4,
+             validity ==0.3.3.0,
              varying ==0.5.0.3,
-             vault ==0.3.0.6,
-             vcswrapper ==0.1.3,
+             vault ==0.3.0.7,
+             vcswrapper ==0.1.5,
              vector ==0.11.0.0,
              vector-algorithms ==0.7.0.1,
-             vector-binary-instances ==0.2.3.2,
+             vector-binary-instances ==0.2.3.5,
              vector-buffer ==0.4.1,
              vector-fftw ==0.1.3.7,
              vector-instances ==3.3.1,
+             vector-sized ==0.5.1.0,
              vector-space ==0.10.4,
+             vector-split ==1.0.0.2,
              vector-th-unbox ==0.2.1.6,
-             vectortiles ==1.2.0,
-             versions ==3.0.0,
+             vectortiles ==1.2.0.5,
+             verbosity ==0.2.3.0,
+             versions ==3.0.2,
              vhd ==0.2.2,
              ViennaRNAParser ==1.2.9,
-             vinyl ==0.5.2,
+             vinyl ==0.5.3,
              vinyl-utils ==0.3.0.0,
-             void ==0.7.1,
+             void ==0.7.2,
              vty ==5.11.3,
              wai ==3.2.1.1,
              wai-app-static ==3.1.6.1,
+             wai-cli ==0.1.1,
              wai-conduit ==3.0.0.3,
              wai-cors ==0.2.5,
              wai-eventsource ==3.0.0,
-             wai-extra ==3.0.19,
+             wai-extra ==3.0.19.1,
+             wai-handler-launch ==3.0.2.2,
              wai-logger ==2.3.0,
+             wai-middleware-auth ==0.1.2.0,
              wai-middleware-caching ==0.1.0.2,
              wai-middleware-caching-lru ==0.1.0.0,
              wai-middleware-caching-redis ==0.2.0.0,
              wai-middleware-consul ==0.1.0.2,
              wai-middleware-content-type ==0.4.1,
              wai-middleware-crowd ==0.1.4.2,
-             wai-middleware-metrics ==0.2.3,
-             wai-middleware-prometheus ==0.1.0.1,
+             wai-middleware-metrics ==0.2.4,
+             wai-middleware-prometheus ==0.1.1,
              wai-middleware-static ==0.8.1,
              wai-middleware-throttle ==0.2.1.0,
              wai-middleware-verbs ==0.3.2,
              wai-predicates ==0.9.0,
-             wai-request-spec ==0.10.2.1,
+             wai-request-spec ==0.10.2.4,
+             wai-route ==0.3.1.1,
+             wai-routes ==0.9.10,
+             wai-routing ==0.13.0,
              wai-session ==0.3.2,
              wai-session-postgresql ==0.2.1.0,
              wai-transformers ==0.0.7,
              wai-websockets ==3.0.1.1,
              waitra ==0.0.4.0,
-             warp ==3.2.8,
-             warp-tls ==3.2.2,
+             warp ==3.2.12,
+             warp-tls ==3.2.3,
+             wave ==0.1.5,
+             wavefront ==0.7.1,
+             wavefront-obj ==0.1.0.1,
              web-plugins ==0.2.9,
              web-routes ==0.27.11,
              web-routes-boomerang ==0.28.4.2,
              web-routes-happstack ==0.23.10,
              web-routes-hsp ==0.24.6.1,
-             web-routes-th ==0.22.6,
+             web-routes-th ==0.22.6.1,
              web-routes-wai ==0.24.3,
-             webdriver ==0.8.4,
+             webdriver ==0.8.5,
              webdriver-angular ==0.1.11,
              webkitgtk3 ==0.14.2.1,
              webkitgtk3-javascriptcore ==0.14.2.1,
-             webpage ==0.0.4,
+             webpage ==0.0.5,
              webrtc-vad ==0.1.0.3,
-             websockets ==0.9.7.0,
-             weigh ==0.0.3,
+             websockets ==0.9.8.2,
+             websockets-rpc ==0.0.2,
+             websockets-snap ==0.10.2.2,
+             weigh ==0.0.4,
              werewolf ==1.5.1.1,
              werewolf-slack ==1.0.2.0,
-             wikicfp-scraper ==0.1.0.5,
+             wikicfp-scraper ==0.1.0.8,
+             wild-bind ==0.1.0.3,
+             wild-bind-indicator ==0.1.0.1,
+             wild-bind-task-x11 ==0.1.0.1,
+             wild-bind-x11 ==0.1.0.6,
              Win32 ==2.3.1.1,
              Win32-extras ==0.2.0.1,
              Win32-notify ==0.3.0.1,
+             wire-streams ==0.1.1.0,
              with-location ==0.1.0,
              withdependencies ==0.2.4,
-             witherable ==0.1.3.3,
+             witherable ==0.1.3.4,
+             witness ==0.4,
              wizards ==1.0.2,
              wl-pprint ==1.2,
+             wl-pprint-annotated ==0.0.1.4,
+             wl-pprint-console ==0.1.0.1,
              wl-pprint-extras ==3.5.0.5,
              wl-pprint-terminfo ==3.7.1.4,
-             wl-pprint-text ==1.1.0.4,
+             wl-pprint-text ==1.1.1.0,
              word-trie ==0.3.0,
+             word24 ==2.0.1,
              word8 ==0.1.2,
-             wordpass ==1.0.0.6,
+             wordpass ==1.0.0.7,
              Workflow ==0.8.3,
              wrap ==0.0.0,
              wreq ==0.4.1.0,
-             writer-cps-mtl ==0.1.0.2,
-             writer-cps-transformers ==0.1.0.2,
-             wuss ==1.1.1,
+             writer-cps-full ==0.1.0.0,
+             writer-cps-lens ==0.1.0.1,
+             writer-cps-morph ==0.1.0.2,
+             writer-cps-mtl ==0.1.1.4,
+             writer-cps-transformers ==0.1.1.3,
+             wuss ==1.1.4,
              X11 ==1.6.1.2,
-             x509 ==1.6.4,
+             X11-xft ==0.3.1,
+             x509 ==1.6.5,
              x509-store ==1.6.2,
              x509-system ==1.6.4,
              x509-validation ==1.6.5,
              Xauth ==0.1,
-             xdcc ==1.1.3,
+             xdcc ==1.1.4,
              xdg-basedir ==0.2.2,
+             xeno ==0.1,
              xenstore ==0.1.1,
              xhtml ==3000.2.1,
              xlsior ==0.1.0.1,
              xlsx ==0.2.4,
              xlsx-tabular ==0.1.0.1,
              xml ==1.3.14,
+             xml-basic ==0.1.1.3,
              xml-conduit ==1.3.5,
              xml-conduit-parse ==0.3.1.0,
              xml-conduit-writer ==0.1.1.1,
-             xml-hamlet ==0.4.0.12,
+             xml-hamlet ==0.4.1,
+             xml-html-qq ==0.1.0.1,
+             xml-indexed-cursor ==0.1.1.0,
              xml-lens ==0.1.6.3,
+             xml-picklers ==0.3.6,
              xml-to-json-fast ==2.0.0,
              xml-types ==0.3.6,
              xmlgen ==0.6.2.1,
-             xmlhtml ==0.2.3.5,
+             xmlhtml ==0.2.4,
              xmonad ==0.12,
              xss-sanitize ==0.3.5.7,
              yackage ==0.8.1,
              yahoo-finance-api ==0.1.0.0,
-             yaml ==0.8.20,
-             Yampa ==0.10.5,
+             yaml ==0.8.23,
+             Yampa ==0.10.6,
              YampaSynth ==0.2,
              yarr ==1.4.0.2,
              yes-precure5-command ==5.5.3,
-             yesod ==1.4.3,
-             yesod-auth ==1.4.13.5,
+             yesod ==1.4.5,
+             yesod-auth ==1.4.17.1,
              yesod-auth-account ==1.4.3,
              yesod-auth-basic ==0.1.0.2,
              yesod-auth-hashdb ==1.5.1.3,
              yesod-auth-oauth2 ==0.2.2,
-             yesod-bin ==1.4.18.7,
-             yesod-core ==1.4.25,
-             yesod-eventsource ==1.4.0.1,
+             yesod-bin ==1.5.2.3,
+             yesod-core ==1.4.33,
+             yesod-eventsource ==1.4.1,
              yesod-fay ==0.8.0,
              yesod-fb ==0.3.4,
-             yesod-form ==1.4.8,
+             yesod-form ==1.4.12,
              yesod-form-richtext ==0.1.0.0,
              yesod-gitrepo ==0.2.1.0,
              yesod-gitrev ==0.1.0.0,
-             yesod-job-queue ==0.3.0.1,
+             yesod-job-queue ==0.3.0.2,
+             yesod-markdown ==0.11.4,
              yesod-newsfeed ==1.6,
-             yesod-persistent ==1.4.0.6,
+             yesod-persistent ==1.4.2,
              yesod-sitemap ==1.4.0.1,
-             yesod-static ==1.5.1.1,
+             yesod-static ==1.5.2,
              yesod-static-angular ==0.1.8,
              yesod-table ==2.0.3,
-             yesod-test ==1.5.3,
-             yesod-websockets ==0.2.4,
+             yesod-test ==1.5.5,
+             yesod-websockets ==0.2.6,
              yi ==0.12.6,
+             yi-core ==0.13.5,
+             yi-frontend-vty ==0.13.5,
              yi-fuzzy-open ==0.1.0.1,
+             yi-ireader ==0.13.5,
+             yi-keymap-cua ==0.13.5,
+             yi-keymap-emacs ==0.13.5,
              yi-language ==0.2.1,
+             yi-misc-modes ==0.13.5,
+             yi-mode-javascript ==0.13.5,
              yi-rope ==0.7.0.2,
+             yi-snippet ==0.13.5,
              yjtools ==0.9.18,
+             yoga ==0.0.0.1,
+             youtube ==0.2.1,
              zero ==0.1.4,
              zeromq4-haskell ==0.6.5,
-             zip ==0.1.3,
-             zip-archive ==0.3.0.5,
-             zippers ==0.2.2,
+             zip ==0.1.11,
+             zip-archive ==0.3.0.6,
+             zippers ==0.2.3,
              zlib ==0.6.1.2,
              zlib-bindings ==0.1.1.5,
              zlib-lens ==0.1.2.1,
              zoom-refs ==0.0.0.1,
-             zot ==0.0.3
+             zot ==0.0.3,
+             ztail ==1.2
diff --git a/packages.txt b/packages.txt
index b4c7462..6322e26 100644
--- a/packages.txt
+++ b/packages.txt
@@ -3,7 +3,7 @@ abstract-par 0.3.3
 acid-state 0.14.2 key
 active 0.2.0.10
 adjunctions 4.3
-aeson 0.11.2.1
+aeson 0.11.3.0
 aeson-compat 0.3.6
 aeson-extra 0.4.0.0
 aeson-pretty 0.8.2
@@ -11,17 +11,17 @@ aeson-qq 0.8.1
 Agda 2.5.1.1 key
 alex 3.1.7 binary key
 Allure 0.5.0.0
-ansi-terminal 0.6.2.3
+ansi-terminal 0.6.3
 ansi-wl-pprint 0.6.7.3
 appar 0.1.4
-arbtt 0.9.0.10 binary notest key
+arbtt 0.9.0.13 binary notest key
 argon2 1.2.0 notest # BROKEN - GHC8 (testsuite only)
 arrows 0.4.4.1 key
-asn1-encoding 0.9.4
+asn1-encoding 0.9.5
 asn1-parse 0.9.4
 asn1-types 0.3.2
 assert-failure 0.1.1.0
-async 2.1.0
+async 2.1.1.1
 attoparsec 0.13.1.0
 attoparsec-conduit 1.1.0 avoid
 attoparsec-enumerator 0.3.4
@@ -31,30 +31,30 @@ auto-update 0.1.4
 aws 0.14.1 notest
 base16-bytestring 0.1.1.6
 base64-bytestring 1.0.0.1
-base-compat 0.9.1
+base-compat 0.9.3
 base-orphans 0.5.4
 base-unicode-symbols 0.2.2.4
-basic-prelude 0.6.1
+basic-prelude 0.6.1.1
 bencode 0.6.0.0
-bifunctors 5.4.1
+bifunctors 5.4.2
 binary-conduit 1.2.4.1 notest
-binary-orphans 0.1.5.1
+binary-orphans 0.1.6.0
 binary-parsers 0.2.3.0
-binary-tagged 0.1.4.1
+binary-tagged 0.1.4.2
 bindings-DSL 1.0.23
 bindings-nettle 0.3.1 key # for QA
 bindings-sane 0.0.1 key # for QA
 blaze-builder 0.4.0.2
 blaze-builder-conduit 1.1.0 avoid
-blaze-html 0.8.1.2
-blaze-markup 0.7.1.0
-blaze-svg 0.3.6
+blaze-html 0.8.1.3
+blaze-markup 0.7.1.1
+blaze-svg 0.3.6.1
 blaze-textual 0.2.1.0 notest
 BlogLiterately 0.8.4 key
 bloomfilter 2.0.1.0
 bmp 1.2.6.3
 BNFC 2.8.1 binary=bnfc
-Boolean 0.2.3
+Boolean 0.2.4
 bool-extras 0.4.0
 boomerang 1.4.5.2
 BoundedChan 1.0.3.0
@@ -65,34 +65,35 @@ bustle 0.5.4 key binary=bustle
 byteable 0.1.1
 bytedump 1.0
 byteorder 1.0.4
-bytes 0.15.2
+bytes 0.15.3
 bytestring-builder 0.10.8.1.0 avoid
 bytestring-conversion 0.3.1
-bytestring-handle 0.1.0.4
+bytestring-handle 0.1.0.5
 bytestring-lexing 0.5.0.2
 bytestring-mmap 0.2.2
 bytestring-progress 1.0.7
 bytestring-show 0.3.5.6
 bzlib 0.5.0.5
 c2hs 0.28.1 binary notest
-Cabal 1.24.1.0 ghcpkg notest
+Cabal 1.24.2.0 ghcpkg notest
 cabal-debian 4.35.6 binary -f-local-debian key
-cabal-file-th 0.2.3
-cabal-helper 0.7.2.0
-cabal-install 1.24.0.1 binary
+cabal-doctest 1.0.2
+cabal-file-th 0.2.4
+cabal-helper 0.7.3.0
+cabal-install 1.24.0.2 binary
 cairo 0.13.3.1
 call-stack 0.1.0
 carettah 0.4.2 binary
-case-insensitive 1.2.0.7
-cassava 0.4.5.0
+case-insensitive 1.2.0.9
+cassava 0.4.5.1
 categories 1.0.7 key
-cereal 0.5.3.0
+cereal 0.5.4.0
 cereal-conduit 0.7.3
-cgi 3001.3.0.1
+cgi 3001.3.0.2
 charset 0.3.7.1
-charsetdetect-ae 1.1.0.1
-Chart 1.8.1
-Chart-cairo 1.8.1
+charsetdetect-ae 1.1.0.2
+Chart 1.8.2
+Chart-cairo 1.8.2
 ChasingBottoms 1.3.1.2
 chell 0.4.0.1 -fcolor-output
 chell-quickcheck 0.2.5
@@ -103,31 +104,32 @@ cipher-blowfish 0.0.3
 cipher-camellia 0.0.2
 cipher-des 0.0.6
 cipher-rc4 0.1.4
-classy-prelude 1.0.0.2
-classy-prelude-conduit 1.0.0
-classy-prelude-yesod 1.0.0
+classy-prelude 1.0.2
+classy-prelude-conduit 1.0.2
+classy-prelude-yesod 1.0.2
 clientsession 0.9.1.2
 clock 0.7.2 notest  # hurd patches upstream
-cmark 0.5.3.1
-cmdargs 0.10.14
+cmark 0.5.5.1
+cmdargs 0.10.17
+code-page 0.1.3
 colour 2.3.3
-comonad 5
-concurrent-output 1.7.7
+comonad 5.0.1
+concurrent-output 1.7.9
 cond 0.4.1.1
-conduit 1.2.8
-conduit-combinators 1.0.8.1
-conduit-extra 1.1.13.3
+conduit 1.2.10
+conduit-combinators 1.0.8.3
+conduit-extra 1.1.16
 ConfigFile 1.1.4
 configurator 0.3.0.0
 config-value 0.5
-connection 0.2.6
+connection 0.2.8
 constraints 0.8
 contravariant 1.4
 control-monad-free 0.6.1
 control-monad-loop 0.1
 convertible 1.1.1.0
 cookie 0.4.2.1
-cpphs 1.20.2
+cpphs 1.20.5
 cprng-aes 0.6.1
 cpu 0.1.2
 crackNum 1.5
@@ -141,9 +143,11 @@ crypto-cipher-types 0.0.9
 cryptohash 0.11.9
 cryptohash-conduit 0.1.1
 cryptohash-cryptoapi 0.1.4
+cryptohash-md5 0.11.100.1
+cryptohash-sha1 0.11.100.1
 cryptohash-sha256 0.11.100.1
 cryptol 2.4.0
-cryptonite 0.20 ahead
+cryptonite 0.21
 crypto-numbers 0.2.7
 crypto-pubkey 0.2.8
 crypto-pubkey-openssh 0.2.7 key notest
@@ -152,11 +156,11 @@ crypto-random 0.0.9
 crypto-random-api 0.2.0
 css-text 0.1.2.2
 csv 0.1.2
-csv-conduit 0.6.6
+csv-conduit 0.6.7
 curl 1.3.8
 curry-base 0.4.2
 curry-frontend 0.4.2
-darcs 2.12.4 key binary=darcs -fpkgconfig -fcurl -f-http -fterminfo notest
+darcs 2.12.5 key binary=darcs -fpkgconfig -fcurl -f-http -fterminfo notest
 darcs-monitor 0.4.2 binary=darcs-monitor key
 data-accessor 0.2.2.7
 data-accessor-mtl 0.2.0.4
@@ -172,16 +176,16 @@ data-inttrie 0.1.2
 data-memocombinators 0.5.1
 data-ordlist 0.4.7.0
 DAV 1.3.1
-dbus 0.10.12 notest
+dbus 0.10.13 notest
 debian 3.91.1
 debug-me 1.20170505
 Decimal 0.4.2
 deepseq-generics 0.2.0.0
-dependent-map 0.2.3.0
+dependent-map 0.2.4.0
 dependent-sum 0.3.2.2
 dependent-sum-template 0.0.0.5
 derive 2.5.26
-deriving-compat 0.3.4
+deriving-compat 0.3.6
 descriptive 0.9.4 # dep of structured-haskell-mode, by Thomas Koch
 diagrams 1.3.0.1 binary=libghc-diagrams-dev ignore # hand-created meta package, does not yet pull in diagrams-contrib
 diagrams-cairo 1.3.1.1
@@ -197,15 +201,15 @@ digest 0.0.1.2
 dimensional 1.0.1.3
 directory-tree 0.12.1
 disk-free-space 0.1.0.1
-distributive 0.5.0.2
+distributive 0.5.2
 djinn 2014.9.7 binary key
 djinn-ghc 0.0.2.3
 djinn-lib 0.0.1.2
 dlist 0.8.0.2 notest # BROKEN - testsuite requires newer QuickCheck
 dlist-instances 0.1.1.1
-dns 2.0.8
-doctest 0.11.0 notest
-double-conversion 2.0.1.0
+dns 2.0.10
+doctest 0.11.2 notest
+double-conversion 2.0.2.0
 dpkg 0.0.3 key # to track libdpkg-dev API changes
 DRBG 0.5.5 notest
 dual-tree 0.2.0.9
@@ -217,9 +221,9 @@ EdisonAPI 1.3.1
 EdisonCore 1.3.1.1
 edit-distance 0.2.2.1
 either 4.4.1.1 # by accident
-ekg 0.4.0.11 key
+ekg 0.4.0.13 key
 ekg-core 0.1.1.1
-ekg-json 0.1.0.3
+ekg-json 0.1.0.5
 email-validate 2.2.0
 enclosed-exceptions 1.0.2
 entropy 0.3.7
@@ -227,23 +231,23 @@ enumerator 0.4.20
 enummapset-th 0.6.1.1
 equivalence 0.3.1
 erf 2.0.0.0
-errors 2.1.2
-esqueleto 2.4.3 # BROKEN - GHC8
+errors 2.1.3
+esqueleto 2.5.2 # BROKEN - GHC8
 exact-pi 0.4.1.2
 exceptions 0.8.3
-exception-transformers 0.4.0.4
-executable-path 0.0.3
+exception-transformers 0.4.0.5
+executable-path 0.0.3.1
 expiring-cache-map 0.0.6.1
 extensible-exceptions 0.1.1.4
 extra 1.4.10
 fail 4.9.0.0 avoid # empty package
 failure 0.2.0.3
-fast-logger 2.4.7
+fast-logger 2.4.10
 fb 1.0.13 notest
-fclabels 2.0.3.1
+fclabels 2.0.3.2
 fdo-notify 0.3.1
-feed 0.3.11.1
-fgl 5.5.3.0
+feed 0.3.12.0
+fgl 5.5.3.1
 file-embed 0.0.10
 file-location 0.4.9 # BROKEN - GHC8
 filelock 0.1.0.1
@@ -254,17 +258,17 @@ finite-field 0.8.0
 fixed 0.2.1.1
 flexible-defaults 0.0.1.2
 fmlist 0.9
-foldl 1.2.1
-foundation 0.0.8
+foldl 1.2.4
+foundation 0.0.9
 free 4.12.4
 frown 0.6.2.3 binary
 fsnotify 0.2.1 notest
 ftphs 1.0.9.1
 gd 3000.7.3
-generic-deriving 1.11.1
-generics-sop 0.2.2.0
+generic-deriving 1.11.2
+generics-sop 0.2.5.0
 generic-trie 0.3.0.2
-geniplate-mirror 0.7.4
+geniplate-mirror 0.7.5
 ghc-events 0.4.4.0
 ghc-mod 5.6.0.0 binary
 ghc-mtl 1.2.1.0
@@ -272,18 +276,18 @@ ghc-paths 0.1.0.9
 ghc-syb-utils 0.2.3
 gio 0.13.3.1
 git-annex 6.20170101 binary key -f-ConcurrentOutput
-github 0.14.1
-github-backup 1.20160522 binary key
+github 0.15.0
+github-backup 1.20170301 binary key
 gitit 0.12.1.1 key
 gitlib 3.1.1
 gitrev 1.2.0
 glib 0.13.4.1
 glirc 2.20.1.1 binary
-Glob 0.7.12
-gloss 1.10.2.3 key
-gloss-rendering 1.10.3.3
-GLURaw 2.0.0.2
-GLUT 2.7.0.10
+Glob 0.7.14
+gloss 1.10.2.5 key
+gloss-rendering 1.10.3.5
+GLURaw 2.0.0.3
+GLUT 2.7.0.12
 gnuidn 0.2.2
 gnutls 0.2
 GraphSCC 1.0.4
@@ -291,24 +295,24 @@ graphviz 2999.18.1.2 notest # Disabled tests due to quickcheck dependency during
 groups 0.4.0.0
 gsasl 0.3.6
 gtk 0.14.6
-gtk2hs-buildtools 0.13.2.1 binary
+gtk2hs-buildtools 0.13.2.2 binary
 gtk3 0.14.6
 gtk-traymanager 0.1.6
 hackage-security 0.5.2.2
-haddock-library 1.4.2 notest
+haddock-library 1.4.3 notest
 hakyll 4.9.2.0
 half 0.2.2.3
 hamlet 1.2.0 avoid
-happstack-authenticate 2.3.4.6 key # David Fox likes this packages
-happstack-hsp 7.3.7.1 key
+happstack-authenticate 2.3.4.7 key # David Fox likes this packages
+happstack-hsp 7.3.7.2 key
 happstack-jmacro 7.0.11
-happstack-server 7.4.6.2
+happstack-server 7.4.6.4
 happy 1.19.5 binary
 harp 0.4.2
 hashable 1.2.4.0
 hashable-extras 0.2.3
-hashmap 1.3.1.1
-hashtables 1.2.1.0
+hashmap 1.3.2
+hashtables 1.2.1.1
 HaskellForMaths 0.4.8
 haskell-lexer 1.0.1
 haskell-qrencode 1.0.4
@@ -326,23 +330,23 @@ HDBC-odbc 2.3.1.1 key
 HDBC-postgresql 2.3.2.4 key
 HDBC-session 0.1.1.0
 HDBC-sqlite3 2.3.3.1 key
-hdevtools 0.1.4.1 binary
+hdevtools 0.1.5.0 binary
 hedgewars-server 0.1 meta key
-hedis 0.9.4 key notest
+hedis 0.9.8 key notest
 heist 1.0.0.0
 heredoc 0.2.0.0
 hex 0.1.2
 hgettext 0.1.30
 hierarchical-clustering 0.4.6
-highlighting-kate 0.6.3 -fpcre-light
-hinotify 0.3.8.1
+highlighting-kate 0.6.4 -fpcre-light
+hinotify 0.3.9
 hint 0.6.0 notest
 hit 0.6.3
 hjsmin 0.2.0.2
 hledger 1.0.1 key
-hledger-interest 1.5 binary key
+hledger-interest 1.5.1 binary key
 hledger-lib 1.0.1
-hledger-ui 1.0.2 binary
+# hledger-ui 1.1.2 binary # BROKEN
 hledger-web 1.0.1 binary
 hlint 1.9.35
 hmatrix 0.17.0.2
@@ -363,7 +367,7 @@ HSH 2.1.2 key # dependency of twidge
 hsini 0.5.0
 hslogger 1.2.10
 hslua 0.4.1
-HsOpenSSL 0.11.3.2 notest
+HsOpenSSL 0.11.4.8 notest
 HsOpenSSL-x509-system 0.1.0.3
 hsp 0.10.0
 hspec 2.2.4 notest
@@ -375,24 +379,24 @@ hspec-expectations 0.7.2 notest
 hspec-meta 2.2.1 avoid
 hspec-wai 0.6.6
 hstatsd 0.1
-HStringTemplate 0.8.5
+HStringTemplate 0.8.6
 hsx2hs 0.13.5
 hsx-jmacro 7.3.8
 hsyslog 4
 html 1.0.1.2
 html-conduit 1.2.1.1
 http2 1.6.2
-HTTP 4000.3.3 notest
+HTTP 4000.3.7 notest
 http-api-data 0.2.4
-http-client 0.4.31.1
+http-client 0.4.31.2
 http-client-tls 0.2.4.1 notest
 http-common 0.8.2.0
 http-conduit 2.1.11
 http-date 0.0.6.1 notest
-http-link-header 1.0.2
+http-link-header 1.0.3
 http-media 0.6.4
-http-reverse-proxy 0.4.3.2 notest
-http-streams 0.8.4.0 notest # testsuite creates dependency loop with snap
+http-reverse-proxy 0.4.4 notest
+http-streams 0.8.5.3 notest # testsuite creates dependency loop with snap
 http-types 0.9.1
 HUnit 1.3.1.2
 hxt 9.3.1.16
@@ -406,7 +410,7 @@ hxt-unicode 9.0.2.4
 iCalendar 0.4.0.3 key
 iconv 0.4.1.3
 idna 0.3.0
-ieee754 0.7.8
+ieee754 0.7.9
 IfElse 0.85
 incremental-parser 0.2.5 notest
 intern 0.9.1.4
@@ -415,7 +419,7 @@ intervals 0.7.2
 io-choice 0.0.6
 IOSpec 0.3
 io-storage 0.3
-io-streams 1.3.5.0
+io-streams 1.3.6.1
 io-streams-haproxy 1.0.0.1
 iproute 1.7.1
 irc 0.6.1.0
@@ -428,11 +432,11 @@ jmacro 0.6.14
 js-flot 0.8.3
 js-jquery 3.1.1
 json 0.9.1
-JuicyPixels 3.2.8
+JuicyPixels 3.2.8.1
 jwt 0.7.2
-kan-extensions 5.0.1
+kan-extensions 5.0.2
 keys 3.11
-keysafe 0.20161022 binary=keysafe-bin
+keysafe 0.20170303 binary=keysafe-bin
 knob 0.1.1
 lambdabot 5.1 binary key ignore
 lambdabot-core 5.1 ignore
@@ -446,45 +450,45 @@ lambdabot-trusted 5.1 ignore
 LambdaHack 0.5.0.0
 language-c 0.5.0
 language-haskell-extract 0.2.4
-language-javascript 0.6.0.8
+language-javascript 0.6.0.9
 language-python 0.5.4
 lazysmallcheck 0.6
 LDAP 0.6.10 key
 lens 4.14 -f-test-hlint -f-test-doctests
-lens-action 0.2.0.2
-lens-aeson 1.0.0.5
+lens-action 0.2.1
+lens-aeson 1.0.1
 lens-family-core 1.2.1
 lhs2tex 1.19 binary key
 libxml-sax 0.7.5
-lifted-async 0.9.0
-lifted-base 0.2.3.8 notest
-linear 1.20.5 notest # needs old doctests
-ListLike 4.5
+lifted-async 0.9.1.1
+lifted-base 0.2.3.10 notest
+linear 1.20.6 notest # needs old doctests
+ListLike 4.5.1
 load-env 0.1.1
 log-domain 0.10.3.1
 logging-facade 0.1.1
 logict 0.6.0.2
 lrucache 1.2.0.0
-lucid 2.9.6
+lucid 2.9.8.1
 lucid-svg 0.7.0.0
 magic 1.1
 map-syntax 0.2.0.1
-markdown 0.1.15
-math-functions 0.2.0.2
+markdown 0.1.16
+math-functions 0.2.1.0
 mbox 0.3.3
 megaparsec 5.0.1
 memoize 0.8.1
 memory 0.13
 MemoTrie 0.6.7 ahead
 mersenne-random-pure64 0.2.0.5
-microlens 0.4.7.0
-microlens-ghc 0.4.7.0
+microlens 0.4.8.0
+microlens-ghc 0.4.8.0
 microlens-mtl 0.1.10.0
-microlens-platform 0.3.7.0
-microlens-th 0.4.1.0
+microlens-platform 0.3.8.0
+microlens-th 0.4.1.1
 mighttpd2 3.3.0 binary key
 mime 0.4.0.2
-mime-mail 0.4.11
+mime-mail 0.4.13.1
 mime-mail-ses 0.3.2.3
 mime-types 0.1.0.7
 minimorph 0.1.6.1
@@ -492,13 +496,13 @@ miniutter 0.4.6.0
 misfortune 0.1.1.2
 MissingH 1.4.0.1 notest
 mmap 0.5.9
-mmorph 1.0.6
+mmorph 1.0.9
 mockery 0.3.4
 monad-control 1.0.1.0
-monadcryptorandom 0.7.0
+monadcryptorandom 0.7.1
 monad-journal 0.7.2
 monadLib 3.7.3
-monad-logger 0.3.20
+monad-logger 0.3.24
 monad-loops 0.4.3
 monad-par 0.3.4.8
 monad-par-extras 0.3.3
@@ -509,7 +513,7 @@ monads-tf 0.1.0.3
 monad-unlift 0.2.0
 monoid-extras 0.4.2
 monoid-subclasses 0.4.2.1
-mono-traversable 1.0.1
+mono-traversable 1.0.2
 mono-traversable-instances 0.1.0.0
 mountpoints 1.0.2
 mtl 2.2.1
@@ -519,75 +523,75 @@ mueval 0.9.1.1.2 key
 multipart 0.1.2
 MusicBrainz 0.2.4
 mutable-containers 0.3.3
-mwc-random 0.13.4.0 notest
+mwc-random 0.13.6.0 notest
 names-th 0.2.0.2
 nanospec 0.2.1
 nats 1.1.1 avoid
 ncurses 0.2.15 key
 nettle 0.2.0
-netwire 5.0.0 key
+netwire 5.0.2 key
 network 2.6.3.1
 network-conduit 1.1.0 avoid
 network-conduit-tls 1.2.2
 network-info 0.2.0.8
-network-multicast 0.1.1
+network-multicast 0.2.0
 network-protocol-xmpp 0.4.8
 network-uri 2.6.1.0
 network-uri-flag 0.1
 newtype 0.2
 newtype-generics 0.5
-nonce 1.0.2
+nonce 1.0.3
 numbers 3000.2.0.1
 numeric-extras 0.1
 NumInstances 1.4
 numtype 1.2
 numtype-dk 0.5.0.1
 ObjectName 1.1.0.1
-oeis 0.3.7 notest ignore
+oeis 0.3.9 notest ignore
 ofx 0.4.2.0 key
 old-locale 1.0.0.7
 old-time 1.1.0.3
 oo-prototypes 0.1.0.0
 open-browser 0.2.1.0
-OpenGL 3.0.1.0
-OpenGLRaw 3.2.3.0
+OpenGL 3.0.2.0
+OpenGLRaw 3.2.4.0
 openpgp-asciiarmor 0.1
-openssl-streams 1.2.1.0
-operational 0.2.3.4
+openssl-streams 1.2.1.1
+operational 0.2.3.5
 options 1.2.1.1 notest
 optparse-applicative 0.12.1.0
 optparse-simple 0.0.3
-pandoc 1.17.2 key -fhttp-conduit ahead
-pandoc-citeproc 0.10.2.2 -fbibutils -f-hexpat -funicode_collation
+pandoc 1.17.2 key ahead -fhttp-conduit
+pandoc-citeproc 0.10.4.1 -fbibutils -f-hexpat -funicode_collation
 pandoc-citeproc-preamble 1.2.3
 pandoc-types 1.16.1.1
 pango 0.13.3.1
-parallel 3.2.1.0
+parallel 3.2.1.1
 parallel-tree-search 0.4.1
-parseargs 0.2.0.7
+parseargs 0.2.0.8
 parsec 3.1.11 notest
 parsers 0.12.4
-patat 0.4.7.1 binary
-path 0.5.9
-path-io 1.2.0
+patat 0.5.2.0 binary
+path 0.5.13
+path-io 1.2.2
 path-pieces 0.2.1
 patience 0.1.1
 pcap 0.4.5.2
 pcre-light 0.4.0.4
 pem 0.2.2
-persistable-record 0.4.1.0
+persistable-record 0.4.1.1
 persistable-types-HDBC-pg 0.0.1.4
-persistent 2.6
-persistent-postgresql 2.6
-persistent-sqlite 2.6
-persistent-template 2.5.1.6
+persistent 2.6.1
+persistent-postgresql 2.6.1
+persistent-sqlite 2.6.2
+persistent-template 2.5.2
 # phybin 0.3 tille wants this to be added
 pipes 4.1.9
-pipes-aeson 0.4.1.7
-pipes-attoparsec 0.5.1.4
-pipes-bytestring 2.1.3
-pipes-group 1.0.5
-pipes-parse 3.0.7
+pipes-aeson 0.4.1.8
+pipes-attoparsec 0.5.1.5
+pipes-bytestring 2.1.4
+pipes-group 1.0.6
+pipes-parse 3.0.8
 pipes-safe 2.2.4
 pipes-zlib 0.4.4.1 key
 pointed 5
@@ -595,13 +599,13 @@ pointedlist 0.6.1
 polynomial 0.7.2 # BROKEN - GHC8 via vector-space
 polyparse 1.12
 posix-pty 0.2.1.1
-postgresql-libpq 0.9.2.0
-postgresql-simple 0.5.2.1
-pqueue 1.3.1.1
+postgresql-libpq 0.9.3.1
+postgresql-simple 0.5.3.0
+pqueue 1.3.2.2
 prelude-extras 0.4.0.3
 presburger 1.3.1
 prettyclass 1.0.0.0
-pretty-show 1.6.12
+pretty-show 1.6.13
 primes 0.2.1.0
 primitive 0.6.1.0
 prim-uniq 0.1.0.1
@@ -612,7 +616,7 @@ project-template 0.2.0
 propellor 3.2.3
 protobuf 0.2.1.1
 PSQueue 1.1
-psqueues 0.2.2.2
+psqueues 0.2.2.3
 publicsuffixlist 0.1
 punycode 2.0 notest
 pureMD5 2.1.3 notest
@@ -623,18 +627,18 @@ quickcheck-instances 0.3.12
 quickcheck-io 0.1.4
 QuickCheck-safe 0.1.0.1
 quickcheck-simple 0.1.0.1
-quickcheck-unicode 1.0.0.1
-raaz 0.0.2
+quickcheck-unicode 1.0.1.0
+raaz 0.1.1
 random 1.1
 random-fu 0.2.7.0
 random-shuffle 0.0.4
 random-source 0.3.0.6
 reactive-banana 1.1.0.1 key
 readable 0.3.1
-ReadArgs 1.2.2 notest
+ReadArgs 1.2.3 notest
 readline 1.0.3.0
 recaptcha 0.1.0.3
-recursion-schemes 5
+recursion-schemes 5.0.1
 reducers 3.12.1
 refact 0.3.0.2
 reflection 2.1.2
@@ -652,22 +656,23 @@ regex-posix 0.95.2
 regexpr 0.5.4
 regex-tdfa 1.2.2
 regex-tdfa-rc 1.1.8.3 avoid
-relational-query 0.8.3.2
+relational-query 0.8.4.0
 relational-query-HDBC 0.6.0.2
-relational-record 0.1.5.1
-relational-schemas 0.1.3.1
+relational-record 0.1.6.1
+relational-schemas 0.1.3.1 ahead
 repa 3.4.1.2
 resource-pool 0.2.3.2
-resourcet 1.1.8
-retry 0.7.4.1 notest # tests disabled during 7.10 transition
+resourcet 1.1.9
+retry 0.7.4.2 notest # tests disabled during 7.10 transition
 RSA 2.2.0
 rss2irc 1.1 binary
 rvar 0.2.0.3
-safe 0.3.9
-safecopy 0.9.2
-safe-exceptions 0.1.4.0
+safe 0.3.14
+safecopy 0.9.3.2
+safe-exceptions 0.1.5.0
 SafeSemaphore 0.10.1
 sandi 0.4.0
+say 0.1.0.0
 sbv 5.12
 scanner 0.2
 scientific 0.3.4.9 notest
@@ -679,7 +684,7 @@ SDL-ttf 0.6.2 key # we have the rest, so why not this
 secret-sharing 1.0.0.3 # BROKEN - GHC8 via polynomial
 securemem 0.1.9
 semigroupoids 5.1 notest # Disabled tests during 7.10 transition
-semigroups 0.18.2
+semigroups 0.18.3
 sendfile 0.7.9
 servant 0.8.1
 servant-client 0.8.1
@@ -688,32 +693,32 @@ setenv 0.1.1.3 notest
 set-extra 1.4
 setlocale 1.0.0.4
 SHA 1.6.4.2
-shake 0.15.10
-shakespeare 2.0.11.1
+shake 0.15.11
+shakespeare 2.0.13
 shakespeare-text 1.1.0 avoid
 ShellCheck 0.4.4 binary=shellcheck key
 shelltestrunner 1.3.5 binary key notest
 should-not-typecheck 2.1.0
 show 0.6
 silently 1.2.5 notest
-simple 0.11.1
+simple 0.11.2
 simple-reflect 0.3.2
 simple-sendfile 0.2.25
 simple-smt 0.6.0
 simple-templates 0.8.0.1
 skein 1.0.9.4
-skylighting 0.1.1.5 binary -fsystem-pcre
+skylighting 0.3.3 binary -fsystem-pcre
 smallcheck 1.1.1
 smtLib 1.0.8
 snap 1.0.0.1
-snap-core 1.0.0.0
-snap-server 1.0.1.0
+snap-core 1.0.2.1
+snap-server 1.0.2.2
 snap-templates 1.0.0.0 binary
-soap 0.2.3.1
+soap 0.2.3.4
 soap-tls 0.1.1.2
 sockaddr 0.0.0
 socks 0.5.5
-split 0.2.3.1
+split 0.2.3.2
 sql-words 0.1.4.1
 stack 1.1.2 binary=haskell-stack key
 stateref 0.3
@@ -726,10 +731,10 @@ stm-chans 3.0.0.4
 STMonadTrans 0.3.4
 storable-complex 0.2.2
 Stream 0.4.7.2
-streaming-commons 0.1.16
+streaming-commons 0.1.17
 strict 0.3.2
 stringbuilder 0.5.0 notest
-string-conversions 0.4
+string-conversions 0.4.0.1
 stringprep 1.0.0
 stringsearch 0.3.6.6
 svg-builder 0.1.0.2
@@ -741,12 +746,12 @@ system-filepath 0.4.13.4
 tabular 0.2.2.7
 taffybar 0.4.6 key
 tagged 0.8.5
-tagsoup 0.14
+tagsoup 0.14.1
 tagstream-conduit 0.5.5.3
 tar 0.5.0.3
-tasty 0.11.0.4
+tasty 0.11.2.1
 tasty-golden 2.3.1.1
-tasty-hspec 1.1.3
+tasty-hspec 1.1.3.1
 tasty-hunit 0.9.2
 tasty-kat 0.0.3
 tasty-quickcheck 0.8.4
@@ -765,97 +770,98 @@ test-framework-smallcheck 0.2
 test-framework-th 0.2.4
 test-framework-th-prime 0.0.9
 texmath 0.8.6.7
-text 1.2.2.1 notest
+text 1.2.2.2 notest
 text-binary 0.2.1.1
 text-icu 0.7.0.1
-text-postgresql 0.0.2.1
+text-postgresql 0.0.2.2
 text-show 3.4
-text-zipper 0.8.1
+text-zipper 0.10
 tf-random 0.5
 th-data-compat 0.0.2.2
-these 0.7.2
-th-expand-syns 0.4.0.0
+these 0.7.3
+th-expand-syns 0.4.3.0
 th-extras 0.0.0.4
-th-lift 0.7.6
-th-lift-instances 0.1.10
-th-orphans 0.13.2
+th-lift 0.7.7
+th-lift-instances 0.1.11
+th-orphans 0.13.3
 threads 0.5.1.4 notest
 threadscope 0.2.6 key binary
 th-reify-compat 0.0.1.1
 th-reify-many 0.1.6
 time-compat 0.1.0.3
 time-locale-compat 0.1.1.3
-time-parsers 0.1.1.0
-tls 1.3.8
+time-parsers 0.1.2.0
+tls 1.3.10
 token-bucket 0.1.0.1
 torrent 10000.0.0
 transformers-base 0.4.4
 transformers-compat 0.5.1.4
 tree-monad 0.3
-trifecta 1.6
-twitter-conduit 0.2.1
+trifecta 1.6.2.1
+twitter-conduit 0.2.2
 twitter-types 0.7.2.2
 twitter-types-lens 0.7.2
+typed-process 0.1.0.0
 type-level-numbers 0.1.1.1
 uglymemo 0.1.0.1
-unbounded-delays 0.1.0.9
+unbounded-delays 0.1.1.0
 unexceptionalio 0.3.0
 uniplate 1.6.12
 universe-base 1.0.2.1 key
-unix-compat 0.4.2.0
+unix-compat 0.4.3.1
 unix-time 0.3.7
 Unixutils 1.54.1
 unlambda 0.1.4.2 key # we should keep this or lambdabot
-unordered-containers 0.2.7.1
+unordered-containers 0.2.8.0
 uri 0.1.6.2
 url 2.1.3
-userid 0.1.2.7
+userid 0.1.2.8
 utf8-light 0.4.2
 utf8-string 1.0.1.1
-utility-ht 0.0.12 key # dependency of mediawiki2latex
+utility-ht 0.0.13 key # dependency of mediawiki2latex
 uuagc 0.9.42.3 binary key
 uuagc-cabal 1.0.4.0
-uuid 1.3.12
+uuid 1.3.13
 uuid-types 1.0.3
 uulib 0.9.20
-vault 0.3.0.6
+vault 0.3.0.7
 vector 0.11.0.0 notest # Testing disabled during transition to 7.10
 vector-algorithms 0.7.0.1 # Ahead due to vector
-vector-binary-instances 0.2.3.2
+vector-binary-instances 0.2.3.5
 vector-instances 3.3.1
 vector-space 0.10.4 # BROKEN - GHC8 via MemoTrie
 vector-space-points 0.2.1.2 # BROKEN - GHC8
 vector-th-unbox 0.2.1.6
-void 0.7.1
+void 0.7.2
 vty 5.11.3 notest
 wai 3.2.1.1
 wai-app-file-cgi 3.1.0
 wai-app-static 3.1.6.1
 wai-conduit 3.0.0.3
-wai-extra 3.0.19
-wai-handler-launch 3.0.2.1
+wai-extra 3.0.19.1
+wai-handler-launch 3.0.2.2
 wai-logger 2.3.0 notest
 wai-websockets 3.0.1.1
-warp 3.2.8
-warp-tls 3.2.2
+warp 3.2.12
+warp-tls 3.2.3
 web-routes 0.27.11
 web-routes-boomerang 0.28.4.2
 web-routes-happstack 0.23.10 key
 web-routes-hsp 0.24.6.1 key
-web-routes-th 0.22.6 key
-websockets 0.9.7.0
+web-routes-th 0.22.6.1 key
+websockets 0.9.8.2
 werewolf 1.5.1.1
 with-location 0.1.0
 wizards 1.0.2
 wl-pprint-extras 3.5.0.5
 wl-pprint-terminfo 3.7.1.4
-wl-pprint-text 1.1.0.4
+wl-pprint-text 1.1.1.0
 word8 0.1.2
 word-trie 0.3.0
 wreq 0.4.1.0
 X11 1.6.1.2
 X11-xft 0.3.1
-x509 1.6.4
+x509 1.6.5
 x509-store 1.6.2
 x509-system 1.6.4
 x509-util 1.6.1 binary key
@@ -866,33 +872,33 @@ xdg-basedir 0.2.2
 xml 1.3.14
 xml-conduit 1.3.5
 xml-conduit-writer 0.1.1.1
-xml-hamlet 0.4.0.12
-xmlhtml 0.2.3.5
+xml-hamlet 0.4.1
+xmlhtml 0.2.4
 xml-types 0.3.6
 xmonad 0.12 key
 xmonad-contrib 0.12 key
 xmonad-extras 0.12.1
 xmonad-wallpaper 0.0.1.3
 xss-sanitize 0.3.5.7
-yaml 0.8.20
-yesod 1.4.3
-yesod-auth 1.4.13.5
+yaml 0.8.23
+yesod 1.4.5
+yesod-auth 1.4.17.1
 yesod-auth-hashdb 1.5.1.3
 yesod-auth-oauth 1.4.1.1
 yesod-auth-oauth2 0.2.2
-yesod-bin 1.4.18.7 binary=yesod
-yesod-core 1.4.25
+yesod-bin 1.5.2.3 binary=yesod
+yesod-core 1.4.33
 yesod-default 1.2.0
-yesod-form 1.4.8
+yesod-form 1.4.12
 yesod-newsfeed 1.6
-yesod-persistent 1.4.0.6 notest
-yesod-static 1.5.1.1
-yesod-test 1.5.3
+yesod-persistent 1.4.2 notest
+yesod-static 1.5.2
+yesod-test 1.5.5
 yi 0.12.6 key -fvty -fpango
 yi-language 0.2.1
 yi-rope 0.7.0.2
 zeromq4-haskell 0.6.5 notest
-zip-archive 0.3.0.5
+zip-archive 0.3.0.6
 zlib 0.6.1.2 notest
 zlib-bindings 0.1.1.5
 zxcvbn-c 1.0.1
diff --git a/patches/aeson/0.11.2.1/no-fail b/patches/aeson/0.11.3.0/no-fail
similarity index 83%
rename from patches/aeson/0.11.2.1/no-fail
rename to patches/aeson/0.11.3.0/no-fail
index edab5d7..aaca5ce 100644
--- a/patches/aeson/0.11.2.1/no-fail
+++ b/patches/aeson/0.11.3.0/no-fail
@@ -1,10 +1,10 @@
 --- a/aeson.cabal
 +++ b/aeson.cabal
-@@ -95,7 +95,6 @@ library
-     containers,
-     deepseq,
-     dlist >= 0.2,
--    fail == 4.9.*,
-     ghc-prim >= 0.2,
-     hashable >= 1.1.2.0,
-     mtl,
+@@ -94,7 +94,6 @@
+     containers,
+     deepseq,
+     dlist >= 0.2,
+-    fail == 4.9.*,
+     ghc-prim >= 0.2,
+     hashable >= 1.1.2.0,
+     mtl,
diff --git a/patches/aeson/0.11.2.1/series b/patches/aeson/0.11.3.0/series
similarity index 100%
copy from patches/aeson/0.11.2.1/series
copy to patches/aeson/0.11.3.0/series
diff --git a/patches/binary-tagged/0.1.4.1/no-nats b/patches/binary-tagged/0.1.4.2/no-nats
similarity index 88%
rename from patches/binary-tagged/0.1.4.1/no-nats
rename to patches/binary-tagged/0.1.4.2/no-nats
index 03160f0..58707ea 100644
--- a/patches/binary-tagged/0.1.4.1/no-nats
+++ b/patches/binary-tagged/0.1.4.2/no-nats
@@ -1,26 +1,26 @@
 --- a/binary-tagged.cabal
 +++ b/binary-tagged.cabal
-@@ -40,7 +40,6 @@
-     , containers               >=0.5  && <0.6
-     , generics-sop             >=0.1  && <0.2.3.0
-     , hashable                 >=1.2  && <1.3
--    , nats                     >=1    && <1.2
-     , scientific               >=0.3  && <0.4
-     , SHA                      >=1.6  && <1.7
-     , semigroups               >=0.16 && <0.19
-@@ -69,7 +68,6 @@
-     , containers               >=0.5  && <0.6
-     , generics-sop             >=0.1  && <0.3
-     , hashable                 >=1.2  && <1.3
--    , nats                     >=1    && <1.2
-     , scientific               >=0.3  && <0.4
-     , SHA                      >=1.6  && <1.7
-     , semigroups               >=0.16 && <0.19
-@@ -106,7 +104,6 @@
-     , containers               >=0.5  && <0.6
-     , generics-sop             >=0.1  && <0.3
-     , hashable                 >=1.2  && <1.3
--    , nats                     >=1    && <1.2
-     , scientific               >=0.3  && <0.4
-     , SHA                      >=1.6  && <1.7
-     , semigroups               >=0.16 && <0.19
+@@ -39,7 +39,6 @@
+     , containers               >=0.5  && <0.6
+     , generics-sop             >=0.1  && <0.3
+     , hashable                 >=1.2  && <1.3
+-    , nats                     >=1    && <1.2
+     , scientific               >=0.3  && <0.4
+     , SHA                      >=1.6  && <1.7
+     , semigroups               >=0.16 && <0.19
+@@ -68,7 +67,6 @@
+     , containers               >=0.5  && <0.6
+     , generics-sop             >=0.1  && <0.3
+     , hashable                 >=1.2  && <1.3
+-    , nats                     >=1    && <1.2
+     , scientific               >=0.3  && <0.4
+     , SHA                      >=1.6  && <1.7
+     , semigroups               >=0.16 && <0.19
+@@ -105,7 +103,6 @@
+     , containers               >=0.5  && <0.6
+     , generics-sop             >=0.1  && <0.3
+     , hashable                 >=1.2  && <1.3
+-    , nats                     >=1    && <1.2
+     , scientific               >=0.3  && <0.4
+     , SHA                      >=1.6  && <1.7
+     , semigroups               >=0.16 && <0.19
diff --git a/patches/binary-tagged/0.1.4.1/series b/patches/binary-tagged/0.1.4.2/series
similarity index 100%
rename from patches/binary-tagged/0.1.4.1/series
rename to patches/binary-tagged/0.1.4.2/series
diff --git a/patches/conduit-extra/1.1.13.3/no-bytestring-builder b/patches/conduit-extra/1.1.16/no-bytestring-builder
similarity index 58%
rename from patches/conduit-extra/1.1.13.3/no-bytestring-builder
rename to patches/conduit-extra/1.1.16/no-bytestring-builder
index a92964e..7555b5e 100644
--- a/patches/conduit-extra/1.1.13.3/no-bytestring-builder
+++ b/patches/conduit-extra/1.1.16/no-bytestring-builder
@@ -1,20 +1,14 @@
-Description: Remove bytestring-builder from Build-depends
- This package is a no-op for Debian (and so, we do not ship it).
-Author: Joachim Breitner <nomeata at debian.org>
-Forwarded: not-needed, debian specific
 --- a/conduit-extra.cabal
 +++ b/conduit-extra.cabal
-@@ -77,8 +77,7 @@
+@@ -78,7 +78,6 @@
                     , async
                     , attoparsec
                     , blaze-builder
 -                   , bytestring-builder
--                   , bytestring
-+                   , bytestring >= 0.10.4
+                    , bytestring
                     , exceptions
                     , process
-                    , resourcet
-@@ -111,7 +110,6 @@
+@@ -113,7 +112,6 @@
                    , conduit-extra
                    , criterion
                    , bytestring
diff --git a/patches/conduit-extra/1.1.13.3/series b/patches/conduit-extra/1.1.16/series
similarity index 100%
rename from patches/conduit-extra/1.1.13.3/series
rename to patches/conduit-extra/1.1.16/series
diff --git a/patches/dns/2.0.8/no-bytestring-builder b/patches/dns/2.0.10/no-bytestring-builder
similarity index 100%
rename from patches/dns/2.0.8/no-bytestring-builder
rename to patches/dns/2.0.10/no-bytestring-builder
diff --git a/patches/dns/2.0.8/series b/patches/dns/2.0.10/series
similarity index 100%
rename from patches/dns/2.0.8/series
rename to patches/dns/2.0.10/series
diff --git a/patches/happstack-authenticate/2.3.4.6/series b/patches/happstack-authenticate/2.3.4.7/series
similarity index 100%
rename from patches/happstack-authenticate/2.3.4.6/series
rename to patches/happstack-authenticate/2.3.4.7/series
diff --git a/patches/happstack-authenticate/2.3.4.6/use-pwstore-fast.patch b/patches/happstack-authenticate/2.3.4.7/use-pwstore-fast.patch
similarity index 100%
rename from patches/happstack-authenticate/2.3.4.6/use-pwstore-fast.patch
rename to patches/happstack-authenticate/2.3.4.7/use-pwstore-fast.patch
diff --git a/patches/io-streams/1.3.5.0/no-bytestring-builder b/patches/io-streams/1.3.6.1/no-bytestring-builder
similarity index 93%
rename from patches/io-streams/1.3.5.0/no-bytestring-builder
rename to patches/io-streams/1.3.6.1/no-bytestring-builder
index 458d536..5d188f1 100644
--- a/patches/io-streams/1.3.5.0/no-bytestring-builder
+++ b/patches/io-streams/1.3.6.1/no-bytestring-builder
@@ -7,7 +7,7 @@
 -                     bytestring-builder >= 0.10  && <0.11,
                       network            >= 2.3   && <2.7,
                       primitive          >= 0.2   && <0.7,
-                      process            >= 1.1   && <1.5,
+                      process            >= 1.1   && <1.7,
 @@ -201,7 +200,6 @@
    Build-depends:     base               >= 4     && <5,
                       attoparsec         >= 0.10  && <0.14,
diff --git a/patches/io-streams/1.3.5.0/series b/patches/io-streams/1.3.6.1/series
similarity index 100%
rename from patches/io-streams/1.3.5.0/series
rename to patches/io-streams/1.3.6.1/series
diff --git a/patches/kan-extensions/5.0.2/no-fail b/patches/kan-extensions/5.0.2/no-fail
new file mode 100644
index 0000000..cab3f04
--- /dev/null
+++ b/patches/kan-extensions/5.0.2/no-fail
@@ -0,0 +1,10 @@
+--- a/kan-extensions.cabal
++++ b/kan-extensions.cabal
+@@ -47,7 +47,6 @@
+     containers    >= 0.4     && < 0.6,
+     contravariant >= 1       && < 2,
+     distributive  >= 0.2.2   && < 1,
+-    fail          >= 4.9     && < 5,
+     free          >= 4       && < 5,
+     mtl           >= 2.0.1   && < 2.3,
+     semigroupoids >= 4       && < 6,
diff --git a/patches/aeson/0.11.2.1/series b/patches/kan-extensions/5.0.2/series
similarity index 100%
rename from patches/aeson/0.11.2.1/series
rename to patches/kan-extensions/5.0.2/series
diff --git a/patches/postgresql-simple/0.5.2.1/no-bytestring-builder b/patches/postgresql-simple/0.5.3.0/no-bytestring-builder
similarity index 92%
rename from patches/postgresql-simple/0.5.2.1/no-bytestring-builder
rename to patches/postgresql-simple/0.5.3.0/no-bytestring-builder
index 45cef1c..f85c9f1 100644
--- a/patches/postgresql-simple/0.5.2.1/no-bytestring-builder
+++ b/patches/postgresql-simple/0.5.3.0/no-bytestring-builder
@@ -1,6 +1,6 @@
 --- a/postgresql-simple.cabal
 +++ b/postgresql-simple.cabal
-@@ -59,7 +59,6 @@
+@@ -61,7 +61,6 @@
      attoparsec >= 0.10.3,
      base >= 4.6 && < 5,
      bytestring >= 0.9,
diff --git a/patches/postgresql-simple/0.5.2.1/series b/patches/postgresql-simple/0.5.3.0/series
similarity index 100%
rename from patches/postgresql-simple/0.5.2.1/series
rename to patches/postgresql-simple/0.5.3.0/series
diff --git a/patches/snap-core/1.0.0.0/no-bytestring-builder b/patches/snap-core/1.0.2.1/no-bytestring-builder
similarity index 88%
rename from patches/snap-core/1.0.0.0/no-bytestring-builder
rename to patches/snap-core/1.0.2.1/no-bytestring-builder
index 58308d3..a5c452a 100644
--- a/patches/snap-core/1.0.0.0/no-bytestring-builder
+++ b/patches/snap-core/1.0.2.1/no-bytestring-builder
@@ -1,6 +1,6 @@
 --- a/snap-core.cabal
 +++ b/snap-core.cabal
-@@ -126,7 +126,6 @@ Library
+@@ -133,7 +133,6 @@
      attoparsec                >= 0.12    && < 0.14,
      base                      >= 4       && < 5,
      bytestring                >= 0.9     && < 0.11,
@@ -8,7 +8,7 @@
      case-insensitive          >= 1.1     && < 1.3,
      containers                >= 0.3     && < 1.0,
      directory                 >= 1       && < 2,
-@@ -220,7 +219,6 @@ Test-suite testsuite
+@@ -235,7 +234,6 @@
      attoparsec,
      base,
      bytestring,
diff --git a/patches/snap-core/1.0.0.0/series b/patches/snap-core/1.0.2.1/series
similarity index 100%
rename from patches/snap-core/1.0.0.0/series
rename to patches/snap-core/1.0.2.1/series
diff --git a/patches/snap-server/1.0.1.0/no-bytestring-builder b/patches/snap-server/1.0.2.2/no-bytestring-builder
similarity index 88%
rename from patches/snap-server/1.0.1.0/no-bytestring-builder
rename to patches/snap-server/1.0.2.2/no-bytestring-builder
index fd60a76..4a75624 100644
--- a/patches/snap-server/1.0.1.0/no-bytestring-builder
+++ b/patches/snap-server/1.0.2.2/no-bytestring-builder
@@ -1,6 +1,6 @@
 --- a/snap-server.cabal
 +++ b/snap-server.cabal
-@@ -89,7 +89,6 @@ Library
+@@ -89,7 +89,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,
@@ -8,7 +8,7 @@
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
      containers                          >= 0.3      && < 0.6,
-@@ -196,7 +195,6 @@ Test-suite testsuite
+@@ -196,7 +195,6 @@
      base                                >= 4        && < 5,
      base16-bytestring                   >= 0.1      && < 0.2,
      blaze-builder                       >= 0.4      && < 0.5,
@@ -16,15 +16,15 @@
      bytestring                          >= 0.9.1    && < 0.11,
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
-@@ -303,7 +301,6 @@ Benchmark benchmark
+@@ -303,7 +301,6 @@
      base                                >= 4       && < 5,
      blaze-builder                       >= 0.4     && < 0.5,
      bytestring                          >= 0.9     && < 0.11,
 -    bytestring-builder                  >= 0.10.4  && < 0.11,
      criterion                           >= 0.6     && < 1.2,
-     io-streams                          >= 1.3     && < 1.4,
+     io-streams,
      io-streams-haproxy                  >= 1.0     && < 1.1,
-@@ -384,7 +381,6 @@ Executable snap-test-pong-server
+@@ -384,7 +381,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,
@@ -32,7 +32,7 @@
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
      containers                          >= 0.3      && < 0.6,
-@@ -475,7 +471,6 @@ Executable snap-test-server
+@@ -475,7 +471,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,
diff --git a/patches/snap-server/1.0.1.0/series b/patches/snap-server/1.0.2.2/series
similarity index 100%
rename from patches/snap-server/1.0.1.0/series
rename to patches/snap-server/1.0.2.2/series
diff --git a/patches/warp/3.2.8/no-bytestring-builder b/patches/warp/3.2.12/no-bytestring-builder
similarity index 100%
rename from patches/warp/3.2.8/no-bytestring-builder
rename to patches/warp/3.2.12/no-bytestring-builder
diff --git a/patches/warp/3.2.8/series b/patches/warp/3.2.12/series
similarity index 100%
rename from patches/warp/3.2.8/series
rename to patches/warp/3.2.12/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list