[package-plan] 01/01: update to LTS 9.14 in anticipation of ghc 8.2.2 / LTS 10

Clint Adams clint at moszumanska.debian.org
Tue Nov 21 13:21:44 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 8f890ce044530d640ec021a260957879026ae08f
Author: Clint Adams <clint at debian.org>
Date:   Tue Nov 21 08:21:18 2017 -0500

    update to LTS 9.14 in anticipation of ghc 8.2.2 / LTS 10
---
 ...ver-1.0.2.2.cabal => snap-server-1.0.3.3.cabal} |  68 ++-
 additional-cabals/tasty-0.10.cabal                 |  69 ---
 lts.config                                         | 593 +++++++++++----------
 packages.txt                                       | 120 +++--
 patches/skylighting/0.1.1.5/series                 |   1 -
 patches/skylighting/0.1.1.5/system-pcre.diff       |  20 -
 .../{1.0.3.1 => 1.0.3.3}/no-bytestring-builder     |  10 +-
 patches/snap-server/{1.0.3.1 => 1.0.3.3}/series    |   0
 8 files changed, 408 insertions(+), 473 deletions(-)

diff --git a/additional-cabals/snap-server-1.0.2.2.cabal b/additional-cabals/snap-server-1.0.3.3.cabal
similarity index 91%
rename from additional-cabals/snap-server-1.0.2.2.cabal
rename to additional-cabals/snap-server-1.0.3.3.cabal
index 63a2446..993c841 100644
--- a/additional-cabals/snap-server-1.0.2.2.cabal
+++ b/additional-cabals/snap-server-1.0.3.3.cabal
@@ -1,5 +1,5 @@
 name:           snap-server
-version:        1.0.2.2
+version:        1.0.3.3
 synopsis:       A web server for the Snap Framework
 description:
   Snap is a simple and fast web development framework and server written in
@@ -19,6 +19,8 @@ build-type:     Simple
 cabal-version:  >= 1.10
 homepage:       http://snapframework.com/
 category:       Web, Snap, IO-Streams
+tested-with: GHC==8.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+
 
 extra-source-files:
   CONTRIBUTORS,
@@ -31,6 +33,13 @@ extra-source-files:
   test/key.pem,
   testserver/static/hello.txt
 
+tested-with:
+  GHC==7.4.2
+  GHC==7.6.3,
+  GHC==7.8.4,
+  GHC==7.10.3,
+  GHC==8.0.2,
+  GHC==8.2.1
 
 Flag portable
   Description: Compile in cross-platform mode. No platform-specific code or
@@ -94,7 +103,7 @@ Library
     clock                               >= 0.7.1    && < 0.8,
     containers                          >= 0.3      && < 0.6,
     filepath                            >= 1.1      && < 2.0,
-    io-streams                          >= 1.3      && < 1.5,
+    io-streams                          >= 1.3      && < 1.6,
     io-streams-haproxy                  >= 1.0      && < 1.1,
     lifted-base                         >= 0.1      && < 0.3,
     mtl                                 >= 2.0      && < 2.3,
@@ -136,11 +145,15 @@ Library
       System.SendFile,
       System.SendFile.Linux
 
+-- Disabling sendfile() on OSX for now. See
+--
+-- https://github.com/snapframework/snap-core/issues/274 and
+-- https://github.com/snapframework/snap-core/issues/91
+--
   if os(darwin) && !flag(portable)
-    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Darwin
+     cpp-options: -DHAS_UNIX_SOCKETS
+  -- if os(darwin) && !flag(portable)
+  --   cpp-options: -DOSX -DHAS_UNIX_SOCKETS
 
   if os(freebsd) && !flag(portable)
     cpp-options: -DFREEBSD -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
@@ -214,7 +227,7 @@ Test-suite testsuite
     snap-core                           >= 1.0      && < 1.1,
     text                                >= 0.11     && < 1.3,
     threads                             >= 0.5      && < 0.6,
-    time                                >= 1.0      && < 1.7,
+    time                                >= 1.0      && < 1.9,
     transformers                        >= 0.3      && < 0.6,
     unix-compat                         >= 0.2      && < 0.5,
     vector                              >= 0.7      && < 0.13,
@@ -264,14 +277,15 @@ Test-suite testsuite
       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
+     cpp-options: -DHAS_UNIX_SOCKETS
+--  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
@@ -304,7 +318,7 @@ Benchmark benchmark
     blaze-builder                       >= 0.4     && < 0.5,
     bytestring                          >= 0.9     && < 0.11,
     bytestring-builder                  >= 0.10.4  && < 0.11,
-    criterion                           >= 0.6     && < 1.2,
+    criterion                           >= 0.6     && < 1.3,
     io-streams,
     io-streams-haproxy                  >= 1.0     && < 1.1,
     snap-core                           >= 1.0     && < 1.1,
@@ -363,10 +377,12 @@ Executable snap-test-pong-server
       System.SendFile.Linux
 
   if os(darwin) && !flag(portable)
-    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Darwin
+     cpp-options: -DHAS_UNIX_SOCKETS
+--  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
@@ -396,7 +412,7 @@ Executable snap-test-pong-server
     old-locale                          >= 1.0      && < 1.1,
     snap-core                           >= 1.0      && < 1.1,
     text                                >= 0.11     && < 1.3,
-    time                                >= 1.0      && < 1.7,
+    time                                >= 1.0      && < 1.9,
     unix-compat                         >= 0.2      && < 0.5,
     vector                              >= 0.7      && < 0.13
 
@@ -459,10 +475,12 @@ Executable snap-test-server
       System.SendFile.Linux
 
   if os(darwin) && !flag(portable)
-    cpp-options: -DOSX -DHAS_SENDFILE -DHAS_UNIX_SOCKETS
-    other-modules:
-      System.SendFile,
-      System.SendFile.Darwin
+     cpp-options: -DHAS_UNIX_SOCKETS
+  -- 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
@@ -488,7 +506,7 @@ Executable snap-test-server
     old-locale                          >= 1.0      && < 1.1,
     snap-core                           >= 1.0      && < 1.1,
     text                                >= 0.11     && < 1.3,
-    time                                >= 1.0      && < 1.7,
+    time                                >= 1.0      && < 1.9,
     transformers                        >= 0.3      && < 0.6,
     unix-compat                         >= 0.2      && < 0.5,
     vector                              >= 0.7      && < 0.13
diff --git a/additional-cabals/tasty-0.10.cabal b/additional-cabals/tasty-0.10.cabal
deleted file mode 100644
index 7153821..0000000
--- a/additional-cabals/tasty-0.10.cabal
+++ /dev/null
@@ -1,69 +0,0 @@
--- Initial tasty.cabal generated by cabal init.  For further documentation,
---  see http://haskell.org/cabal/users-guide/
-
-name:                tasty
-version:             0.10
-synopsis:            Modern and extensible testing framework
-description:         Tasty is a modern testing framework for Haskell.
-                     It lets you combine your unit tests, golden
-                     tests, QuickCheck/SmallCheck properties, and any
-                     other types of tests into a single test suite.
-                     See <http://documentup.com/feuerbach/tasty>.
-license:             MIT
-license-file:        LICENSE
-author:              Roman Cheplyaka <roma at ro-che.info>
-maintainer:          Roman Cheplyaka <roma at ro-che.info>
-homepage:            http://documentup.com/feuerbach/tasty
-bug-reports:         https://github.com/feuerbach/tasty/issues
--- copyright:           
-category:            Testing
-build-type:          Simple
-extra-source-files:  CHANGELOG
-cabal-version:       >=1.10
-
-Source-repository head
-  type:     git
-  location: git://github.com/feuerbach/tasty.git
-  subdir:   core
-
-library
-  exposed-modules:
-    Test.Tasty,
-    Test.Tasty.Options,
-    Test.Tasty.Providers,
-    Test.Tasty.Runners
-    Test.Tasty.Ingredients,
-    Test.Tasty.Ingredients.Basic
-  other-modules:
-    Test.Tasty.Parallel,
-    Test.Tasty.Core,
-    Test.Tasty.Options.Core,
-    Test.Tasty.Options.Env,
-    Test.Tasty.Patterns,
-    Test.Tasty.Run,
-    Test.Tasty.Runners.Reducers,
-    Test.Tasty.CmdLine,
-    Test.Tasty.Ingredients.ConsoleReporter
-    Test.Tasty.Ingredients.ListTests
-    Test.Tasty.Ingredients.IncludingOptions
-  build-depends:
-    base >= 4.5 && < 5,
-    stm >= 2.3,
-    containers,
-    mtl,
-    tagged >= 0.5,
-    regex-tdfa-rc >= 1.1.8.2,
-    optparse-applicative >= 0.10,
-    deepseq >= 1.3,
-    unbounded-delays >= 0.1,
-    async >= 2.0,
-    ansi-terminal >= 0.6.1,
-    time >= 1.4
-
-  if impl(ghc < 7.6)
-    -- for GHC.Generics
-    build-depends: ghc-prim
-
-  -- hs-source-dirs:      
-  default-language:    Haskell2010
-  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing
diff --git a/lts.config b/lts.config
index d6cca12..9743251 100644
--- a/lts.config
+++ b/lts.config
@@ -1,16 +1,16 @@
--- Stackage snapshot from: http://www.stackage.org/snapshot/lts-9.4
+-- Stackage snapshot from: http://www.stackage.org/snapshot/lts-9.14
 -- 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-9.4:http://www.stackage.org/lts-9.4
+-- remote-repo: stackage-lts-9.14:http://www.stackage.org/lts-9.14
 constraints: abstract-deque ==0.3,
              abstract-deque-tests ==0.3,
              abstract-par ==0.3.3,
-             AC-Vector ==2.3.2,
              accelerate ==1.0.0.0,
              accuerr ==0.2.0.2,
              ace ==0.6,
              action-permutations ==0.0.0.1,
              active ==0.2.0.13,
+             AC-Vector ==2.3.2,
              ad ==4.3.4,
              adjunctions ==4.3,
              adler32 ==0.1.1.0,
@@ -18,7 +18,7 @@ constraints: abstract-deque ==0.3,
              aeson-better-errors ==0.9.1.0,
              aeson-casing ==0.1.0.5,
              aeson-compat ==0.3.6,
-             aeson-diff ==1.1.0.3,
+             aeson-diff ==1.1.0.4,
              aeson-extra ==0.4.0.0,
              aeson-generic-compat ==0.0.1.0,
              aeson-injector ==1.0.10.0,
@@ -29,7 +29,7 @@ constraints: abstract-deque ==0.3,
              Agda ==2.5.3,
              airship ==0.6.0,
              alarmclock ==0.4.0.3,
-             alerta ==0.1.0.4,
+             alerta ==0.1.0.5,
              alex ==3.2.3,
              algebraic-graphs ==0.0.5,
              alsa-core ==0.5.0.1,
@@ -131,14 +131,14 @@ constraints: abstract-deque ==0.3,
              amqp ==0.15.1,
              annotated-wl-pprint ==0.7.0,
              anonymous-sums ==0.6.0.0,
+             ansigraph ==0.3.0.4,
              ansi-terminal ==0.6.3.1,
              ansi-wl-pprint ==0.6.7.3,
-             ansigraph ==0.3.0.3,
              api-field-json-th ==0.1.0.2,
-             app-settings ==0.2.0.11,
              appar ==0.1.4,
              apportionment ==0.0.0.2,
              approximate ==0.3.1,
+             app-settings ==0.2.0.11,
              arbtt ==0.9.0.13,
              arithmoi ==0.5.0.0,
              array installed,
@@ -146,8 +146,8 @@ constraints: abstract-deque ==0.3,
              arrow-extras ==0.1.0.1,
              arrow-list ==0.7,
              arrowp-qq ==0.1.1,
-             ascii-progress ==0.3.3.0,
              asciidiagram ==1.3.3,
+             ascii-progress ==0.3.3.0,
              asn1-encoding ==0.9.5,
              asn1-parse ==0.9.4,
              asn1-types ==0.3.2,
@@ -156,7 +156,7 @@ constraints: abstract-deque ==0.3,
              async-dejafu ==0.1.3.0,
              async-extra ==0.2.0.0,
              async-refresh ==0.2.0.2,
-             async-refresh-tokens ==0.3.0.0,
+             async-refresh-tokens ==0.3.0.1,
              async-timer ==0.1.4.0,
              atom-basic ==0.2.5,
              atom-conduit ==0.4.0.3,
@@ -171,8 +171,8 @@ constraints: abstract-deque ==0.3,
              authenticate ==1.3.3.2,
              authenticate-oauth ==1.6,
              auto ==0.4.3.1,
-             auto-update ==0.1.4,
              autoexporter ==1.1.2,
+             auto-update ==0.1.4,
              avers ==0.0.17.1,
              avers-api ==0.0.18.0,
              avers-api-docs ==0.0.18.0,
@@ -180,21 +180,22 @@ constraints: abstract-deque ==0.3,
              avwx ==0.3.0.2,
              aws ==0.16,
              axiom ==0.4.6,
-             b9 ==0.5.32,
+             b9 ==0.5.35,
              backprop ==0.0.3.0,
              bake ==0.5,
              bank-holidays-england ==0.1.0.6,
              base installed,
-             base-compat ==0.9.3,
-             base-noprelude ==4.9.1.0,
-             base-orphans ==0.6,
-             base-prelude ==1.2.0.1,
-             base-unicode-symbols ==0.2.2.4,
              base16-bytestring ==0.1.1.6,
              base32string ==0.9.1,
              base58string ==0.10.0,
              base64-bytestring ==1.0.0.1,
              base64-string ==0.2,
+             base-compat ==0.9.3,
+             basement ==0.0.4,
+             base-noprelude ==4.9.1.0,
+             base-orphans ==0.6,
+             base-prelude ==1.2.0.1,
+             base-unicode-symbols ==0.2.2.4,
              basic-prelude ==0.6.1.1,
              bcrypt ==0.0.10,
              bench ==1.0.6,
@@ -218,7 +219,7 @@ constraints: abstract-deque ==0.3,
              binary-tagged ==0.1.4.2,
              binary-typed ==1.0,
              bindings-DSL ==1.0.23,
-             bindings-GLFW ==3.1.2.2,
+             bindings-GLFW ==3.1.2.3,
              bindings-libzip ==1.0.1,
              bioace ==0.0.1,
              bioalign ==0.0.5,
@@ -237,7 +238,7 @@ constraints: abstract-deque ==0.3,
              bits ==0.5.1,
              bitx-bitcoin ==0.11.0.1,
              blake2 ==0.2.0,
-             blank-canvas ==0.6,
+             blank-canvas ==0.6.1,
              BlastHTTP ==1.2.1,
              blastxml ==0.3.2,
              blaze-bootstrap ==0.1.0.1,
@@ -256,9 +257,9 @@ constraints: abstract-deque ==0.3,
              board-games ==0.1.0.6,
              boltzmann-samplers ==0.1.0.0,
              bookkeeping ==0.2.1.4,
-             bool-extras ==0.4.0,
              Boolean ==0.2.4,
              boolean-like ==0.1.1.0,
+             bool-extras ==0.4.0,
              boolsimplifier ==0.1.8,
              boomerang ==1.4.5.3,
              both ==0.1.1.0,
@@ -290,25 +291,25 @@ constraints: abstract-deque ==0.3,
              bytestring-strict-builder ==0.4.5,
              bytestring-tree-builder ==0.2.7.1,
              bytestring-trie ==0.2.4.1,
-             bzlib-conduit ==0.2.1.4,
+             bzlib-conduit ==0.2.1.5,
              c2hs ==0.28.2,
              Cabal ==1.24.2.0,
+             cabal2nix ==2.3.1,
              cabal-dependency-licenses ==0.2.0.0,
-             cabal-doctest ==1.0.2,
+             cabal-doctest ==1.0.3,
              cabal-file-th ==0.2.4,
              cabal-helper ==0.7.3.0,
              cabal-install ==1.24.0.2,
              cabal-rpm ==0.11.2,
-             cabal2nix ==2.3.1,
              cache ==0.1.0.0,
              cacophony ==0.10.0,
-             cairo ==0.13.3.1,
+             cairo ==0.13.4.1,
              calendar-recycling ==0.0,
              call-stack ==0.1.0,
              carray ==0.1.6.8,
              cartel ==0.18.0.2,
-             case-insensitive ==1.2.0.10,
              cased ==0.1.0.0,
+             case-insensitive ==1.2.0.10,
              cases ==0.1.3.2,
              casing ==0.1.2.1,
              cassava ==0.4.5.1,
@@ -332,7 +333,7 @@ constraints: abstract-deque ==0.3,
              cheapskate-highlight ==0.1.0.0,
              cheapskate-lucid ==0.1.0.0,
              check-email ==1.0.2,
-             checkers ==0.4.7,
+             checkers ==0.4.9.5,
              chell ==0.4.0.1,
              choice ==0.2.2,
              chunked-data ==0.3.0,
@@ -368,17 +369,17 @@ constraints: abstract-deque ==0.3,
              cmark ==0.5.6,
              cmark-highlight ==0.2.0.0,
              cmark-lucid ==0.1.0.0,
-             cmdargs ==0.10.17,
+             cmdargs ==0.10.18,
              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,
+             comfort-graph ==0.0.2.1,
              commutative ==0.0.1.4,
              comonad ==5.0.2,
-             comonad-transformers ==4.0,
              comonads-fd ==4.0,
+             comonad-transformers ==4.0,
              compactmap ==0.1.4.2.1,
              compensated ==0.7.2,
              composable-associations ==0.1.0.0,
@@ -390,7 +391,7 @@ constraints: abstract-deque ==0.3,
              concurrent-output ==1.9.2,
              concurrent-split ==0.0.1,
              concurrent-supply ==0.1.8,
-             conduit ==1.2.12,
+             conduit ==1.2.12.1,
              conduit-combinators ==1.1.1,
              conduit-connection ==0.1.0.3,
              conduit-extra ==1.1.17,
@@ -414,7 +415,7 @@ constraints: abstract-deque ==0.3,
              control-monad-loop ==0.1,
              control-monad-omega ==0.3.1,
              convertible ==1.1.1.0,
-             cookie ==0.4.2.1,
+             cookie ==0.4.3,
              countable ==1.0,
              courier ==0.1.1.5,
              cpphs ==1.20.8,
@@ -425,26 +426,26 @@ constraints: abstract-deque ==0.3,
              cql-io ==0.16.0,
              criterion ==1.1.4.0,
              cron ==0.5.0,
-             crypt-sha512 ==0,
              crypto-api ==0.13.2,
              crypto-api-tests ==0.3,
+             cryptocipher ==0.6.2,
              crypto-cipher-tests ==0.0.11,
              crypto-cipher-types ==0.0.9,
              crypto-enigma ==0.0.2.9,
-             crypto-pubkey-types ==0.4.3,
-             crypto-random ==0.0.9,
-             crypto-random-api ==0.2.0,
-             cryptocipher ==0.6.2,
              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,
+             cryptohash-sha256 ==0.11.101.0,
              cryptohash-sha512 ==0.11.100.1,
              cryptonite ==0.23,
-             cryptonite-conduit ==0.2.0,
+             cryptonite-conduit ==0.2.2,
              cryptonite-openssl ==0.6,
+             crypto-pubkey-types ==0.4.3,
+             crypto-random ==0.0.9,
+             crypto-random-api ==0.2.0,
+             crypt-sha512 ==0,
              csp ==1.3.1,
              css-syntax ==0.0.5,
              css-text ==0.1.2.2,
@@ -497,7 +498,7 @@ constraints: abstract-deque ==0.3,
              declarative ==0.5.1,
              deepseq installed,
              deepseq-generics ==0.2.0.0,
-             dejafu ==0.7.1.3,
+             dejafu ==0.7.3.0,
              dependent-map ==0.2.4.0,
              dependent-sum ==0.4,
              derive ==2.6.3,
@@ -515,16 +516,16 @@ constraints: abstract-deque ==0.3,
              diagrams-postscript ==1.4,
              diagrams-rasterific ==1.4,
              diagrams-solve ==0.1.1,
-             diagrams-svg ==1.4.1,
+             diagrams-svg ==1.4.1.1,
              dictionaries ==0.2.0.3,
              Diff ==0.3.4,
              diff3 ==0.3.0,
              digest ==0.0.1.2,
              digits ==0.3.1,
              dimensional ==1.0.1.3,
-             direct-sqlite ==2.3.20,
              directory installed,
              directory-tree ==0.12.1,
+             direct-sqlite ==2.3.21,
              discord-gateway ==0.2.2,
              discord-hs ==0.4.2,
              discord-rest ==0.2.2,
@@ -549,16 +550,16 @@ constraints: abstract-deque ==0.3,
              dmenu-pmount ==0.1.0.1,
              dmenu-search ==0.1.0.1,
              dns ==2.0.13,
-             do-list ==1.0.1,
              dockerfile ==0.1.0.1,
              docopt ==0.7.0.5,
              doctemplates ==0.1.0.2,
              doctest ==0.11.4,
              doctest-discover ==0.1.0.7,
+             do-list ==1.0.1,
              dotenv ==0.3.4.0,
              dotnet-timespan ==0.0.1.0,
              double-conversion ==2.0.2.0,
-             download ==0.3.2.5,
+             download ==0.3.2.6,
              dpor ==0.2.0.0,
              drawille ==0.1.2.0,
              DRBG ==0.5.5,
@@ -585,22 +586,22 @@ constraints: abstract-deque ==0.3,
              either ==4.4.1.1,
              either-unwrap ==1.1,
              ekg ==0.4.0.14,
-             ekg-core ==0.1.1.2,
+             ekg-core ==0.1.1.3,
              ekg-json ==0.1.0.6,
-             ekg-statsd ==0.2.1.1,
+             ekg-statsd ==0.2.2.0,
              ekg-wai ==0.1.0.2,
              elerea ==2.9.0,
              elm-bridge ==0.4.1,
              elm-core-sources ==1.0.0,
              elm-export ==0.6.0.1,
              elm-export-persistent ==0.1.2,
-             email-validate ==2.3.1,
              emailaddress ==0.2.0.0,
+             email-validate ==2.3.2,
              enclosed-exceptions ==1.0.2,
              encoding-io ==0.0.1,
              engine-io ==1.2.17,
              engine-io-wai ==1.0.6,
-             EntrezHTTP ==1.0.4,
+             EntrezHTTP ==1.0.3,
              entropy ==0.3.8,
              enummapset ==0.5.2.1,
              enummapset-th ==0.6.1.1,
@@ -613,7 +614,7 @@ constraints: abstract-deque ==0.3,
              equal-files ==0.0.5.3,
              equivalence ==0.3.2,
              erf ==2.0.0.0,
-             errors ==2.2.1,
+             errors ==2.2.2,
              ersatz ==0.4.1,
              esqueleto ==2.5.3,
              etc ==0.2.0.0,
@@ -621,7 +622,6 @@ constraints: abstract-deque ==0.3,
              ether ==0.5.1.0,
              euphoria ==0.8.0.0,
              event ==0.1.4,
-             event-list ==0.1.1.3,
              eventful-core ==0.1.3,
              eventful-dynamodb ==0.1.3,
              eventful-memory ==0.1.3,
@@ -629,51 +629,53 @@ constraints: abstract-deque ==0.3,
              eventful-sql-common ==0.1.3,
              eventful-sqlite ==0.1.3,
              eventful-test-helpers ==0.1.3,
+             event-list ==0.1.1.3,
              eventstore ==0.15.0.2,
              exact-combinatorics ==0.2.0.8,
              exact-pi ==0.4.1.2,
-             exception-mtl ==0.4.0.1,
-             exception-transformers ==0.4.0.5,
              exceptional ==0.3.0.0,
+             exception-mtl ==0.4.0.1,
              exceptions ==0.8.3,
+             exception-transformers ==0.4.0.5,
              executable-hash ==0.2.0.4,
              executable-path ==0.0.3.1,
              exhaustive ==1.1.5,
-             exp-pairs ==0.1.5.2,
              expiring-cache-map ==0.0.6.1,
              explicit-exception ==0.1.9,
-             extensible ==0.4.4,
+             exp-pairs ==0.1.5.2,
+             extensible ==0.4.6,
              extensible-effects ==1.11.1.0,
              extensible-exceptions ==0.1.1.4,
              extra ==1.5.3,
-             extract-dependencies ==0.2.0.1,
              extractable-singleton ==0.0.1,
+             extract-dependencies ==0.2.0.1,
              fail ==4.9.0.0,
              farmhash ==0.1.0.5,
-             fast-builder ==0.0.0.6,
+             fasta ==0.10.4.2,
+             fast-builder ==0.0.1.0,
              fast-digits ==0.2.1.0,
              fast-logger ==2.4.10,
              fast-math ==1.0.2,
-             fasta ==0.10.4.2,
              fb ==1.1.1,
              fclabels ==2.0.3.2,
              fdo-notify ==0.3.1,
              feature-flags ==0.1.0.1,
+             fedora-haskell-tools ==0.3,
              feed ==0.3.12.0,
              FenwickTree ==0.1.2.1,
              fft ==0.1.8.6,
-             fgl ==5.5.4.0,
+             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,
+             file-embed ==0.0.10,
              filelock ==0.1.1.2,
              filemanip ==0.3.6.3,
+             file-modules ==0.1.2.4,
              filepath installed,
              fileplow ==0.1.0.0,
              filter-logger ==0.6.0.0,
-             find-clumpiness ==0.2.3.0,
-             fingertree ==0.1.1.0,
+             find-clumpiness ==0.2.3.1,
+             fingertree ==0.1.2.1,
              fingertree-psqueue ==0.3,
              finite-typelits ==0.1.2.0,
              fixed ==0.2.1.1,
@@ -690,7 +692,7 @@ constraints: abstract-deque ==0.3,
              flow ==1.0.9,
              fmlist ==0.9,
              fmt ==0.3.0.0,
-             fn ==0.3.0.1,
+             fn ==0.3.0.2,
              focus ==0.1.5.2,
              fold-debounce ==0.2.0.6,
              fold-debounce-conduit ==0.1.0.5,
@@ -703,17 +705,17 @@ constraints: abstract-deque ==0.3,
              ForestStructures ==0.0.0.2,
              forma ==0.2.0,
              format-numbers ==0.1.0.0,
-             formatting ==6.2.4,
-             foundation ==0.0.13,
+             formatting ==6.2.5,
+             foundation ==0.0.17,
              Frames ==0.1.9,
              free ==4.12.4,
-             free-vl ==0.1.4,
              freenect ==1.2.1,
              freer ==0.2.4.1,
              freer-effects ==0.3.0.1,
              freetype2 ==0.1.2,
+             free-vl ==0.1.4,
              friendly-time ==0.4.1,
-             frisby ==0.2,
+             frisby ==0.2.1,
              from-sum ==0.2.1.0,
              frontmatter ==0.1.0.2,
              fsnotify ==0.2.1.1,
@@ -722,16 +724,17 @@ constraints: abstract-deque ==0.3,
              functor-classes-compat ==1,
              fuzzcheck ==0.1.1,
              fuzzy ==0.1.0.0,
+             gauge ==0.1.3,
              gd ==3000.7.3,
              Genbank ==1.0.3,
              general-games ==1.0.5,
              generic-aeson ==0.2.0.9,
              generic-deriving ==1.11.2,
              generic-random ==0.5.0.0,
-             generic-xmlpickler ==0.1.0.5,
              generics-eot ==0.2.1.1,
              generics-sop ==0.3.1.0,
              generics-sop-lens ==0.1.2.1,
+             generic-xmlpickler ==0.1.0.5,
              geniplate-mirror ==0.7.5,
              getopt-generics ==0.13.0.1,
              ghc installed,
@@ -740,19 +743,19 @@ constraints: abstract-deque ==0.3,
              ghc-events ==0.6.0,
              ghc-exactprint ==0.5.5.0,
              ghc-heap-view ==0.5.10,
+             ghci installed,
+             ghcid ==0.6.8,
+             ghcjs-base-stub ==0.1.0.4,
+             ghcjs-codemirror ==0.0.0.1,
+             ghcjs-perch ==0.3.3.2,
              ghc-paths ==0.1.0.9,
              ghc-prim installed,
-             ghc-prof ==1.4.0.2,
-             ghc-syb-utils ==0.2.3.2,
+             ghc-prof ==1.4.0.3,
+             ghc-syb-utils ==0.2.3.3,
              ghc-tcplugins-extra ==0.2.1,
              ghc-typelits-extra ==0.2.3,
              ghc-typelits-knownnat ==0.3.1,
-             ghc-typelits-natnormalise ==0.5.3,
-             ghci installed,
-             ghcid ==0.6.6,
-             ghcjs-base-stub ==0.1.0.2,
-             ghcjs-codemirror ==0.0.0.1,
-             ghcjs-perch ==0.3.3.2,
+             ghc-typelits-natnormalise ==0.5.4,
              gi-atk ==2.0.14,
              gi-cairo ==1.0.14,
              gi-gdk ==3.0.14,
@@ -762,16 +765,15 @@ constraints: abstract-deque ==0.3,
              gi-gobject ==2.0.15,
              gi-gtk ==3.0.17,
              gi-javascriptcore ==3.0.14,
-             gi-pango ==1.0.15,
-             gi-soup ==2.4.14,
-             gi-webkit ==3.0.14,
              ginger ==0.5.3.0,
              gio ==0.13.3.1,
+             gi-pango ==1.0.15,
              giphy-api ==0.5.2.0,
+             gi-soup ==2.4.14,
              git ==0.2.0,
              git-annex ==6.20170520,
              github ==0.16.0,
-             github-release ==1.0.6,
+             github-release ==1.0.7,
              github-types ==0.2.1,
              github-webhook-handler ==0.0.8,
              github-webhook-handler-snap ==0.0.7,
@@ -780,15 +782,16 @@ constraints: abstract-deque ==0.3,
              gitlib-test ==3.1.0.3,
              gitrev ==1.3.1,
              gitson ==0.5.2,
+             gi-webkit ==3.0.14,
              gl ==0.8.0,
-             glabrous ==0.3.2,
+             glabrous ==0.3.3,
              glaze ==0.3.0.1,
              glazier ==0.11.0.1,
              glazier-pipes ==0.1.5.1,
              glazier-react ==0.6.0.0,
              glazier-react-widget ==0.6.0.0,
              GLFW-b ==1.4.8.1,
-             glib ==0.13.4.1,
+             glib ==0.13.5.0,
              Glob ==0.8.0,
              glob-posix ==0.1.0.1,
              gloss ==1.11.1.1,
@@ -896,13 +899,13 @@ constraints: abstract-deque ==0.3,
              gogol-youtube-reporting ==0.3.0,
              google-cloud ==0.0.4,
              google-oauth2-jwt ==0.2.2,
-             GPipe ==2.2.1,
+             GPipe ==2.2.3,
              GPipe-GLFW ==1.4.1.1,
              gpolyline ==0.1.0.1,
              graph-core ==0.3.0.0,
-             graph-wrapper ==0.2.5.1,
              graphs ==0.7,
              graphviz ==2999.18.1.2,
+             graph-wrapper ==0.2.5.1,
              gravatar ==0.8.0,
              graylog ==0.1.0.1,
              groom ==0.1.2.1,
@@ -912,14 +915,13 @@ constraints: abstract-deque ==0.3,
              groundhog-postgresql ==0.8.0.1,
              groundhog-sqlite ==0.8,
              groundhog-th ==0.8.0.1,
-             group-by-date ==0.1.0.1,
+             group-by-date ==0.1.0.2,
              grouped-list ==0.2.1.3,
              groupoids ==4.0,
              groups ==0.4.0.0,
-             gtk ==0.14.6,
-             gtk2hs-buildtools ==0.13.2.2,
-             gtk3 ==0.14.6,
-             gtksourceview3 ==0.13.3.1,
+             gtk ==0.14.7,
+             gtk2hs-buildtools ==0.13.3.0,
+             gtk3 ==0.14.7,
              H ==0.9.0.1,
              h2c ==1.0.0,
              hackage-db ==1.22,
@@ -929,7 +931,7 @@ constraints: abstract-deque ==0.3,
              haddock-api ==2.17.4,
              haddock-library ==1.4.3,
              haddock-test ==0.0.1,
-             hailgun ==0.4.1.5,
+             hailgun ==0.4.1.6,
              hailgun-simple ==0.1.0.0,
              hakyll ==4.9.8.0,
              hakyll-favicon ==0.1.0,
@@ -943,26 +945,29 @@ constraints: abstract-deque ==0.3,
              happstack-jmacro ==7.0.12,
              happstack-server ==7.4.6.4,
              happstack-server-tls ==7.1.6.4,
-             happy ==1.19.7,
+             happy ==1.19.8,
              harp ==0.4.3,
-             hasbolt ==0.1.2.1,
+             hasbolt ==0.1.3.0,
              hashable ==1.2.6.1,
              hashable-time ==0.2.0.1,
              hashmap ==1.3.2,
-             hashtables ==1.2.2.0,
+             hashtables ==1.2.2.1,
              haskeline ==0.7.4.0,
              haskell-gi ==0.20.3,
-             haskell-gi-base ==0.20.4,
+             haskell-gi-base ==0.20.5,
              haskell-gi-overloading ==1.0,
-             haskell-import-graph ==1.0.2,
+             haskell-import-graph ==1.0.3,
              haskell-lexer ==1.0.1,
              haskell-lsp ==0.1.0.0,
              haskell-neo4j-client ==0.3.2.4,
+             HaskellNet ==0.5.1,
+             HaskellNet-SSL ==0.3.4.0,
              haskell-packages ==0.5,
              haskell-spacegoo ==0.2.0.1,
              haskell-src ==1.0.2.0,
              haskell-src-exts ==1.18.2,
              haskell-src-exts-simple ==1.19.0.0,
+             haskell-src-exts-util ==0.2.1.2,
              haskell-src-meta ==0.8.0.1,
              haskell-tools-ast ==0.8.1.0,
              haskell-tools-backend-ghc ==0.8.1.0,
@@ -973,14 +978,12 @@ constraints: abstract-deque ==0.3,
              haskell-tools-prettyprint ==0.8.1.0,
              haskell-tools-refactor ==0.8.1.0,
              haskell-tools-rewrite ==0.8.1.0,
-             HaskellNet ==0.5.1,
-             HaskellNet-SSL ==0.3.4.0,
              haskintex ==0.7.0.1,
-             hasmin ==0.3.2.4,
-             hasql ==0.19.18.1,
+             hasmin ==0.3.3.1,
+             hasql ==0.19.18.2,
              hasql-migration ==0.1.3,
-             hasql-pool ==0.4.1,
-             hasql-transaction ==0.5,
+             hasql-pool ==0.4.3,
+             hasql-transaction ==0.5.2,
              hastache ==0.6.1,
              hasty-hamiltonian ==1.3.0,
              HaTeX ==3.17.3.1,
@@ -1005,15 +1008,15 @@ constraints: abstract-deque ==0.3,
              hebrew-time ==0.1.1,
              hedgehog ==0.5,
              hedgehog-quickcheck ==0.1,
-             hedis ==0.9.9,
+             hedis ==0.9.12,
              here ==1.2.11,
              heredoc ==0.2.0.0,
-             heterocephalus ==1.0.5.0,
+             heterocephalus ==1.0.5.1,
              hex ==0.1.2,
-             hexml ==0.3.2,
+             hexml ==0.3.3,
              hexpat ==0.20.13,
              hexstring ==0.11.1,
-             hformat ==0.3.0.0,
+             hformat ==0.3.1.0,
              hfsevents ==0.1.6,
              hid ==0.2.2,
              hidapi ==0.1.4,
@@ -1042,10 +1045,10 @@ constraints: abstract-deque ==0.3,
              hledger-web ==1.2,
              hlibgit2 ==0.18.0.16,
              hlibsass ==0.1.6.1,
-             hlint ==2.0.9,
+             hlint ==2.0.10,
              hmatrix ==0.18.0.0,
              hmatrix-gsl ==0.18.0.1,
-             hmatrix-gsl-stats ==0.4.1.6,
+             hmatrix-gsl-stats ==0.4.1.7,
              hmatrix-special ==0.4.0.1,
              hmpfr ==0.4.3,
              hoauth2 ==1.3.0,
@@ -1074,20 +1077,20 @@ constraints: abstract-deque ==0.3,
              hreader ==1.1.0,
              hreader-lens ==0.1.3.0,
              hruby ==0.3.4.4,
-             hs-bibutils ==5.5,
-             hs-GeoIP ==0.3,
              hsass ==0.4.2,
              hsb2hs ==0.3.1,
+             hs-bibutils ==5.5,
              hscolour ==1.24.1,
              hscurses ==1.4.2.0,
              hsdev ==0.2.5.1,
              hsdns ==1.7,
-             hse-cpp ==0.2,
              hsebaysdk ==0.4.0.0,
+             hse-cpp ==0.2,
              hsemail ==2,
-             HSet ==0.0.1,
              hset ==2.2.0,
-             hsexif ==0.6.1.3,
+             HSet ==0.0.1,
+             hsexif ==0.6.1.4,
+             hs-GeoIP ==0.3,
              hsignal ==0.2.7.5,
              hsinstall ==1.6,
              hslogger ==1.2.10,
@@ -1107,7 +1110,7 @@ constraints: abstract-deque ==0.3,
              hspec-expectations ==0.8.2,
              hspec-expectations-lifted ==0.10.0,
              hspec-expectations-pretty-diff ==0.7.2.4,
-             hspec-golden-aeson ==0.2.0.3,
+             hspec-golden-aeson ==0.2.1.0,
              hspec-megaparsec ==0.3.1,
              hspec-meta ==2.4.4,
              hspec-pg-transact ==0.1.0.2,
@@ -1121,48 +1124,48 @@ constraints: abstract-deque ==0.3,
              hstatsd ==0.1,
              HStringTemplate ==0.8.6,
              HSvm ==0.1.0.3.22,
-             hsx-jmacro ==7.3.8,
              hsx2hs ==0.14.1.1,
+             hsx-jmacro ==7.3.8,
              hsyslog ==5.0.1,
              htaglib ==1.1.1,
              HTF ==0.13.2.2,
              html ==1.0.1.2,
-             html-conduit ==1.2.1.1,
+             html-conduit ==1.2.1.2,
              html-email-validate ==0.2.0.0,
              htoml ==1.0.0.3,
-             HTTP ==4000.3.7,
+             HTTP ==4000.3.8,
+             http2 ==1.6.3,
              http-api-data ==0.3.7.1,
-             http-client ==0.5.7.0,
-             http-client-openssl ==0.2.0.5,
+             http-client ==0.5.7.1,
+             http-client-openssl ==0.2.1.1,
              http-client-tls ==0.3.5.1,
              http-common ==0.8.2.0,
              http-conduit ==2.2.3.2,
              http-date ==0.0.6.1,
+             httpd-shed ==0.4.0.3,
              http-link-header ==1.0.3,
              http-media ==0.6.4,
              http-reverse-proxy ==0.4.5,
              http-streams ==0.8.5.3,
              http-types ==0.9.1,
-             http2 ==1.6.3,
-             httpd-shed ==0.4.0.3,
              human-readable-duration ==0.2.0.3,
              HUnit ==1.5.0.0,
-             HUnit-approx ==1.1,
+             HUnit-approx ==1.1.1.1,
              hunit-dejafu ==0.6.0.0,
              hvect ==0.4.0.0,
              hw-balancedparens ==0.1.0.2,
              hw-bits ==0.5.0.3,
              hw-diagnostics ==0.0.0.5,
+             hweblib ==0.6.3,
              hw-excess ==0.1.0.1,
              hw-int ==0.0.0.3,
+             hworker ==0.1.0.1,
              hw-parser ==0.0.0.3,
              hw-prim ==0.4.0.5,
              hw-rankselect ==0.8.0.2,
              hw-rankselect-base ==0.2.0.2,
              hw-string-parse ==0.0.0.4,
              hw-succinct ==0.1.0.1,
-             hweblib ==0.6.3,
-             hworker ==0.1.0.1,
              hxt ==9.3.1.16,
              hxt-charproperties ==9.2.0.1,
              hxt-css ==0.1.0.3,
@@ -1190,9 +1193,9 @@ constraints: abstract-deque ==0.3,
              imagesize-conduit ==1.1,
              Imlib ==0.1.2,
              imm ==1.2.0.0,
-             immortal ==0.2.2,
+             immortal ==0.2.2.1,
              include-file ==0.1.0.3,
-             incremental-parser ==0.2.5.1,
+             incremental-parser ==0.2.5.2,
              indentation-core ==0.0.0.1,
              indentation-parsec ==0.0.0.1,
              indents ==0.4.0.0,
@@ -1201,17 +1204,17 @@ constraints: abstract-deque ==0.3,
              inline-c ==0.5.6.1,
              inline-c-cpp ==0.1.0.0,
              inline-java ==0.6.5,
-             inline-r ==0.9.0.1,
+             inline-r ==0.9.0.2,
              insert-ordered-containers ==0.2.1.0,
-             instance-control ==0.1.1.1,
+             instance-control ==0.1.2.0,
              integer-gmp installed,
              integer-logarithms ==1.0.2,
              integration ==0.2.1,
              intero ==0.1.23,
              interpolate ==0.1.1,
              interpolatedstring-perl6 ==1.0.0,
-             interpolation ==0.1.0.1,
-             IntervalMap ==0.5.2.0,
+             interpolation ==0.1.0.2,
+             IntervalMap ==0.5.3.1,
              intervals ==0.8.1,
              intro ==0.3.0.1,
              invariant ==0.4.3,
@@ -1227,10 +1230,10 @@ constraints: abstract-deque ==0.3,
              ip6addr ==0.5.3,
              iproute ==1.7.1,
              IPv6Addr ==1.0.1,
-             IPv6DB ==0.2.2,
+             IPv6DB ==0.2.3,
              irc ==0.6.1.0,
              irc-client ==0.4.4.4,
-             irc-conduit ==0.2.2.3,
+             irc-conduit ==0.2.2.4,
              irc-ctcp ==0.1.3.0,
              irc-dcc ==2.0.1,
              islink ==0.1.0.0,
@@ -1239,11 +1242,11 @@ constraints: abstract-deque ==0.3,
              iso8601-time ==0.1.4,
              isotope ==0.5.0.1,
              iterable ==3.0,
-             ix-shapable ==0.1.0,
              ixset-typed ==0.3.1.1,
+             ix-shapable ==0.1.0,
              jack ==0.7.1.1,
              jailbreak-cabal ==1.3.2,
-             javascript-extras ==0.3.1.0,
+             javascript-extras ==0.3.2.0,
              jmacro ==0.6.14,
              jmacro-rpc ==0.3.2,
              jmacro-rpc-happstack ==0.3.2,
@@ -1258,15 +1261,15 @@ constraints: abstract-deque ==0.3,
              json-rpc-generic ==0.2.1.2,
              json-schema ==0.7.4.1,
              json-stream ==0.4.1.5,
-             JuicyPixels ==3.2.8.3,
-             JuicyPixels-extra ==0.2.1,
+             JuicyPixels ==3.2.9.1,
+             JuicyPixels-extra ==0.2.2,
              JuicyPixels-scale-dct ==0.1.1.2,
              jvm ==0.2.2,
              jvm-streaming ==0.2,
              jwt ==0.7.2,
              kan-extensions ==5.0.2,
              kansas-comet ==0.4,
-             katip ==0.5.0.0,
+             katip ==0.5.1.0,
              kawhi ==0.3.0,
              kdt ==0.2.4,
              keter ==1.4.3.2,
@@ -1278,7 +1281,7 @@ constraints: abstract-deque ==0.3,
              kraken ==0.0.3,
              l10n ==0.1.0.1,
              labels ==0.3.3,
-             lackey ==0.4.3,
+             lackey ==0.4.6,
              lame ==0.1.1,
              language-c ==0.6.1,
              language-c-quote ==0.12.1,
@@ -1299,7 +1302,7 @@ constraints: abstract-deque ==0.3,
              lattices ==1.5.0,
              lazyio ==0.1.0.4,
              lca ==0.3,
-             leancheck ==0.6.5,
+             leancheck ==0.6.7,
              leapseconds-announced ==2017,
              lens ==4.15.4,
              lens-action ==0.2.2,
@@ -1325,40 +1328,40 @@ constraints: abstract-deque ==0.3,
              libxml-sax ==0.7.5,
              LibZip ==1.0.1,
              licensor ==0.2.1,
-             lift-generics ==0.1.1,
              lifted-async ==0.9.3,
              lifted-base ==0.2.3.11,
+             lift-generics ==0.1.1,
              line ==3.1.0,
              linear ==1.20.7,
              linear-accelerate ==0.4.1,
              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 ==0.6.2,
              list-fusion-probe ==0.1.0.6,
-             list-prompt ==0.1.1.0,
-             list-t ==1.0.0.1,
              ListLike ==4.5.1,
+             list-prompt ==0.1.1.0,
              listsafe ==0.1.0.1,
+             list-t ==1.0.0.1,
              llvm-hs ==4.2.0,
              llvm-hs-pure ==4.1.0.0,
              lmdb ==0.2.5,
              loch-th ==0.2.1,
              log ==0.9.0.1,
-             log-base ==0.7.2.0,
+             log-base ==0.7.4.0,
              log-domain ==0.11.2,
              log-elasticsearch ==0.9.1.0,
-             log-postgres ==0.7.0.2,
              logfloat ==0.13.3.3,
              logger-thread ==0.1.0.2,
              logging-effect ==1.2.1,
              logging-facade ==0.3.0,
              logging-facade-syslog ==1,
              logict ==0.6.0.2,
+             log-postgres ==0.7.0.2,
              loop ==0.3.0,
              lrucache ==1.2.0.0,
              lrucaching ==0.3.2,
-             lucid ==2.9.8.1,
+             lucid ==2.9.9,
              lucid-svg ==0.7.0.0,
              lzma-conduit ==1.1.3.3,
              machines ==0.6.3,
@@ -1367,7 +1370,7 @@ constraints: abstract-deque ==0.3,
              machines-io ==0.2.0.13,
              machines-process ==0.2.0.8,
              magic ==1.1,
-             magicbane ==0.1.1,
+             magicbane ==0.1.3,
              mainland-pretty ==0.6.1,
              makefile ==1.0.0.4,
              managed ==1.0.5,
@@ -1376,10 +1379,10 @@ constraints: abstract-deque ==0.3,
              markdown-unlit ==0.4.0,
              markov-chain ==0.0.3.4,
              markup ==3.1.0,
-             marvin ==0.2.3,
+             marvin ==0.2.5,
              marvin-interpolate ==1.1.2,
-             math-functions ==0.2.1.0,
              mathexpr ==0.3.0.0,
+             math-functions ==0.2.1.0,
              matplotlib ==0.5.0,
              matrices ==0.4.5,
              matrix ==0.3.5.0,
@@ -1388,13 +1391,13 @@ constraints: abstract-deque ==0.3,
              mbox ==0.3.4,
              mbox-utility ==0.0.1,
              mcmc-types ==1.0.3,
-             med-module ==0.1.1,
              mediabus ==0.4.0.1,
              mediabus-rtp ==0.4.0.1,
              median-stream ==0.7.0.0,
-             mega-sdist ==0.3.0.2,
+             med-module ==0.1.1,
              megaparsec ==5.3.1,
-             memory ==0.14.7,
+             mega-sdist ==0.3.0.2,
+             memory ==0.14.8,
              MemoTrie ==0.6.8,
              mersenne-random-pure64 ==0.2.2.0,
              messagepack ==0.5.4,
@@ -1404,7 +1407,7 @@ constraints: abstract-deque ==0.3,
              mfsolve ==0.3.2.0,
              microformats2-parser ==1.0.1.7,
              microlens ==0.4.8.1,
-             microlens-aeson ==2.2.0.1,
+             microlens-aeson ==2.2.0.2,
              microlens-contra ==0.1.0.1,
              microlens-ghc ==0.4.8.0,
              microlens-mtl ==0.1.11.0,
@@ -1417,7 +1420,7 @@ constraints: abstract-deque ==0.3,
              mime-mail ==0.4.14,
              mime-mail-ses ==0.3.2.3,
              mime-types ==0.1.0.7,
-             minio-hs ==0.3.1,
+             minio-hs ==0.3.2,
              mintty ==0.1.1,
              miso ==0.4.0.0,
              missing-foreign ==0.1.1,
@@ -1433,9 +1436,12 @@ constraints: abstract-deque ==0.3,
              monad-control ==1.0.2.2,
              monad-control-aligned ==0.0.1,
              monad-coroutine ==0.9.0.3,
+             monadcryptorandom ==0.7.1,
              monad-extras ==0.6.0,
              monad-http ==0.1.0.0,
+             monadic-arrays ==0.2.2,
              monad-journal ==0.7.2,
+             monadloc ==0.7.1,
              monad-logger ==0.3.25.1,
              monad-logger-json ==0.1.0.0,
              monad-logger-prefix ==0.1.6,
@@ -1443,29 +1449,26 @@ constraints: abstract-deque ==0.3,
              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-par-extras ==0.3.3,
              monad-peel ==0.2.1.2,
+             monadplus ==1.4.2,
              monad-products ==4.0.1,
+             MonadPrompt ==1.0.0.5,
+             MonadRandom ==0.5.1,
              monad-skeleton ==0.1.5,
+             monads-tf ==0.1.0.3,
              monad-time ==0.2,
              monad-unlift ==0.2.0,
              monad-unlift-ref ==0.2.0,
-             monadcryptorandom ==0.7.1,
-             monadic-arrays ==0.2.2,
-             monadloc ==0.7.1,
-             monadplus ==1.4.2,
-             MonadPrompt ==1.0.0.5,
-             MonadRandom ==0.5.1,
-             monads-tf ==0.1.0.3,
              mongoDB ==2.3.0,
-             mono-traversable ==1.0.2.1,
-             mono-traversable-instances ==0.1.0.0,
+             monoidal-containers ==0.3.0.2,
              monoid-extras ==0.4.2,
              monoid-subclasses ==0.4.4,
              monoid-transformer ==0.0.3,
-             monoidal-containers ==0.3.0.2,
-             morte ==1.6.10,
+             mono-traversable ==1.0.4.0,
+             mono-traversable-instances ==0.1.0.0,
+             morte ==1.6.11,
              mountpoints ==1.0.2,
              mstate ==0.2.7,
              mtl ==2.2.1,
@@ -1478,7 +1481,7 @@ constraints: abstract-deque ==0.3,
              multistate ==0.7.1.2,
              murmur-hash ==0.1.0.9,
              mushu ==0.1.1,
-             MusicBrainz ==0.3,
+             MusicBrainz ==0.3.1,
              mustache ==2.2.3,
              mutable-containers ==0.3.3,
              mwc-probability ==1.3.0,
@@ -1486,7 +1489,7 @@ constraints: abstract-deque ==0.3,
              mysql ==0.1.4,
              mysql-haskell ==0.8.0.0,
              mysql-haskell-openssl ==0.8.0.0,
-             mysql-simple ==0.4.1.0,
+             mysql-simple ==0.4.4,
              nagios-check ==0.3.2,
              names-th ==0.2.0.3,
              nano-erl ==0.1.0.1,
@@ -1518,7 +1521,7 @@ constraints: abstract-deque ==0.3,
              network-transport-composed ==0.2.0.1,
              network-transport-inmemory ==0.5.2,
              network-transport-tcp ==0.5.1,
-             network-transport-tests ==0.2.4.1,
+             network-transport-tests ==0.2.4.2,
              network-uri ==2.6.1.0,
              newtype ==0.2,
              newtype-generics ==0.5.1,
@@ -1527,11 +1530,11 @@ constraints: abstract-deque ==0.3,
              nicify-lib ==1.0.1,
              NineP ==0.0.2.1,
              nix-paths ==1.0.0.1,
+             nonce ==1.0.4,
+             nondeterminism ==1.4,
              non-empty ==0.3,
              non-empty-sequence ==0.2.0.2,
              non-negative ==0.1.1.2,
-             nonce ==1.0.4,
-             nondeterminism ==1.4,
              NoTrace ==0.3.0.2,
              nsis ==0.3.1,
              numbers ==3000.2.0.1,
@@ -1561,16 +1564,16 @@ constraints: abstract-deque ==0.3,
              Only ==0.1,
              oo-prototypes ==0.1.0.0,
              opaleye ==0.5.4.0,
-             opaleye-trans ==0.3.6,
-             open-browser ==0.2.1.0,
-             open-witness ==0.4.0.1,
+             opaleye-trans ==0.3.7,
              OpenAL ==1.7.0.4,
+             open-browser ==0.2.1.0,
              openexr-write ==0.1.0.1,
              OpenGL ==3.0.2.0,
              OpenGLRaw ==3.2.5.0,
              openpgp-asciiarmor ==0.1,
              opensource ==0.1.0.0,
              openssl-streams ==1.2.1.3,
+             open-witness ==0.4.0.1,
              operational ==0.2.3.5,
              operational-class ==0.3.0.0,
              opml-conduit ==0.6.0.3,
@@ -1579,7 +1582,7 @@ constraints: abstract-deque ==0.3,
              optparse-applicative ==0.13.2.0,
              optparse-generic ==1.2.2,
              optparse-helper ==0.2.1.1,
-             optparse-simple ==0.0.3,
+             optparse-simple ==0.0.4,
              optparse-text ==0.1.1.0,
              osdkeys ==0.0,
              overloaded-records ==0.4.2.0,
@@ -1590,10 +1593,10 @@ constraints: abstract-deque ==0.3,
              pagerduty ==0.0.8,
              pagination ==0.2.1,
              palette ==0.1.0.5,
-             pandoc ==1.19.2.3,
+             pandoc ==1.19.2.4,
              pandoc-citeproc ==0.10.5.1,
              pandoc-types ==1.17.0.5,
-             pango ==0.13.3.1,
+             pango ==0.13.4.0,
              papillon ==0.1.0.4,
              parallel ==3.2.1.1,
              parallel-io ==0.3.3,
@@ -1608,7 +1611,7 @@ constraints: abstract-deque ==0.3,
              partial-order ==0.1.2.1,
              patat ==0.5.2.2,
              path ==0.5.13,
-             path-extra ==0.0.5,
+             path-extra ==0.0.6,
              path-io ==1.2.2,
              path-pieces ==0.2.1,
              pathtype ==0.8,
@@ -1618,40 +1621,40 @@ constraints: abstract-deque ==0.3,
              pcre-heavy ==1.0.0.2,
              pcre-light ==0.4.0.4,
              pcre-utils ==0.1.8.1.1,
+             pdfinfo ==1.5.4,
              pdf-toolbox-content ==0.0.5.1,
              pdf-toolbox-core ==0.0.4.1,
              pdf-toolbox-document ==0.0.7.1,
-             pdfinfo ==1.5.4,
              pem ==0.2.2,
              perf ==0.1.2,
              persistable-record ==0.5.1.1,
              persistable-types-HDBC-pg ==0.0.1.5,
-             persistent ==2.7.0,
+             persistent ==2.7.1,
              persistent-mongoDB ==2.6.0,
-             persistent-mysql ==2.6.1,
+             persistent-mysql ==2.6.2.1,
              persistent-mysql-haskell ==0.3.0.0,
-             persistent-postgresql ==2.6.1,
+             persistent-postgresql ==2.6.2,
              persistent-redis ==2.5.2,
              persistent-refs ==0.4,
-             persistent-sqlite ==2.6.2,
-             persistent-template ==2.5.2,
-             pg-transact ==0.1.0.1,
+             persistent-sqlite ==2.6.3,
+             persistent-template ==2.5.3,
              pgp-wordlist ==0.1.0.2,
+             pg-transact ==0.1.0.1,
              phantom-state ==0.2.1.2,
              picedit ==0.2.3.0,
              picoparsec ==0.1.2.3,
              picosat ==0.1.4,
              pid1 ==0.1.2.0,
-             pinboard ==0.9.12.5,
+             pinboard ==0.9.12.6,
              pinch ==0.3.2.0,
              pinchot ==0.24.0.0,
-             pipes ==4.3.4,
+             pipes ==4.3.6,
              pipes-attoparsec ==0.5.1.5,
              pipes-bytestring ==2.1.6,
              pipes-cacophony ==0.5.0,
              pipes-category ==0.2.0.1,
              pipes-concurrency ==2.0.8,
-             pipes-extras ==1.0.10,
+             pipes-extras ==1.0.12,
              pipes-fluid ==0.5.0.3,
              pipes-group ==1.0.8,
              pipes-misc ==0.3.0.0,
@@ -1667,14 +1670,14 @@ constraints: abstract-deque ==0.3,
              plan-b ==0.2.1,
              plot ==0.2.3.8,
              plot-gtk ==0.2.0.4,
-             plot-gtk-ui ==0.3.0.2,
              plot-gtk3 ==0.1.0.2,
+             plot-gtk-ui ==0.3.0.2,
              plot-light ==0.2.7,
-             point-octree ==0.5.5.3,
              pointed ==5,
              pointedlist ==0.6.1,
              pointful ==1.0.9,
              pointless-fun ==1.1.0.6,
+             point-octree ==0.5.5.3,
              poll ==0.0,
              poly-arity ==0.1.0,
              polynomials-bernstein ==1.1.2,
@@ -1682,21 +1685,21 @@ constraints: abstract-deque ==0.3,
              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.12.1,
              postgresql-libpq ==0.9.3.1,
-             postgresql-schema ==0.1.11,
+             postgresql-schema ==0.1.13,
              postgresql-simple ==0.5.3.0,
              postgresql-simple-migration ==0.1.11.0,
              postgresql-simple-opts ==0.2.0.2,
-             postgresql-simple-queue ==0.5.0.1,
+             postgresql-simple-queue ==0.5.1.1,
              postgresql-simple-url ==0.2.0.0,
              postgresql-transactional ==1.1.1,
-             postgresql-typed ==0.5.1,
+             postgresql-typed ==0.5.2,
+             post-mess-age ==0.2.1.0,
              pqueue ==1.3.2.3,
+             prednote ==0.36.0.4,
              pred-set ==0.0.1,
              pred-trie ==0.5.1.2,
-             prednote ==0.36.0.4,
              prefix-units ==0.2.0,
              prelude-compat ==0.0.0.1,
              prelude-extras ==0.4.0.3,
@@ -1704,17 +1707,17 @@ constraints: abstract-deque ==0.3,
              preprocessor-tools ==1.0.1,
              present ==4.1.0,
              pretty installed,
+             prettyclass ==1.0.0.0,
              pretty-class ==1.0.1.1,
              pretty-hex ==1.0,
-             pretty-show ==1.6.13,
-             pretty-simple ==2.0.0.0,
-             pretty-types ==0.2.3.1,
-             prettyclass ==1.0.0.0,
              prettyprinter ==1.1.1,
              prettyprinter-ansi-terminal ==1.1.1.1,
              prettyprinter-compat-annotated-wl-pprint ==1,
              prettyprinter-compat-ansi-wl-pprint ==1.0.1,
              prettyprinter-compat-wl-pprint ==1.0.0.1,
+             pretty-show ==1.6.13,
+             pretty-simple ==2.0.1.0,
+             pretty-types ==0.2.3.1,
              primes ==0.2.1.0,
              primitive ==0.6.2.0,
              printcess ==0.1.0.3,
@@ -1726,11 +1729,15 @@ constraints: abstract-deque ==0.3,
              profiteur ==0.4.3.0,
              profunctor-extras ==4.0,
              profunctors ==5.2.1,
-             project-template ==0.2.0,
              projectroot ==0.2.0.1,
+             project-template ==0.2.0,
              prometheus-client ==0.2.0,
              prometheus-metrics-ghc ==0.2.0,
              prompt ==0.1.1.2,
+             protobuf ==0.2.1.1,
+             protobuf-simple ==0.1.0.5,
+             protocol-buffers ==2.4.5,
+             protocol-buffers-descriptor ==2.4.5,
              proto-lens ==0.2.1.0,
              proto-lens-arbitrary ==0.1.1.1,
              proto-lens-combinators ==0.1.0.7,
@@ -1738,19 +1745,15 @@ constraints: abstract-deque ==0.3,
              proto-lens-optparse ==0.1.0.4,
              proto-lens-protobuf-types ==0.2.1.0,
              proto-lens-protoc ==0.2.1.0,
-             protobuf ==0.2.1.1,
-             protobuf-simple ==0.1.0.4,
-             protocol-buffers ==2.4.3,
-             protocol-buffers-descriptor ==2.4.3,
              protolude ==0.1.10,
              proxied ==0.3,
              psql-helpers ==0.1.0.0,
              PSQueue ==1.1,
-             psqueues ==0.2.3.0,
+             psqueues ==0.2.4.0,
              publicsuffix ==0.20170508,
              pure-io ==0.2.1,
              pureMD5 ==2.1.3,
-             purescript-bridge ==0.11.0.0,
+             purescript-bridge ==0.11.1.1,
              pusher-http-haskell ==1.2.0.1,
              pwstore-fast ==2.4.4,
              QuasiText ==0.1.2.6,
@@ -1763,7 +1766,7 @@ constraints: abstract-deque ==0.3,
              quickcheck-instances ==0.3.12,
              quickcheck-io ==0.2.0,
              quickcheck-simple ==0.1.0.2,
-             quickcheck-special ==0.1.0.5,
+             quickcheck-special ==0.1.0.6,
              quickcheck-text ==0.1.2.1,
              quickcheck-unicode ==1.0.1.0,
              raaz ==0.1.1,
@@ -1777,32 +1780,32 @@ 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,
+             rank-product ==0.2.0.1,
              Rasterific ==0.7.2.1,
              rasterific-svg ==0.3.3,
-             ratel ==0.3.5,
+             ratel ==0.3.7,
              ratel-wai ==0.2.0,
              rattletrap ==2.5.0,
-             raw-strings-qq ==1.1,
              rawfilepath ==0.2.4,
              rawstring-qm ==0.2.3.0,
+             raw-strings-qq ==1.1,
              rdf ==0.1.0.2,
              rdtsc ==1.3.0.1,
              reactive-banana ==1.1.0.1,
-             read-editor ==0.1.0.2,
-             read-env-var ==1.0.0.0,
              readable ==0.3.1,
              ReadArgs ==1.2.3,
+             read-editor ==0.1.0.2,
+             read-env-var ==1.0.0.0,
              readline ==1.0.3.0,
              rebase ==1.0.8.1,
              recursion-schemes ==5.0.2,
              redis-io ==0.7.0,
              redis-resp ==0.4.0,
-             reducers ==3.12.1,
-             ref-fd ==0.4.0.1,
+             reducers ==3.12.2,
              refact ==0.3.0.2,
-             references ==0.3.2.2,
+             references ==0.3.3.0,
+             ref-fd ==0.4.0.1,
              refined ==0.1.2.1,
              reflection ==2.1.2,
              reform ==0.2.7.1,
@@ -1849,8 +1852,8 @@ constraints: abstract-deque ==0.3,
              rest-wai ==0.2.0.1,
              result ==0.2.6.0,
              rethinkdb ==2.2.0.10,
-             rethinkdb-client-driver ==0.0.24,
-             retry ==0.7.4.2,
+             rethinkdb-client-driver ==0.0.25,
+             retry ==0.7.4.3,
              rev-state ==0.1.2,
              rfc5051 ==0.1.0.3,
              rng-utils ==0.2.1,
@@ -1864,9 +1867,9 @@ constraints: abstract-deque ==0.3,
              rvar ==0.2.0.3,
              s3-signer ==0.3.0.0,
              safe ==0.3.15,
+             safecopy ==0.9.3.3,
              safe-exceptions ==0.1.6.0,
              safe-exceptions-checked ==0.1.0,
-             safecopy ==0.9.3.3,
              safeio ==0.0.4.0,
              SafeSemaphore ==0.10.1,
              sample-frame ==0.0.3,
@@ -1892,7 +1895,7 @@ constraints: abstract-deque ==0.3,
              search-algorithms ==0.2.0,
              securemem ==0.1.9,
              SegmentTree ==0.3,
-             selda ==0.1.11.0,
+             selda ==0.1.11.1,
              selda-postgresql ==0.1.7.0,
              selda-sqlite ==0.1.6.0,
              semigroupoid-extras ==5,
@@ -1909,38 +1912,38 @@ constraints: abstract-deque ==0.3,
              servant-auth-cookie ==0.5.0.5,
              servant-blaze ==0.7.1,
              servant-cassava ==0.9,
-             servant-checked-exceptions ==0.4.0.0,
+             servant-checked-exceptions ==0.4.1.0,
              servant-client ==0.11,
              servant-docs ==0.11,
              servant-elm ==0.4.0.1,
              servant-foreign ==0.10.1,
-             servant-js ==0.9.3,
+             servant-js ==0.9.3.1,
              servant-JuicyPixels ==0.3.0.3,
              servant-lucid ==0.7.1,
-             servant-mock ==0.8.2,
+             servant-mock ==0.8.3,
              servant-purescript ==0.8.0.1,
              servant-ruby ==0.2.1.0,
-             servant-server ==0.11,
-             servant-static-th ==0.1.0.5,
+             servant-server ==0.11.0.1,
+             servant-static-th ==0.1.0.6,
              servant-subscriber ==0.6.0.0,
-             servant-swagger ==1.1.3.1,
-             servant-swagger-ui ==0.2.4.3.0.20,
+             servant-swagger ==1.1.4,
+             servant-swagger-ui ==0.2.4.3.4.0,
              servant-yaml ==0.1.0.0,
              serversession ==1.0.1,
              serversession-frontend-wai ==1.0,
              serversession-frontend-yesod ==1.0,
-             servius ==1.2.0.2,
+             servius ==1.2.0.3,
              set-cover ==0.0.8,
-             set-monad ==0.2.0.0,
              setenv ==0.1.1.3,
              setlocale ==1.0.0.5,
+             set-monad ==0.2.0.0,
              sets ==0.0.5.2,
              SHA ==1.6.4.2,
              shake ==0.15.11,
              shake-language-c ==0.10.1,
              shakespeare ==2.0.14,
-             shell-conduit ==4.6.1,
              ShellCheck ==0.4.6,
+             shell-conduit ==4.6.1,
              shelly ==1.6.8.3,
              shikensu ==0.3.7,
              shortcut-links ==0.4.2.0,
@@ -1971,7 +1974,7 @@ constraints: abstract-deque ==0.3,
              smtp-mail ==0.1.4.6,
              snap-blaze ==0.2.1.5,
              snap-core ==1.0.3.1,
-             snap-server ==1.0.3.1,
+             snap-server ==1.0.3.3,
              snowflake ==0.1.1.1,
              snowtify ==0.1.0.3,
              soap ==0.2.3.5,
@@ -1989,16 +1992,17 @@ constraints: abstract-deque ==0.3,
              sox ==0.2.2.7,
              soxlib ==0.0.3,
              sparkle ==0.5.0.1,
-             sparse-linear-algebra ==0.2.9.7,
+             sparse-linear-algebra ==0.2.9.8,
              spdx ==0.2.2.0,
+             special-values ==0.1.0.0,
              speculation ==1.5.0.3,
              speedy-slice ==0.3.0,
              sphinx ==0.6.0.2,
              Spintax ==0.3.2,
              splice ==0.6.1.1,
              split ==0.2.3.2,
-             split-record ==0.1.1.3,
              splitmix ==0,
+             split-record ==0.1.1.3,
              Spock ==0.12.0.0,
              Spock-api ==0.12.0.0,
              Spock-api-server ==0.12.0.0,
@@ -2006,17 +2010,18 @@ constraints: abstract-deque ==0.3,
              Spock-lucid ==0.4.0.1,
              Spock-worker ==0.3.1.0,
              spool ==0.1,
-             spreadsheet ==0.1.3.5,
-             sql-words ==0.1.5.1,
+             spreadsheet ==0.1.3.6,
              sqlite-simple ==0.4.14.0,
              sqlite-simple-errors ==0.6.0.0,
+             sql-words ==0.1.5.1,
              srcloc ==0.5.1.1,
              stache ==0.2.2,
-             stack-run-auto ==0.1.1.4,
-             stack-type ==0.1.0.0,
+             stack ==1.5.1,
              stackage-curator ==0.14.5,
-             stackage-query ==0.1.1,
+             stackage-query ==0.1.2,
              stackage-types ==1.2.0,
+             stack-run-auto ==0.1.1.4,
+             stack-type ==0.1.0.0,
              stateref ==0.3,
              statestack ==0.2.0.5,
              StateVar ==1.1.0.4,
@@ -2029,16 +2034,16 @@ constraints: abstract-deque ==0.3,
              stm-conduit ==3.0.0,
              stm-containers ==0.2.16,
              stm-delay ==0.1.1.1,
-             stm-extras ==0.1.0.2,
+             stm-extras ==0.1.0.3,
+             STMonadTrans ==0.4.3,
              stm-split ==0.0.2,
              stm-stats ==0.2.0.0,
              stm-supply ==0.2.0.0,
-             STMonadTrans ==0.4.3,
              stopwatch ==0.1.0.4,
              storable-complex ==0.2.2,
              storable-endian ==0.2.6,
              storable-record ==0.0.3.1,
-             storable-tuple ==0.0.3.2,
+             storable-tuple ==0.0.3.3,
              storablevector ==0.2.12.1,
              storablevector-carray ==0.0,
              store ==0.4.3.2,
@@ -2055,13 +2060,13 @@ constraints: abstract-deque ==0.3,
              streams ==3.3,
              strict ==0.3.2,
              strict-base-types ==0.5.0,
+             stringable ==0.1.3,
+             stringbuilder ==0.5.0,
              string-class ==0.1.6.5,
              string-combinators ==0.6.0.5,
              string-conv ==0.1.2,
              string-conversions ==0.4.0.1,
              string-qq ==0.0.2,
-             stringable ==0.1.3,
-             stringbuilder ==0.5.0,
              stringsearch ==0.3.6.6,
              strive ==3.0.4,
              stylish-haskell ==0.8.1.0,
@@ -2070,10 +2075,10 @@ constraints: abstract-deque ==0.3,
              superbuffer ==0.3.1.1,
              superrecord ==0.3.0.0,
              svg-builder ==0.1.0.2,
+             SVGFonts ==1.6.0.3,
              svg-tree ==0.6.2,
-             SVGFonts ==1.6.0.2,
              swagger ==0.3.0,
-             swagger2 ==2.1.5,
+             swagger2 ==2.1.6,
              syb ==0.7,
              symbol ==0.2.4,
              symengine ==0.1.2.0,
@@ -2096,13 +2101,13 @@ constraints: abstract-deque ==0.3,
              tar ==0.5.0.3,
              tar-conduit ==0.1.1,
              tardis ==0.4.1.0,
-             tasty ==0.11.2.5,
-             tasty-ant-xml ==1.1.0,
+             tasty ==0.11.3,
+             tasty-ant-xml ==1.1.1,
              tasty-auto ==0.2.0.0,
              tasty-dejafu ==0.6.0.0,
              tasty-discover ==3.0.2,
              tasty-expected-failure ==0.11.0.4,
-             tasty-fail-fast ==0.0.2,
+             tasty-fail-fast ==0.0.3,
              tasty-golden ==2.3.1.1,
              tasty-hspec ==1.1.3.2,
              tasty-html ==0.4.1.1,
@@ -2116,7 +2121,7 @@ constraints: abstract-deque ==0.3,
              tasty-stats ==0.2.0.3,
              tasty-tap ==0.0.4,
              tasty-th ==0.1.7,
-             Taxonomy ==1.0.3,
+             Taxonomy ==1.0.2,
              TCache ==0.12.1,
              tce-conf ==1.3,
              tcp-streams ==0.6.0.0,
@@ -2138,14 +2143,14 @@ constraints: abstract-deque ==0.3,
              terminal-progress-bar ==0.1.1.1,
              terminal-size ==0.3.2.1,
              terminfo ==0.4.1.0,
-             test-fixture ==0.5.0.2,
+             test-fixture ==0.5.1.0,
              test-framework ==0.8.1.1,
              test-framework-hunit ==0.3.0.2,
              test-framework-quickcheck2 ==0.3.0.4,
              test-framework-smallcheck ==0.2,
              test-framework-th ==0.2.4,
              testing-feat ==0.4.0.3,
-             texmath ==0.9.4.1,
+             texmath ==0.9.4.4,
              text ==1.2.2.2,
              text-all ==0.4.1.1,
              text-binary ==0.2.1.1,
@@ -2155,6 +2160,7 @@ constraints: abstract-deque ==0.3,
              text-icu ==0.7.0.1,
              text-latin1 ==0.3,
              text-ldap ==0.1.1.8,
+             textlocal ==0.1.0.5,
              text-manipulate ==0.2.0.1,
              text-metrics ==0.3.0,
              text-postgresql ==0.0.2.3,
@@ -2163,40 +2169,39 @@ constraints: abstract-deque ==0.3,
              text-show ==3.6,
              text-show-instances ==3.6,
              text-zipper ==0.10.1,
-             textlocal ==0.1.0.5,
-             tf-random ==0.5,
              tfp ==1.0.0.2,
+             tf-random ==0.5,
              th-abstraction ==0.2.6.0,
              th-data-compat ==0.0.2.4,
              th-desugar ==1.6,
+             these ==0.7.3,
              th-expand-syns ==0.4.3.0,
              th-extras ==0.0.0.4,
              th-lift ==0.7.7,
              th-lift-instances ==0.1.11,
              th-orphans ==0.13.4,
-             th-reify-compat ==0.0.1.2,
-             th-reify-many ==0.1.8,
-             th-to-exp ==0.0.1.1,
-             th-utilities ==0.2.0.1,
-             these ==0.7.3,
              thread-local-storage ==0.1.1,
              threads ==0.5.1.5,
              threepenny-editors ==0.4.1,
-             threepenny-gui ==0.8.1.0,
+             threepenny-gui ==0.8.2.0,
              threepenny-gui-flexbox ==0.4.2,
+             th-reify-compat ==0.0.1.3,
+             th-reify-many ==0.1.8,
              through-text ==0.1.0.0,
-             throwable-exceptions ==0.1.0.8,
+             throwable-exceptions ==0.1.0.9,
+             th-to-exp ==0.0.1.1,
              thumbnail-plus ==1.0.5,
+             th-utilities ==0.2.0.1,
              thyme ==0.3.5.5,
              tidal ==0.9.4,
              time installed,
              time-compat ==0.1.0.3,
-             time-lens ==0.4.0.1,
-             time-locale-compat ==0.1.1.3,
-             time-parsers ==0.1.2.0,
              timeit ==1.0.0.0,
              timelens ==0.2.0.2,
+             time-lens ==0.4.0.1,
+             time-locale-compat ==0.1.1.3,
              timemap ==0.0.4,
+             time-parsers ==0.1.2.0,
              timerep ==2.0.0.2,
              timespan ==0.3.0.0,
              timezone-olson ==0.1.8,
@@ -2208,7 +2213,7 @@ constraints: abstract-deque ==0.3,
              tls ==1.3.11,
              tls-debug ==0.4.4,
              tls-session-manager ==0.0.0.1,
-             tmp-postgres ==0.1.0.8,
+             tmp-postgres ==0.1.1.1,
              token-bucket ==0.1.0.1,
              torrent ==10000.1.1,
              tostring ==0.2.1.1,
@@ -2229,8 +2234,8 @@ constraints: abstract-deque ==0.3,
              ttrie ==0.1.2.1,
              tttool ==1.7.0.3,
              tuple ==0.3.0.2,
-             tuple-th ==0.2.5,
              tuples-homogenous-h98 ==0.1.1.0,
+             tuple-th ==0.2.5,
              turtle ==1.3.6,
              turtle-options ==0.1.0.4,
              twitter-conduit ==0.2.2.2,
@@ -2240,25 +2245,25 @@ constraints: abstract-deque ==0.3,
              type-aligned ==0.9.6,
              type-assertions ==0.1.0.0,
              type-combinators ==0.2.4.3,
+             TypeCompose ==0.9.12,
+             typed-process ==0.1.1,
              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,
+             typelits-witnesses ==0.2.3.0,
              type-operators ==0.1.0.4,
              type-spec ==0.3.0.1,
-             TypeCompose ==0.9.12,
-             typed-process ==0.1.1,
-             typelits-witnesses ==0.2.3.0,
              typography-geometry ==1.0.0.1,
              tz ==0.1.3.0,
              tzdata ==0.1.20170320.0,
-             ua-parser ==0.7.4,
+             ua-parser ==0.7.4.1,
              uglymemo ==0.1.0.1,
              unbound ==0.5.1,
-             unbound-generics ==0.3.1,
              unbounded-delays ==0.1.1.0,
+             unbound-generics ==0.3.1,
              uncertain ==0.3.1.0,
              unexceptionalio ==0.3.0,
              unfoldable ==0.9.4,
@@ -2271,12 +2276,12 @@ constraints: abstract-deque ==0.3,
              union-find ==0.2,
              uniplate ==1.6.12,
              uniq-deep ==1.1.0.0,
-             Unique ==0.4.7.1,
              unique ==0,
+             Unique ==0.4.7.1,
              unit-constraint ==0.0.0,
              units ==2.4,
              units-defs ==2.0.1.1,
-             units-parser ==0.1.0.1,
+             units-parser ==0.1.1,
              universe ==1.0,
              universe-base ==1.0.2.1,
              universe-instances-base ==1.0,
@@ -2287,13 +2292,13 @@ constraints: abstract-deque ==0.3,
              unix-bytestring ==0.3.7.3,
              unix-compat ==0.4.3.1,
              unix-time ==0.3.7,
-             unliftio ==0.1.0.0,
+             unliftio ==0.1.1.0,
              unliftio-core ==0.1.0.0,
              unlit ==0.4.0.0,
              unordered-containers ==0.2.8.0,
              unsafe ==0.0,
              uri-bytestring ==0.2.3.3,
-             uri-bytestring-aeson ==0.1.0.2,
+             uri-bytestring-aeson ==0.1.0.4,
              uri-encode ==1.5.0.5,
              uri-templater ==0.2.2.0,
              url ==2.1.3,
@@ -2304,10 +2309,10 @@ constraints: abstract-deque ==0.3,
              utf8-light ==0.4.2,
              utf8-string ==1.0.1.1,
              utility-ht ==0.0.14,
-             uu-interleaved ==0.2.0.0,
-             uu-parsinglib ==2.9.1.1,
              uuid ==1.3.13,
              uuid-types ==1.0.3,
+             uu-interleaved ==0.2.0.0,
+             uu-parsinglib ==2.9.1.1,
              vado ==0.0.9,
              validate-input ==0.4.0.0,
              validation ==0.5.5,
@@ -2329,8 +2334,8 @@ constraints: abstract-deque ==0.3,
              verbosity ==0.2.3.0,
              versions ==3.1.1,
              vhd ==0.2.2,
-             ViennaRNAParser ==1.3.2,
-             viewprof ==0.0.0.8,
+             ViennaRNAParser ==1.3.3,
+             viewprof ==0.0.0.11,
              vinyl ==0.5.3,
              vinyl-utils ==0.3.0.0,
              void ==0.7.2,
@@ -2362,15 +2367,20 @@ constraints: abstract-deque ==0.3,
              wai-routes ==0.10.0,
              wai-routing ==0.13.0,
              wai-session ==0.3.2,
-             wai-session-postgresql ==0.2.1.0,
+             wai-session-postgresql ==0.2.1.1,
              wai-slack-middleware ==0.2.0,
+             waitra ==0.0.4.0,
              wai-transformers ==0.0.7,
              wai-websockets ==3.0.1.1,
-             waitra ==0.0.4.0,
              warp ==3.2.13,
              warp-tls ==3.2.4,
              wave ==0.1.5,
              wavefront-obj ==0.1.0.1,
+             webdriver ==0.8.5,
+             webdriver-angular ==0.1.11,
+             webkitgtk3 ==0.14.2.1,
+             webkitgtk3-javascriptcore ==0.14.2.1,
+             webpage ==0.0.5,
              web-plugins ==0.2.9,
              web-routes ==0.27.12,
              web-routes-boomerang ==0.28.4.2,
@@ -2378,11 +2388,6 @@ constraints: abstract-deque ==0.3,
              web-routes-hsp ==0.24.6.1,
              web-routes-th ==0.22.6.2,
              web-routes-wai ==0.24.3,
-             webdriver ==0.8.5,
-             webdriver-angular ==0.1.11,
-             webkitgtk3 ==0.14.2.1,
-             webkitgtk3-javascriptcore ==0.14.2.1,
-             webpage ==0.0.5,
              webrtc-vad ==0.1.0.3,
              websockets ==0.10.0.0,
              websockets-rpc ==0.4.0,
@@ -2397,11 +2402,11 @@ constraints: abstract-deque ==0.3,
              wild-bind-x11 ==0.1.0.7,
              Win32 ==2.3.1.1,
              Win32-extras ==0.2.0.1,
-             Win32-notify ==0.3.0.1,
+             Win32-notify ==0.3.0.3,
              wire-streams ==0.1.1.0,
-             with-location ==0.1.0,
              withdependencies ==0.2.4.1,
              witherable ==0.1.3.4,
+             with-location ==0.1.0,
              witness ==0.4,
              wizards ==1.0.2,
              wl-pprint ==1.2,
@@ -2410,9 +2415,9 @@ constraints: abstract-deque ==0.3,
              wl-pprint-extras ==3.5.0.5,
              wl-pprint-terminfo ==3.7.1.4,
              wl-pprint-text ==1.1.1.0,
-             word-trie ==0.3.0,
              word24 ==2.0.1,
              word8 ==0.1.3,
+             word-trie ==0.3.0,
              Workflow ==0.8.3,
              wrap ==0.0.0,
              wreq ==0.5.0.1,
@@ -2441,8 +2446,9 @@ constraints: abstract-deque ==0.3,
              xml-basic ==0.1.2,
              xml-conduit ==1.5.1,
              xml-conduit-parse ==0.3.1.1,
-             xml-conduit-writer ==0.1.1.1,
-             xml-hamlet ==0.4.1,
+             xml-conduit-writer ==0.1.1.2,
+             xmlgen ==0.6.2.1,
+             xml-hamlet ==0.4.1.1,
              xml-html-qq ==0.1.0.1,
              xml-indexed-cursor ==0.1.1.0,
              xml-lens ==0.1.6.3,
@@ -2450,31 +2456,29 @@ constraints: abstract-deque ==0.3,
              xml-to-json ==2.0.1,
              xml-to-json-fast ==2.0.0,
              xml-types ==0.3.6,
-             xmlgen ==0.6.2.1,
              xmonad ==0.13,
              xmonad-contrib ==0.13,
-             xmonad-extras ==0.13.1,
+             xmonad-extras ==0.13.2,
              xss-sanitize ==0.3.5.7,
              xturtle ==0.2.0.0,
              yackage ==0.8.1,
              yahoo-finance-api ==0.2.0.2,
-             yaml ==0.8.23.3,
+             yaml ==0.8.25,
              Yampa ==0.10.6.2,
              YampaSynth ==0.2,
-             yes-precure5-command ==5.5.3,
              yesod ==1.4.5,
              yesod-auth ==1.4.19,
              yesod-auth-account ==1.4.3,
              yesod-auth-basic ==0.1.0.2,
              yesod-auth-fb ==1.8.1,
              yesod-auth-hashdb ==1.6.2,
-             yesod-bin ==1.5.2.5,
-             yesod-core ==1.4.36,
+             yesod-bin ==1.5.2.6,
+             yesod-core ==1.4.37,
              yesod-default ==1.2.0,
              yesod-eventsource ==1.4.1,
              yesod-fb ==0.4.0,
              yesod-form ==1.4.16,
-             yesod-form-bootstrap4 ==0.1.0.1,
+             yesod-form-bootstrap4 ==0.1.0.2,
              yesod-form-richtext ==0.1.0.2,
              yesod-gitrepo ==0.2.1.0,
              yesod-gitrev ==0.1.0.0,
@@ -2482,13 +2486,14 @@ constraints: abstract-deque ==0.3,
              yesod-markdown ==0.11.4,
              yesod-newsfeed ==1.6,
              yesod-persistent ==1.4.2,
-             yesod-recaptcha2 ==0.1.0.0,
+             yesod-recaptcha2 ==0.1.0.1,
              yesod-sitemap ==1.4.0.1,
              yesod-static ==1.5.3.1,
              yesod-static-angular ==0.1.8,
              yesod-table ==2.0.3,
              yesod-test ==1.5.8,
              yesod-websockets ==0.2.6,
+             yes-precure5-command ==5.5.3,
              yi-core ==0.14.1,
              yi-frontend-vty ==0.14.1,
              yi-fuzzy-open ==0.14.1,
diff --git a/packages.txt b/packages.txt
index 03b878f..ab121e7 100644
--- a/packages.txt
+++ b/packages.txt
@@ -36,6 +36,7 @@ aws 0.16 notest
 base16-bytestring 0.1.1.6
 base64-bytestring 1.0.0.1
 base-compat 0.9.3
+basement 0.0.4
 base-orphans 0.6
 base-prelude 1.2.0.1
 base-unicode-symbols 0.2.2.4
@@ -83,11 +84,11 @@ bzlib 0.5.0.5
 c2hs 0.28.2 binary notest
 Cabal 1.24.2.0 ghcpkg notest
 cabal-debian 4.36 binary -f-local-debian key
-cabal-doctest 1.0.2
+cabal-doctest 1.0.3
 cabal-file-th 0.2.4
 cabal-helper 0.7.3.0
 cabal-install 1.24.0.2 binary
-cairo 0.13.3.1
+cairo 0.13.4.1
 call-stack 0.1.0 notest
 carettah 0.4.2 binary
 case-insensitive 1.2.0.10
@@ -117,13 +118,13 @@ classy-prelude-yesod 1.2.0
 clientsession 0.9.1.2
 clock 0.7.2 notest  # hurd patches upstream
 cmark 0.5.6
-cmdargs 0.10.17
+cmdargs 0.10.18
 code-page 0.1.3
 colour 2.3.3
 comonad 5.0.2
 concurrent-output 1.9.2
 cond 0.4.1.1
-conduit 1.2.12
+conduit 1.2.12.1
 conduit-combinators 1.1.1
 conduit-extra 1.1.17
 ConfigFile 1.1.4
@@ -136,7 +137,7 @@ contravariant 1.4
 control-monad-free 0.6.1
 control-monad-loop 0.1
 convertible 1.1.1.0
-cookie 0.4.2.1
+cookie 0.4.3
 cpphs 1.20.8
 cprng-aes 0.6.1
 cpu 0.1.2
@@ -153,10 +154,10 @@ 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
+cryptohash-sha256 0.11.101.0
 cryptol 2.4.0
 cryptonite 0.23
-cryptonite-conduit 0.2.0
+cryptonite-conduit 0.2.2
 crypto-numbers 0.2.7
 crypto-pubkey 0.2.8
 crypto-pubkey-openssh 0.2.7 key notest
@@ -203,7 +204,7 @@ diagrams-core 1.4.0.1
 diagrams-gtk 1.4
 diagrams-lib 1.4.1.2
 diagrams-solve 0.1.1
-diagrams-svg 1.4.1
+diagrams-svg 1.4.1.1
 dice 0.1
 dice-entropy-conduit 1.0.0.1
 Diff 0.3.4
@@ -234,16 +235,16 @@ EdisonCore 1.3.1.1
 edit-distance 0.2.2.1
 either 4.4.1.1 # by accident
 ekg 0.4.0.14 key
-ekg-core 0.1.1.2
+ekg-core 0.1.1.3
 ekg-json 0.1.0.6
-email-validate 2.3.1
+email-validate 2.3.2
 enclosed-exceptions 1.0.2
 entropy 0.3.8
 enumerator 0.4.20
 enummapset-th 0.6.1.1
 equivalence 0.3.2
 erf 2.0.0.0
-errors 2.2.1
+errors 2.2.2
 esqueleto 2.5.3
 exact-pi 0.4.1.2
 exceptions 0.8.3
@@ -259,20 +260,20 @@ fb 1.1.1 notest
 fclabels 2.0.3.2
 fdo-notify 0.3.1
 feed 0.3.12.0
-fgl 5.5.4.0
+fgl 5.5.4.0 ahead
 file-embed 0.0.10
 file-location 0.4.9
 filelock 0.1.1.2
 filemanip 0.3.6.3
 filestore 0.6.3.1 notest
-fingertree 0.1.1.0
+fingertree 0.1.2.1
 finite-field 0.8.0
 fixed 0.2.1.1
 flexible-defaults 0.0.1.2
 FloatingHex 0.4
 fmlist 0.9
 foldl 1.2.5
-foundation 0.0.13
+foundation 0.0.17
 free 4.12.4
 frown 0.6.2.3 binary
 fsnotify 0.2.1.1 notest
@@ -287,15 +288,15 @@ ghc-events 0.6.0
 ghc-mod 5.8.0.0 binary notest # tests need patching for newer hspec (possibly just a bounds bump)
 ghc-mtl 1.2.1.0
 ghc-paths 0.1.0.9
-ghc-syb-utils 0.2.3.2
+ghc-syb-utils 0.2.3.3
 gio 0.13.3.1
-git-annex 6.20170818 ahead binary key -f-ConcurrentOutput # for security fix
+git-annex 6.20170818 binary key ahead -f-ConcurrentOutput # for security fix
 github 0.16.0
 github-backup 1.20170301 binary key
 gitit 0.12.2.1 key ignore # BROKEN - LTS 9 - needs patching for newer hoauth2
 gitlib 3.1.1
 gitrev 1.3.1
-glib 0.13.4.1
+glib 0.13.5.0
 glirc 2.24 binary
 Glob 0.8.0
 gloss 1.11.1.1 key
@@ -308,9 +309,9 @@ GraphSCC 1.0.4
 graphviz 2999.18.1.2 notest # Disabled tests due to quickcheck dependency during 7.10 transition
 groups 0.4.0.0
 gsasl 0.3.6
-gtk 0.14.6
-gtk2hs-buildtools 0.13.2.2 binary
-gtk3 0.14.6
+gtk 0.14.7
+gtk2hs-buildtools 0.13.3.0 binary
+gtk3 0.14.7
 gtk-traymanager 0.1.6
 hackage-security 0.5.2.2
 haddock-library 1.4.3 notest
@@ -321,19 +322,20 @@ happstack-authenticate 2.3.4.7 key # David Fox likes this packages
 happstack-hsp 7.3.7.3 key
 happstack-jmacro 7.0.12
 happstack-server 7.4.6.4
-happy 1.19.8 binary ahead
+happy 1.19.8 binary
 harp 0.4.3
 hashable 1.2.6.1
 hashable-extras 0.2.3 avoid
 hashable-time 0.2.0.1
 hashmap 1.3.2
-hashtables 1.2.2.0
+hashtables 1.2.2.1
 HaskellForMaths 0.4.8
 haskell-lexer 1.0.1
 haskell-qrencode 1.0.4
 haskell-src 1.0.2.0
 haskell-src-exts 1.18.2 notest
 haskell-src-exts-simple 1.19.0.0
+haskell-src-exts-util 0.2.1.2
 haskell-src-meta 0.8.0.1
 hasktags 0.69.3 binary key
 hastache 0.6.1
@@ -348,7 +350,7 @@ HDBC-session 0.1.1.1
 HDBC-sqlite3 2.3.3.1 key
 hdevtools 0.1.6.0 binary
 hedgewars-server 0.1 meta key
-hedis 0.9.9 key notest
+hedis 0.9.12 key notest
 heist 1.0.1.0
 here 1.2.11
 heredoc 0.2.0.0
@@ -365,7 +367,7 @@ hledger-interest 1.5.1 binary key
 hledger-lib 1.2
 hledger-ui 1.2 binary
 hledger-web 1.2 binary
-hlint 2.0.9
+hlint 2.0.10
 hmatrix 0.18.0.0
 hmatrix-gsl 0.18.0.1
 hmt 0.15
@@ -404,11 +406,11 @@ hsx2hs 0.14.1.1
 hsx-jmacro 7.3.8
 hsyslog 5.0.1
 html 1.0.1.2
-html-conduit 1.2.1.1
+html-conduit 1.2.1.2
 http2 1.6.3
-HTTP 4000.3.7 notest
+HTTP 4000.3.8 notest
 http-api-data 0.3.7.1
-http-client 0.5.7.0
+http-client 0.5.7.1
 http-client-tls 0.3.5.1 notest
 http-common 0.8.2.0
 http-conduit 2.2.3.2
@@ -432,7 +434,7 @@ iconv 0.4.1.3
 idna 0.3.0
 ieee754 0.8.0
 IfElse 0.85
-incremental-parser 0.2.5.1 notest
+incremental-parser 0.2.5.2 notest
 integer-logarithms 1.0.2 notest # tests require quickcheck newer than LTS 9.2
 intern 0.9.1.4
 interpolate 0.1.1
@@ -453,7 +455,7 @@ jmacro 0.6.14
 js-flot 0.8.3
 js-jquery 3.2.1
 json 0.9.1
-JuicyPixels 3.2.8.3
+JuicyPixels 3.2.9.1
 jwt 0.7.2
 kan-extensions 5.0.2
 keys 3.11
@@ -491,7 +493,7 @@ log-domain 0.11.2
 logging-facade 0.3.0
 logict 0.6.0.2
 lrucache 1.2.0.0
-lucid 2.9.8.1
+lucid 2.9.9
 lucid-svg 0.7.0.0
 magic 1.1
 map-syntax 0.2.0.2
@@ -500,7 +502,7 @@ math-functions 0.2.1.0
 mbox 0.3.4
 megaparsec 5.3.1
 memoize 0.8.1
-memory 0.14.7
+memory 0.14.8
 MemoTrie 0.6.8
 mersenne-random-pure64 0.2.2.0
 microlens 0.4.8.1
@@ -536,7 +538,7 @@ monads-tf 0.1.0.3
 monad-unlift 0.2.0
 monoid-extras 0.4.2
 monoid-subclasses 0.4.4
-mono-traversable 1.0.2.1
+mono-traversable 1.0.4.0
 mono-traversable-instances 0.1.0.0
 mountpoints 1.0.2
 mtl 2.2.1
@@ -546,7 +548,7 @@ mueval 0.9.3 key
 multipart 0.1.2
 multiset-comb 0.2.4.1
 murmur-hash 0.1.0.9
-MusicBrainz 0.3
+MusicBrainz 0.3.1
 mutable-containers 0.3.3
 mwc-random 0.13.6.0 notest
 names-th 0.2.0.3
@@ -587,12 +589,12 @@ openssl-streams 1.2.1.3
 operational 0.2.3.5
 options 1.2.1.1 notest
 optparse-applicative 0.13.2.0
-optparse-simple 0.0.3
-pandoc 1.19.2.4 ahead key -fhttp-conduit
+optparse-simple 0.0.4
+pandoc 1.19.2.4 key -fhttp-conduit
 pandoc-citeproc 0.10.5.1 -fbibutils -f-hexpat -funicode_collation
 pandoc-citeproc-preamble 1.2.3
 pandoc-types 1.17.0.5 notest # Disable tests to avoid dep on string-qq
-pango 0.13.3.1
+pango 0.13.4.0
 parallel 3.2.1.1
 parallel-tree-search 0.4.1
 parseargs 0.2.0.8
@@ -609,13 +611,13 @@ pem 0.2.2
 permutation 0.5.0.5
 persistable-record 0.5.1.1
 persistable-types-HDBC-pg 0.0.1.5
-persistent 2.7.0
-persistent-postgresql 2.6.1
-persistent-sqlite 2.6.2
-persistent-template 2.5.2
+persistent 2.7.1
+persistent-postgresql 2.6.2
+persistent-sqlite 2.6.3
+persistent-template 2.5.3
 # phybin 0.3 tille wants this to be added
 pid1 0.1.2.0
-pipes 4.3.4
+pipes 4.3.6
 pipes-aeson 0.4.1.8
 pipes-attoparsec 0.5.1.5
 pipes-bytestring 2.1.6
@@ -645,7 +647,7 @@ project-template 0.2.0
 propellor 4.9.0
 protobuf 0.2.1.1
 PSQueue 1.1
-psqueues 0.2.3.0
+psqueues 0.2.4.0
 publicsuffixlist 0.1
 punycode 2.0 notest
 pureMD5 2.1.3 notest
@@ -669,7 +671,7 @@ ReadArgs 1.2.3 notest
 readline 1.0.3.0
 recaptcha 0.1.0.3
 recursion-schemes 5.0.2
-reducers 3.12.1
+reducers 3.12.2
 refact 0.3.0.2
 reflection 2.1.2
 reform 0.2.7.1
@@ -693,7 +695,7 @@ relational-schemas 0.1.4.1
 repa 3.4.1.2
 resource-pool 0.2.3.2
 resourcet 1.1.9
-retry 0.7.4.2 notest # tests disabled during 7.10 transition
+retry 0.7.4.3 notest # tests disabled during 7.10 transition
 RSA 2.3.0
 rss2irc 1.1 binary
 rvar 0.2.0.3
@@ -718,7 +720,7 @@ semigroups 0.18.3
 sendfile 0.7.9
 servant 0.11
 servant-client 0.11
-servant-server 0.11
+servant-server 0.11.0.1
 setenv 0.1.1.3 notest
 set-extra 1.4
 setlocale 1.0.0.5
@@ -742,7 +744,7 @@ smallcheck 1.1.2
 smtLib 1.0.8
 snap 1.0.0.2
 snap-core 1.0.3.1
-snap-server 1.0.3.1
+snap-server 1.0.3.3
 snap-templates 1.0.0.0 binary
 soap 0.2.3.5
 soap-tls 0.1.1.2
@@ -750,7 +752,7 @@ sockaddr 0.0.0
 socks 0.5.5
 split 0.2.3.2
 sql-words 0.1.5.1
-stack 1.5.1 binary=haskell-stack key ahead
+stack 1.5.1 binary=haskell-stack key
 stateref 0.3
 statestack 0.2.0.5
 StateVar 1.1.0.4
@@ -783,7 +785,7 @@ tagshare 0.0
 tagsoup 0.14.1
 tagstream-conduit 0.5.5.3
 tar 0.5.0.3
-tasty 0.11.2.5
+tasty 0.11.3
 tasty-golden 2.3.1.1
 tasty-hspec 1.1.3.2
 tasty-hunit 0.9.2
@@ -801,8 +803,8 @@ test-framework 0.8.1.1
 test-framework-hunit 0.3.0.2
 test-framework-quickcheck2 0.3.0.4
 test-framework-th 0.2.4
-test-framework-th-prime 0.0.10 ahead
-texmath 0.9.4.1
+test-framework-th-prime 0.0.10
+texmath 0.9.4.4
 text 1.2.2.2 notest
 text-binary 0.2.1.1
 text-icu 0.7.0.1
@@ -821,7 +823,7 @@ th-lift-instances 0.1.11
 th-orphans 0.13.4
 threads 0.5.1.5 notest
 threadscope 0.2.9 key binary
-th-reify-compat 0.0.1.2
+th-reify-compat 0.0.1.3
 th-reify-many 0.1.8
 th-utilities 0.2.0.1
 tidal 0.9.4
@@ -854,7 +856,7 @@ unlambda 0.1.4.2 key # we should keep this or lambdabot
 unordered-containers 0.2.8.0
 uri 0.1.6.2
 uri-bytestring 0.2.3.3
-uri-bytestring-aeson 0.1.0.4 ahead
+uri-bytestring-aeson 0.1.0.4
 uri-encode 1.5.0.5
 url 2.1.3
 userid 0.1.2.8
@@ -915,24 +917,24 @@ xcffib 0.5.1 binary=python-xcffib key
 xdg-basedir 0.2.2
 xml 1.3.14
 xml-conduit 1.5.1
-xml-conduit-writer 0.1.1.1
+xml-conduit-writer 0.1.1.2
 xmlgen 0.6.2.1
-xml-hamlet 0.4.1.1 ahead
-xmlhtml 0.2.5.1 ahead
+xml-hamlet 0.4.1.1
+xmlhtml 0.2.5.1
 xml-types 0.3.6
 xmonad 0.13 key
 xmonad-contrib 0.13 key
-xmonad-extras 0.13.1
+xmonad-extras 0.13.2
 xmonad-wallpaper 0.0.1.3
 xss-sanitize 0.3.5.7
-yaml 0.8.23.3
+yaml 0.8.25
 yesod 1.4.5
 yesod-auth 1.4.19
 yesod-auth-hashdb 1.6.2
 yesod-auth-oauth 1.4.2
 yesod-auth-oauth2 0.2.2 ignore # BROKEN - LTS 8 - needs patching for newer http-client
-yesod-bin 1.5.2.5 binary=yesod
-yesod-core 1.4.36
+yesod-bin 1.5.2.6 binary=yesod
+yesod-core 1.4.37
 yesod-default 1.2.0
 yesod-form 1.4.16
 yesod-newsfeed 1.6
diff --git a/patches/skylighting/0.1.1.5/series b/patches/skylighting/0.1.1.5/series
deleted file mode 100644
index 7998e56..0000000
--- a/patches/skylighting/0.1.1.5/series
+++ /dev/null
@@ -1 +0,0 @@
-system-pcre.diff
diff --git a/patches/skylighting/0.1.1.5/system-pcre.diff b/patches/skylighting/0.1.1.5/system-pcre.diff
deleted file mode 100644
index 541e019..0000000
--- a/patches/skylighting/0.1.1.5/system-pcre.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/skylighting.cabal
-+++ b/skylighting.cabal
-@@ -228,7 +228,7 @@
-                        mtl,
-                        text,
-                        bytestring,
--                       regex-pcre-builtin,
-+                       regex-pcre,
-                        directory,
-                        filepath,
-                        aeson,
-@@ -260,7 +260,7 @@
-                        filepath,
-                        bytestring,
-                        text,
--                       regex-pcre-builtin,
-+                       regex-pcre,
-                        safe,
-                        hxt,
-                        utf8-string,
diff --git a/patches/snap-server/1.0.3.1/no-bytestring-builder b/patches/snap-server/1.0.3.3/no-bytestring-builder
similarity index 91%
rename from patches/snap-server/1.0.3.1/no-bytestring-builder
rename to patches/snap-server/1.0.3.3/no-bytestring-builder
index f1b315e..e86613c 100644
--- a/patches/snap-server/1.0.3.1/no-bytestring-builder
+++ b/patches/snap-server/1.0.3.3/no-bytestring-builder
@@ -1,6 +1,6 @@
 --- a/snap-server.cabal
 +++ b/snap-server.cabal
-@@ -98,7 +98,6 @@ Library
+@@ -98,7 +98,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,
-@@ -202,7 +201,6 @@ Test-suite testsuite
+@@ -209,7 +208,6 @@
      base                                >= 4        && < 5,
      base16-bytestring                   >= 0.1      && < 0.2,
      blaze-builder                       >= 0.4      && < 0.5,
@@ -16,7 +16,7 @@
      bytestring                          >= 0.9.1    && < 0.11,
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
-@@ -309,7 +307,6 @@ Benchmark benchmark
+@@ -317,7 +315,6 @@
      base                                >= 4       && < 5,
      blaze-builder                       >= 0.4     && < 0.5,
      bytestring                          >= 0.9     && < 0.11,
@@ -24,7 +24,7 @@
      criterion                           >= 0.6     && < 1.3,
      io-streams,
      io-streams-haproxy                  >= 1.0     && < 1.1,
-@@ -390,7 +387,6 @@ Executable snap-test-pong-server
+@@ -400,7 +397,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,
-@@ -481,7 +477,6 @@ Executable snap-test-server
+@@ -493,7 +489,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,
diff --git a/patches/snap-server/1.0.3.1/series b/patches/snap-server/1.0.3.3/series
similarity index 100%
rename from patches/snap-server/1.0.3.1/series
rename to patches/snap-server/1.0.3.3/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