[package-plan] 01/01: Upgrade to LTS 6.1

Joachim Breitner nomeata at moszumanska.debian.org
Wed Jun 1 11:04:44 UTC 2016


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

nomeata pushed a commit to branch LTS-6
in repository package-plan.

commit bef35ca4a12cd896b7daa45740b89a4718372716
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jun 1 12:43:15 2016 +0200

    Upgrade to LTS 6.1
---
 additional-cabals/postgresql-simple-0.5.2.0.cabal  | 131 +++++++++++++++
 lts.config                                         | 186 ++++++++++-----------
 packages.txt                                       |  40 ++---
 .../0.5.2.0/no-bytestring-builder                  |  12 ++
 patches/postgresql-simple/0.5.2.0/series           |   1 +
 5 files changed, 257 insertions(+), 113 deletions(-)

diff --git a/additional-cabals/postgresql-simple-0.5.2.0.cabal b/additional-cabals/postgresql-simple-0.5.2.0.cabal
new file mode 100644
index 0000000..e9dc0cb
--- /dev/null
+++ b/additional-cabals/postgresql-simple-0.5.2.0.cabal
@@ -0,0 +1,131 @@
+Name:                postgresql-simple
+Version:             0.5.2.0
+Synopsis:            Mid-Level PostgreSQL client library
+Description:
+    Mid-Level PostgreSQL client library, forked from mysql-simple.
+License:             BSD3
+License-file:        LICENSE
+Author:              Bryan O'Sullivan, Leon P Smith
+Maintainer:          Leon P Smith <leon at melding-monads.com>
+Copyright:           (c) 2011 MailRank, Inc.
+                     (c) 2011-2015 Leon P Smith
+Category:            Database
+Build-type:          Simple
+
+Cabal-version:       >= 1.9.2
+
+extra-source-files:
+     CONTRIBUTORS
+     CHANGELOG.md
+
+Library
+  hs-source-dirs: src
+  Exposed-modules:
+     Database.PostgreSQL.Simple
+     Database.PostgreSQL.Simple.Arrays
+     Database.PostgreSQL.Simple.Copy
+     Database.PostgreSQL.Simple.FromField
+     Database.PostgreSQL.Simple.FromRow
+     Database.PostgreSQL.Simple.LargeObjects
+     Database.PostgreSQL.Simple.HStore
+     Database.PostgreSQL.Simple.HStore.Internal
+     Database.PostgreSQL.Simple.Notification
+     Database.PostgreSQL.Simple.Ok
+     Database.PostgreSQL.Simple.Range
+     Database.PostgreSQL.Simple.SqlQQ
+     Database.PostgreSQL.Simple.Time
+     Database.PostgreSQL.Simple.Time.Internal
+     Database.PostgreSQL.Simple.ToField
+     Database.PostgreSQL.Simple.ToRow
+     Database.PostgreSQL.Simple.Transaction
+     Database.PostgreSQL.Simple.TypeInfo
+     Database.PostgreSQL.Simple.TypeInfo.Macro
+     Database.PostgreSQL.Simple.TypeInfo.Static
+     Database.PostgreSQL.Simple.Types
+     Database.PostgreSQL.Simple.Errors
+-- Other-modules:
+     Database.PostgreSQL.Simple.Internal
+
+  Other-modules:
+     Database.PostgreSQL.Simple.Compat
+     Database.PostgreSQL.Simple.HStore.Implementation
+     Database.PostgreSQL.Simple.Time.Implementation
+     Database.PostgreSQL.Simple.Time.Internal.Parser
+     Database.PostgreSQL.Simple.Time.Internal.Printer
+     Database.PostgreSQL.Simple.TypeInfo.Types
+
+  Build-depends:
+    aeson >= 0.6,
+    attoparsec >= 0.10.3,
+    base >= 4.4 && < 5,
+    bytestring >= 0.9,
+    bytestring-builder,
+    case-insensitive,
+    containers,
+    hashable,
+    postgresql-libpq >= 0.9 && < 0.10,
+    template-haskell,
+    text >= 0.11.1,
+    time,
+    transformers,
+    uuid-types >= 1.0.0,
+    scientific,
+    vector
+
+  if !impl(ghc >= 7.6)
+    Build-depends:
+      ghc-prim
+
+  extensions: DoAndIfThenElse, OverloadedStrings, BangPatterns, ViewPatterns
+              TypeOperators
+
+  ghc-options: -Wall -fno-warn-name-shadowing
+
+source-repository head
+  type:     git
+  location: http://github.com/lpsmith/postgresql-simple
+
+source-repository this
+  type:     git
+  location: http://github.com/lpsmith/postgresql-simple
+  tag:      v0.5.2.0
+
+test-suite test
+  type:           exitcode-stdio-1.0
+
+  hs-source-dirs: test
+  main-is:        Main.hs
+  other-modules:
+    Common
+    Notify
+    Serializable
+    Time
+
+  ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind
+
+  extensions: NamedFieldPuns
+            , OverloadedStrings
+            , Rank2Types
+            , RecordWildCards
+            , PatternGuards
+            , ScopedTypeVariables
+
+  build-depends: base
+               , aeson
+               , base16-bytestring
+               , bytestring
+               , containers
+               , cryptohash
+               , filepath
+               , tasty
+               , tasty-hunit
+               , tasty-golden
+               , HUnit
+               , postgresql-simple
+               , text
+               , time
+               , vector
+
+  if !impl(ghc >= 7.6)
+    build-depends:
+      ghc-prim
diff --git a/lts.config b/lts.config
index c8fcbd0..07a2e5a 100644
--- a/lts.config
+++ b/lts.config
@@ -1,7 +1,7 @@
--- Stackage snapshot from: http://www.stackage.org/snapshot/lts-6.0
+-- Stackage snapshot from: http://www.stackage.org/snapshot/lts-6.1
 -- 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-6.0:http://www.stackage.org/lts-6.0
+-- remote-repo: stackage-lts-6.1:http://www.stackage.org/lts-6.1
 constraints: abstract-deque ==0.3,
              abstract-par ==0.3.3,
              AC-Vector ==2.3.2,
@@ -130,7 +130,7 @@ constraints: abstract-deque ==0.3,
              asn1-parse ==0.9.4,
              asn1-types ==0.3.2,
              async ==2.1.0,
-             async-dejafu ==0.1.2.1,
+             async-dejafu ==0.1.2.2,
              atndapi ==0.1.1.0,
              atom-conduit ==0.3.0.0,
              atomic-primops ==0.8.0.4,
@@ -199,7 +199,7 @@ constraints: abstract-deque ==0.3,
              bitcoin-tx ==0.13.1,
              bitcoin-types ==0.9.2,
              bits ==0.4,
-             bitwise ==0.1.1,
+             bitwise ==0.1.1.1,
              blake2 ==0.1.0,
              blank-canvas ==0.6,
              BlastHTTP ==1.2.0,
@@ -211,7 +211,7 @@ constraints: abstract-deque ==0.3,
              blaze-markup ==0.7.0.3,
              blaze-svg ==0.3.6,
              blaze-textual ==0.2.1.0,
-             BlogLiterately ==0.8.2.3,
+             BlogLiterately ==0.8.3,
              BlogLiterately-diagrams ==0.2.0.3,
              bloodhound ==0.11.0.0,
              bloomfilter ==2.0.1.0,
@@ -219,7 +219,7 @@ constraints: abstract-deque ==0.3,
              bool-extras ==0.4.0,
              Boolean ==0.2.3,
              boomerang ==1.4.5.1,
-             both ==0.1.0.0,
+             both ==0.1.1.0,
              bound ==1.0.7,
              BoundedChan ==1.0.3.0,
              bower-json ==0.8.0,
@@ -229,7 +229,7 @@ constraints: abstract-deque ==0.3,
              bson ==0.3.2.1,
              bson-lens ==0.1.1,
              btrfs ==0.1.2.0,
-             buffer-builder ==0.2.4.2,
+             buffer-builder ==0.2.4.3,
              bumper ==0.6.0.3,
              bustle ==0.5.4,
              byteable ==0.1.1,
@@ -240,12 +240,12 @@ constraints: abstract-deque ==0.3,
              bytestring installed,
              bytestring-builder ==0.10.6.0.0,
              bytestring-conversion ==0.3.1,
-             bytestring-handle ==0.1.0.3,
+             bytestring-handle ==0.1.0.4,
              bytestring-lexing ==0.5.0.2,
              bytestring-mmap ==0.2.2,
              bytestring-progress ==1.0.5,
              bytestring-read ==0.3.1,
-             bytestring-tree-builder ==0.2.6,
+             bytestring-tree-builder ==0.2.7,
              bytestring-trie ==0.2.4.1,
              bzlib ==0.5.0.5,
              bzlib-conduit ==0.2.1.3,
@@ -258,7 +258,7 @@ constraints: abstract-deque ==0.3,
              Cabal-ide-backend ==1.23.0.0,
              cabal-install ==1.22.9.0,
              cabal-rpm ==0.9.11,
-             cabal-sort ==0.0.5.2,
+             cabal-sort ==0.0.5.3,
              cabal-src ==0.3.0.1,
              cacophony ==0.6.0,
              cairo ==0.13.1.1,
@@ -267,11 +267,11 @@ constraints: abstract-deque ==0.3,
              cartel ==0.16.0.0,
              case-insensitive ==1.2.0.6,
              cased ==0.1.0.0,
-             cases ==0.1.3,
+             cases ==0.1.3.1,
              cassava ==0.4.5.0,
              cautious-file ==1.0.2,
-             cayley-client ==0.1.5.0,
-             cereal ==0.5.1.0,
+             cayley-client ==0.1.5.1,
+             cereal ==0.5.2.0,
              cereal-conduit ==0.7.3,
              cereal-vector ==0.2.0.1,
              cgi ==3001.3.0.1,
@@ -388,7 +388,7 @@ constraints: abstract-deque ==0.3,
              cryptol ==2.3.0,
              cryptonite ==0.15,
              cryptonite-conduit ==0.1,
-             css-syntax ==0.0.4,
+             css-syntax ==0.0.5,
              css-text ==0.1.2.1,
              csv ==0.1.2,
              csv-conduit ==0.6.6,
@@ -407,7 +407,7 @@ constraints: abstract-deque ==0.3,
              data-default-instances-old-locale ==0.0.1,
              data-hash ==0.2.0.1,
              data-inttrie ==0.1.2,
-             data-lens-light ==0.1.2.1,
+             data-lens-light ==0.1.2.2,
              data-memocombinators ==0.5.1,
              data-or ==1.0.0.5,
              data-ordlist ==0.4.7.0,
@@ -423,7 +423,7 @@ constraints: abstract-deque ==0.3,
              declarative ==0.2.2,
              deepseq installed,
              deepseq-generics ==0.1.1.2,
-             dejafu ==0.3.1.0,
+             dejafu ==0.3.1.1,
              dependent-map ==0.2.2.0,
              dependent-sum ==0.3.2.2,
              dependent-sum-template ==0.0.0.5,
@@ -488,7 +488,7 @@ constraints: abstract-deque ==0.3,
              dotnet-timespan ==0.0.1.0,
              double-conversion ==2.0.1.0,
              download ==0.3.2.4,
-             dpor ==0.1.0.0,
+             dpor ==0.1.0.1,
              drawille ==0.1.0.6,
              DRBG ==0.5.5,
              drifter ==0.2.2,
@@ -508,11 +508,11 @@ constraints: abstract-deque ==0.3,
              effect-handlers ==0.1.0.8,
              either ==4.4.1.1,
              either-unwrap ==1.1,
-             ekg ==0.4.0.9,
-             ekg-core ==0.1.1.0,
-             ekg-json ==0.1.0.1,
-             ekg-statsd ==0.2.0.3,
-             elm-bridge ==0.3.0.0,
+             ekg ==0.4.0.10,
+             ekg-core ==0.1.1.1,
+             ekg-json ==0.1.0.2,
+             ekg-statsd ==0.2.0.4,
+             elm-bridge ==0.3.0.2,
              elm-core-sources ==1.0.0,
              email-validate ==2.2.0,
              enclosed-exceptions ==1.0.1.1,
@@ -531,7 +531,7 @@ constraints: abstract-deque ==0.3,
              esqueleto ==2.4.3,
              etcd ==1.0.5,
              ether ==0.4.0.2,
-             event ==0.1.3,
+             event ==0.1.4,
              eventstore ==0.12.0.0,
              exact-combinatorics ==0.2.0.8,
              exact-pi ==0.4.1.2,
@@ -545,9 +545,9 @@ constraints: abstract-deque ==0.3,
              exhaustive ==1.1.2,
              expiring-cache-map ==0.0.5.4,
              explicit-exception ==0.1.8,
-             extensible-effects ==1.11.0.3,
+             extensible-effects ==1.11.0.4,
              extensible-exceptions ==0.1.1.4,
-             extra ==1.4.7,
+             extra ==1.4.8,
              extract-dependencies ==0.2.0.0,
              fail ==4.9.0.0,
              farmhash ==0.1.0.5,
@@ -585,24 +585,24 @@ constraints: abstract-deque ==0.3,
              fixed ==0.2.1.1,
              fixed-list ==0.1.6,
              fixed-vector ==0.8.1.0,
-             fixed-vector-hetero ==0.3.1.0,
+             fixed-vector-hetero ==0.3.1.1,
              flat-mcmc ==1.0.1,
              flexible-defaults ==0.0.1.1,
              flock ==0.3.1.8,
-             flow ==1.0.6,
+             flow ==1.0.7,
              fmlist ==0.9,
              fn ==0.3.0.1,
              fn-extra ==0.3.0.1,
              focus ==0.1.5,
              fold-debounce ==0.2.0.2,
              fold-debounce-conduit ==0.1.0.2,
-             foldl ==1.2.0,
+             foldl ==1.2.1,
              FontyFruity ==0.5.3.1,
              force-layout ==0.4.0.4,
              forecast-io ==0.2.0.0,
              foreign-store ==0.2,
              formatting ==6.2.2,
-             Frames ==0.1.2.1,
+             Frames ==0.1.3,
              free ==4.12.4,
              free-vl ==0.1.4,
              freenect ==1.2.1,
@@ -619,7 +619,7 @@ constraints: abstract-deque ==0.3,
              generic-trie ==0.3.0.2,
              generic-xmlpickler ==0.1.0.5,
              GenericPretty ==1.2.1,
-             generics-eot ==0.2.1,
+             generics-eot ==0.2.1.1,
              generics-sop ==0.2.1.0,
              geniplate-mirror ==0.7.4,
              getopt-generics ==0.13,
@@ -657,9 +657,9 @@ constraints: abstract-deque ==0.3,
              git-fmt ==0.4.1.0,
              github ==0.14.1,
              github-backup ==1.20160522,
-             github-release ==0.1.8,
-             github-types ==0.2.0,
-             github-webhook-handler ==0.0.7,
+             github-release ==0.1.9,
+             github-types ==0.2.1,
+             github-webhook-handler ==0.0.8,
              github-webhook-handler-snap ==0.0.6,
              gitlib ==3.1.1,
              gitlib-libgit2 ==3.1.1,
@@ -674,7 +674,7 @@ constraints: abstract-deque ==0.3,
              GLUT ==2.7.0.10,
              gnuidn ==0.2.2,
              gnutls ==0.2,
-             google-cloud ==0.0.3,
+             google-cloud ==0.0.4,
              GPipe ==2.1.7,
              GPipe-GLFW ==1.2.2,
              gpolyline ==0.1.0.1,
@@ -691,7 +691,7 @@ constraints: abstract-deque ==0.3,
              groundhog-postgresql ==0.7.0.2,
              groundhog-sqlite ==0.7.0.1,
              groundhog-th ==0.7.0.1,
-             grouped-list ==0.2.1.1,
+             grouped-list ==0.2.1.2,
              groupoids ==4.0,
              groups ==0.4.0.0,
              growler ==0.6.0,
@@ -751,7 +751,7 @@ constraints: abstract-deque ==0.3,
              hbayes ==0.5.2,
              hbeanstalk ==0.2.4,
              HCodecs ==0.5,
-             hdaemonize ==0.5.0.1,
+             hdaemonize ==0.5.0.2,
              HDBC ==2.4.0.1,
              HDBC-postgresql ==2.3.2.3,
              HDBC-session ==0.1.0.0,
@@ -763,7 +763,7 @@ constraints: abstract-deque ==0.3,
              hebrew-time ==0.1.1,
              hedis ==0.6.10,
              heist ==0.14.1.4,
-             here ==1.2.7,
+             here ==1.2.8,
              heredoc ==0.2.0.0,
              hex ==0.1.2,
              hexpat ==0.20.9,
@@ -772,14 +772,14 @@ constraints: abstract-deque ==0.3,
              hformat ==0.1.0.1,
              hfsevents ==0.1.6,
              hgettext ==0.1.30,
-             hid ==0.2.1.1,
+             hid ==0.2.2,
              hidapi ==0.1.4,
              hierarchical-clustering ==0.4.6,
              highjson ==0.2.0.2,
              highlighting-kate ==0.6.2,
              hindent ==4.6.3,
              hinotify ==0.3.8.1,
-             hint ==0.5.1,
+             hint ==0.5.2,
              histogram-fill ==0.8.4.1,
              hit ==0.6.3,
              hjpath ==3.0.1,
@@ -794,7 +794,7 @@ constraints: abstract-deque ==0.3,
              hlibsass ==0.1.5.0,
              hlint ==1.9.32,
              HList ==0.4.2.0,
-             hmatrix ==0.17.0.1,
+             hmatrix ==0.17.0.2,
              hmatrix-gsl ==0.17.0.0,
              hmatrix-gsl-stats ==0.4.1.3,
              hmt ==0.15,
@@ -812,7 +812,7 @@ constraints: abstract-deque ==0.3,
              hpack ==0.14.0,
              hpc installed,
              hpc-coveralls ==1.0.4,
-             hPDB ==1.2.0.4,
+             hPDB ==1.2.0.5,
              HPDF ==1.4.10,
              hprotoc ==2.2.0,
              hs-bibutils ==5.5,
@@ -827,7 +827,7 @@ constraints: abstract-deque ==0.3,
              HSet ==0.0.0,
              hsexif ==0.6.0.8,
              hsignal ==0.2.7.4,
-             hslogger ==1.2.9,
+             hslogger ==1.2.10,
              hslua ==0.4.1,
              hsndfile ==0.8.0,
              hsndfile-vector ==0.5.2,
@@ -879,7 +879,7 @@ constraints: abstract-deque ==0.3,
              httpd-shed ==0.4.0.3,
              human-readable-duration ==0.2.0.1,
              HUnit ==1.3.1.1,
-             hunit-dejafu ==0.3.0.0,
+             hunit-dejafu ==0.3.0.1,
              hvect ==0.3.1.0,
              hw-bits ==0.0.0.6,
              hw-conduit ==0.0.0.11,
@@ -954,7 +954,7 @@ constraints: abstract-deque ==0.3,
              io-region ==0.1.1,
              io-storage ==0.3,
              io-streams ==1.3.5.0,
-             ip6addr ==0.5.1.0,
+             ip6addr ==0.5.1.2,
              iproute ==1.7.0,
              IPv6Addr ==0.6.1.0,
              ipython-kernel ==0.8.4.0,
@@ -962,7 +962,7 @@ constraints: abstract-deque ==0.3,
              irc-client ==0.3.0.0,
              irc-conduit ==0.1.2.0,
              irc-ctcp ==0.1.3.0,
-             irc-dcc ==1.2.0,
+             irc-dcc ==1.2.1,
              islink ==0.1.0.0,
              iso3166-country-codes ==0.20140203.7,
              iso639 ==0.1.0.3,
@@ -971,7 +971,7 @@ constraints: abstract-deque ==0.3,
              ix-shapable ==0.1.0,
              ixset ==1.0.6.1,
              ixset-typed ==0.3,
-             jmacro ==0.6.13,
+             jmacro ==0.6.14,
              jmacro-rpc ==0.3.2,
              jmacro-rpc-happstack ==0.3.2,
              jmacro-rpc-snap ==0.3,
@@ -1001,7 +1001,7 @@ constraints: abstract-deque ==0.3,
              kmeans ==0.1.3,
              knob ==0.1.1,
              koofr-client ==1.0.0.3,
-             kraken ==0.0.1,
+             kraken ==0.0.2,
              kure ==2.16.12,
              lackey ==0.3.2,
              lambdacube-compiler ==0.5.0.1,
@@ -1015,7 +1015,7 @@ constraints: abstract-deque ==0.3,
              language-java ==0.2.8,
              language-javascript ==0.6.0.4,
              language-lua2 ==0.1.0.5,
-             language-nix ==2.1,
+             language-nix ==2.1.0.1,
              language-thrift ==0.8.0.1,
              largeword ==1.2.5,
              latex-formulae-hakyll ==0.2.0.2,
@@ -1039,7 +1039,7 @@ constraints: abstract-deque ==0.3,
              lexer-applicative ==2.1.0.1,
              lhs2tex ==1.19,
              libgit ==0.3.1,
-             libinfluxdb ==0.0.3,
+             libinfluxdb ==0.0.4,
              libnotify ==0.1.1.0,
              librato ==0.2.0.1,
              libsystemd-journal ==1.4.0,
@@ -1078,7 +1078,7 @@ constraints: abstract-deque ==0.3,
              machines-process ==0.2.0.6,
              magic ==1.1,
              mainland-pretty ==0.4.1.4,
-             managed ==1.0.4,
+             managed ==1.0.5,
              mandrill ==0.5.2.1,
              map-syntax ==0.2,
              markdown ==0.1.14,
@@ -1087,7 +1087,7 @@ constraints: abstract-deque ==0.3,
              MASMGen ==0.5.0.0,
              math-functions ==0.1.7.0,
              matrices ==0.4.3,
-             matrix ==0.3.4.4,
+             matrix ==0.3.5.0,
              maximal-cliques ==0.1.1,
              mbox ==0.3.3,
              mcmc-types ==1.0.1,
@@ -1125,7 +1125,7 @@ constraints: abstract-deque ==0.3,
              moesocks ==1.0.0.41,
              mole ==0.0.3,
              monad-control ==1.0.1.0,
-             monad-coroutine ==0.9.0.2,
+             monad-coroutine ==0.9.0.3,
              monad-extras ==0.5.11,
              monad-http ==0.1.0.0,
              monad-journal ==0.7.2,
@@ -1135,7 +1135,7 @@ constraints: abstract-deque ==0.3,
              monad-loops ==0.4.3,
              monad-par ==0.3.4.7,
              monad-par-extras ==0.3.3,
-             monad-parallel ==0.7.2.1,
+             monad-parallel ==0.7.2.2,
              monad-peel ==0.2.1.1,
              monad-primitive ==0.1,
              monad-products ==4.0.1,
@@ -1202,7 +1202,7 @@ constraints: abstract-deque ==0.3,
              network-multicast ==0.1.1,
              Network-NineP ==0.4.0,
              network-protocol-xmpp ==0.4.8,
-             network-simple ==0.4.0.4,
+             network-simple ==0.4.0.5,
              network-transport ==0.4.3.1,
              network-transport-composed ==0.2.0.1,
              network-transport-inmemory ==0.5.1,
@@ -1216,7 +1216,7 @@ constraints: abstract-deque ==0.3,
              NineP ==0.0.2.1,
              nix-paths ==1,
              nonce ==1.0.2,
-             NoTrace ==0.3.0.0,
+             NoTrace ==0.3.0.1,
              nsis ==0.3,
              numbers ==3000.2.0.1,
              numeric-extras ==0.1,
@@ -1225,7 +1225,7 @@ constraints: abstract-deque ==0.3,
              objective ==1.1.1,
              ObjectName ==1.1.0.1,
              octane ==0.4.24,
-             Octree ==0.5.4.2,
+             Octree ==0.5.4.3,
              ofx ==0.4.0.4,
              old-locale ==1.0.0.7,
              old-time ==1.1.0.3,
@@ -1247,8 +1247,8 @@ constraints: abstract-deque ==0.3,
              optional-args ==1.0.1,
              options ==1.2.1.1,
              optparse-applicative ==0.12.1.0,
-             optparse-generic ==1.1.0,
-             optparse-helper ==0.2.0.0,
+             optparse-generic ==1.1.1,
+             optparse-helper ==0.2.1.1,
              optparse-simple ==0.0.3,
              osdkeys ==0.0,
              package-description-remote ==0.2.0.0,
@@ -1278,7 +1278,7 @@ constraints: abstract-deque ==0.3,
              pcap ==0.4.5.2,
              pcre-heavy ==1.0.0.2,
              pcre-light ==0.4.0.4,
-             pcre-utils ==0.1.7,
+             pcre-utils ==0.1.8,
              pdf-toolbox-content ==0.0.5.1,
              pdf-toolbox-core ==0.0.4.1,
              pdf-toolbox-document ==0.0.7.1,
@@ -1295,10 +1295,10 @@ constraints: abstract-deque ==0.3,
              persistent-sqlite ==2.2.1,
              persistent-template ==2.1.8.1,
              pgp-wordlist ==0.1.0.1,
-             phantom-state ==0.2.0.2,
+             phantom-state ==0.2.1.0,
              picoparsec ==0.1.2.3,
              pinch ==0.2.0.1,
-             pinchot ==0.18.0.0,
+             pinchot ==0.18.0.2,
              pipes ==4.1.9,
              pipes-aeson ==0.4.1.6,
              pipes-attoparsec ==0.5.1.3,
@@ -1307,7 +1307,7 @@ constraints: abstract-deque ==0.3,
              pipes-bytestring ==2.1.2,
              pipes-cacophony ==0.2.1,
              pipes-cliff ==0.10.0.4,
-             pipes-concurrency ==2.0.5,
+             pipes-concurrency ==2.0.6,
              pipes-csv ==1.4.3,
              pipes-extras ==1.0.3,
              pipes-fastx ==0.3.0.0,
@@ -1316,12 +1316,12 @@ constraints: abstract-deque ==0.3,
              pipes-illumina ==0.1.0.0,
              pipes-mongodb ==0.1.0.0,
              pipes-network ==0.6.4,
-             pipes-parse ==3.0.6,
-             pipes-safe ==2.2.3,
+             pipes-parse ==3.0.7,
+             pipes-safe ==2.2.4,
              pipes-text ==0.0.2.1,
              pipes-transduce ==0.4,
              pipes-wai ==3.2.0,
-             pkcs10 ==0.1.0.5,
+             pkcs10 ==0.1.1.0,
              placeholders ==0.1,
              plan-b ==0.2.0,
              plot ==0.2.3.5,
@@ -1330,7 +1330,7 @@ constraints: abstract-deque ==0.3,
              plot-gtk3 ==0.1.0.2,
              pointed ==4.2.0.2,
              pointedlist ==0.6.1,
-             pointful ==1.0.7,
+             pointful ==1.0.8,
              pointless-fun ==1.1.0.6,
              poly-arity ==0.0.7,
              polynomials-bernstein ==1.1.2,
@@ -1338,11 +1338,11 @@ constraints: abstract-deque ==0.3,
              PortMidi ==0.1.6.0,
              posix-realtime ==0.0.0.4,
              post-mess-age ==0.2.1.0,
-             postgresql-binary ==0.9,
+             postgresql-binary ==0.9.0.1,
              postgresql-libpq ==0.9.1.1,
              postgresql-orm ==0.4.1,
              postgresql-schema ==0.1.10,
-             postgresql-simple ==0.5.1.3,
+             postgresql-simple ==0.5.2.0,
              postgresql-simple-url ==0.1.0.1,
              postgresql-transactional ==1.1.1,
              pred-set ==0.0.1,
@@ -1356,14 +1356,14 @@ constraints: abstract-deque ==0.3,
              pretty installed,
              pretty-class ==1.0.1.1,
              pretty-hex ==1.0,
-             pretty-show ==1.6.9,
+             pretty-show ==1.6.10,
              prettyclass ==1.0.0.0,
              primes ==0.2.1.0,
              primitive ==0.6.1.0,
              process installed,
              process-extras ==0.3.3.8,
              process-streaming ==0.9.1.2,
-             product-profunctors ==0.7.0.2,
+             product-profunctors ==0.7.1.0,
              profiteur ==0.3.0.2,
              profunctor-extras ==4.0,
              profunctors ==5.2,
@@ -1371,7 +1371,7 @@ constraints: abstract-deque ==0.3,
              projectroot ==0.2.0.1,
              prometheus-client ==0.1.0.1,
              prometheus-metrics-ghc ==0.1.0.1,
-             prompt ==0.1.1.0,
+             prompt ==0.1.1.2,
              protobuf ==0.2.1.0,
              protobuf-simple ==0.1.0.1,
              protocol-buffers ==2.2.0,
@@ -1447,7 +1447,7 @@ constraints: abstract-deque ==0.3,
              reinterpret-cast ==0.1.0,
              relational-query ==0.8.2.1,
              relational-query-HDBC ==0.6.0.0,
-             relational-record ==0.1.4.0,
+             relational-record ==0.1.5.0,
              relational-schemas ==0.1.3.0,
              rematch ==0.2.0.0,
              repa ==3.4.0.2,
@@ -1464,11 +1464,11 @@ constraints: abstract-deque ==0.3,
              rest-happstack ==0.3.1.1,
              rest-snap ==0.2.0.1,
              rest-stringmap ==0.2.0.6,
-             rest-types ==1.14.0.1,
+             rest-types ==1.14.1,
              rest-wai ==0.2.0.1,
-             rethinkdb ==2.2.0.4,
+             rethinkdb ==2.2.0.5,
              rethinkdb-client-driver ==0.0.22,
-             retry ==0.7.2,
+             retry ==0.7.3,
              rev-state ==0.1.2,
              rfc5051 ==0.1.0.3,
              riak ==1.0.1.1,
@@ -1491,7 +1491,7 @@ constraints: abstract-deque ==0.3,
              sandi ==0.3.6,
              sandman ==0.2.0.1,
              sbv ==5.11,
-             scalpel ==0.3.0.1,
+             scalpel ==0.3.1,
              scanner ==0.2,
              scientific ==0.3.4.6,
              scotty ==0.11.0,
@@ -1580,7 +1580,7 @@ constraints: abstract-deque ==0.3,
              socket-io ==1.3.5,
              socks ==0.5.5,
              sodium ==0.11.0.3,
-             sorted-list ==0.1.5.0,
+             sorted-list ==0.1.6.1,
              sourcemap ==0.1.6,
              spdx ==0.2.1.0,
              speculation ==1.5.0.3,
@@ -1616,7 +1616,7 @@ constraints: abstract-deque ==0.3,
              stateref ==0.3,
              statestack ==0.2.0.5,
              StateVar ==1.1.0.4,
-             stateWriter ==0.2.7,
+             stateWriter ==0.2.8,
              static-canvas ==0.2.0.2,
              statistics ==0.13.2.3,
              statistics-linreg ==0.3,
@@ -1680,7 +1680,7 @@ constraints: abstract-deque ==0.3,
              tardis ==0.4.1.0,
              tasty ==0.11.0.3,
              tasty-ant-xml ==1.0.2,
-             tasty-dejafu ==0.3.0.0,
+             tasty-dejafu ==0.3.0.1,
              tasty-expected-failure ==0.11.0.3,
              tasty-fail-fast ==0.0.2,
              tasty-golden ==2.3.1,
@@ -1698,7 +1698,7 @@ constraints: abstract-deque ==0.3,
              TaxonomyTools ==1.0.0,
              TCache ==0.12.0,
              telegram-api ==0.4.2.0,
-             tellbot ==0.6.0.12,
+             tellbot ==0.6.1,
              template ==0.2.0.10,
              template-haskell installed,
              temporary ==1.2.0.4,
@@ -1714,7 +1714,7 @@ constraints: abstract-deque ==0.3,
              test-framework-th-prime ==0.0.8,
              test-simple ==0.1.8,
              testing-feat ==0.4.0.3,
-             texmath ==0.8.6.2,
+             texmath ==0.8.6.3,
              text ==1.2.2.1,
              text-binary ==0.2.1,
              text-format ==0.3.1.1,
@@ -1761,7 +1761,7 @@ constraints: abstract-deque ==0.3,
              transformers-base ==0.4.4,
              transformers-compat ==0.4.0.4,
              transformers-lift ==0.1.0.1,
-             traverse-with-class ==0.2.0.3,
+             traverse-with-class ==0.2.0.4,
              tree-fun ==0.8.1.0,
              tree-view ==0.4,
              tries ==0.0.4,
@@ -1772,7 +1772,7 @@ constraints: abstract-deque ==0.3,
              tuple ==0.3.0.2,
              tuple-th ==0.2.5,
              tuples-homogenous-h98 ==0.1.1.0,
-             turtle ==1.2.7,
+             turtle ==1.2.8,
              turtle-options ==0.1.0.4,
              twitter-conduit ==0.2.0,
              twitter-feed ==0.2.0.5,
@@ -1832,7 +1832,7 @@ constraints: abstract-deque ==0.3,
              validation ==0.5.2,
              vault ==0.3.0.6,
              vcsgui ==0.1.3.0,
-             vcswrapper ==0.1.2,
+             vcswrapper ==0.1.3,
              vect ==0.4.7,
              vector ==0.11.0.0,
              vector-algorithms ==0.7.0.1,
@@ -1871,10 +1871,10 @@ constraints: abstract-deque ==0.3,
              wai-middleware-verbs ==0.2.0,
              wai-predicates ==0.8.6,
              wai-route ==0.3.1,
-             wai-routes ==0.9.7,
+             wai-routes ==0.9.8,
              wai-routing ==0.12.3,
              wai-session ==0.3.2,
-             wai-session-postgresql ==0.2.0.5,
+             wai-session-postgresql ==0.2.1.0,
              wai-transformers ==0.0.4,
              wai-util ==0.8,
              wai-websockets ==3.0.0.9,
@@ -1891,12 +1891,12 @@ constraints: abstract-deque ==0.3,
              web-routes-th ==0.22.4,
              web-routes-wai ==0.24.3,
              web-routing ==0.6.2,
-             webdriver ==0.8.2,
+             webdriver ==0.8.3,
              webdriver-angular ==0.1.10,
              webkitgtk3 ==0.14.1.1,
              webkitgtk3-javascriptcore ==0.13.1.2,
              webpage ==0.0.4,
-             websockets ==0.9.6.1,
+             websockets ==0.9.6.2,
              websockets-snap ==0.9.2.0,
              werewolf ==1.0.2.2,
              werewolf-slack ==1.0.1.2,
@@ -1904,7 +1904,7 @@ constraints: abstract-deque ==0.3,
              Win32-extras ==0.2.0.1,
              Win32-notify ==0.3.0.1,
              with-location ==0.1.0,
-             withdependencies ==0.2.2.1,
+             withdependencies ==0.2.3,
              witherable ==0.1.3.3,
              wizards ==1.0.2,
              wl-pprint ==1.2,
@@ -1913,7 +1913,7 @@ constraints: abstract-deque ==0.3,
              wl-pprint-text ==1.1.0.4,
              word-trie ==0.3.0,
              word8 ==0.1.2,
-             wordpass ==1.0.0.4,
+             wordpass ==1.0.0.5,
              Workflow ==0.8.3,
              wrap ==0.0.0,
              wreq ==0.4.1.0,
@@ -1924,7 +1924,7 @@ constraints: abstract-deque ==0.3,
              x509-system ==1.6.3,
              x509-validation ==1.6.3,
              Xauth ==0.1,
-             xdcc ==1.0.2,
+             xdcc ==1.0.3,
              xdg-basedir ==0.2.2,
              xenstore ==0.1.1,
              xformat ==0.1.2.1,
@@ -1960,7 +1960,7 @@ constraints: abstract-deque ==0.3,
              yesod-auth-fb ==1.7,
              yesod-auth-hashdb ==1.5.1,
              yesod-auth-oauth2 ==0.1.8,
-             yesod-bin ==1.4.18.1,
+             yesod-bin ==1.4.18.2,
              yesod-core ==1.4.20.2,
              yesod-default ==1.2.0,
              yesod-eventsource ==1.4.0.1,
@@ -1985,7 +1985,7 @@ constraints: abstract-deque ==0.3,
              yi-language ==0.2.0,
              yi-rope ==0.7.0.1,
              yjtools ==0.9.18,
-             zero ==0.1.3.1,
+             zero ==0.1.4,
              zeromq4-haskell ==0.6.5,
              zim-parser ==0.2.0.0,
              zip ==0.1.3,
diff --git a/packages.txt b/packages.txt
index 96c2864..8b4eee9 100644
--- a/packages.txt
+++ b/packages.txt
@@ -49,7 +49,7 @@ blaze-html 0.8.1.1
 blaze-markup 0.7.0.3
 blaze-svg 0.3.6
 blaze-textual 0.2.1.0 notest
-BlogLiterately 0.8.2.3 key
+BlogLiterately 0.8.3 key
 bloomfilter 2.0.1.0
 bmp 1.2.5.2
 BNFC 2.8 binary=bnfc
@@ -67,7 +67,7 @@ byteorder 1.0.4
 bytes 0.15.2
 bytestring-builder 0.10.6.0.0 avoid
 bytestring-conversion 0.3.1
-bytestring-handle 0.1.0.3
+bytestring-handle 0.1.0.4
 bytestring-lexing 0.5.0.2
 bytestring-mmap 0.2.2
 bytestring-progress 1.0.5
@@ -83,7 +83,7 @@ cairo 0.13.1.1
 case-insensitive 1.2.0.6
 cassava 0.4.5.0
 categories 1.0.7 key
-cereal 0.5.1.0
+cereal 0.5.2.0
 cereal-conduit 0.7.3
 cgi 3001.3.0.1
 charset 0.3.7.1
@@ -209,9 +209,9 @@ EdisonAPI 1.3
 EdisonCore 1.3.1.1
 edit-distance 0.2.2.1
 either 4.4.1.1 # by accident
-ekg 0.4.0.9 key
-ekg-core 0.1.1.0
-ekg-json 0.1.0.1
+ekg 0.4.0.10 key
+ekg-core 0.1.1.1
+ekg-json 0.1.0.2
 email-validate 2.2.0
 enclosed-exceptions 1.0.1.1
 entropy 0.3.7
@@ -225,7 +225,7 @@ exceptions 0.8.2.1
 exception-transformers 0.4.0.4
 executable-path 0.0.3
 extensible-exceptions 0.1.1.4
-extra 1.4.7
+extra 1.4.8
 fail 4.9.0.0
 failure 0.2.0.3
 fast-logger 2.4.6
@@ -243,7 +243,7 @@ fingertree 0.1.1.0
 fixed 0.2.1.1
 flexible-defaults 0.0.1.1
 fmlist 0.9
-foldl 1.2.0
+foldl 1.2.1
 free 4.12.4
 frown 0.6.2.3 binary
 fsnotify 0.2.1 notest
@@ -324,7 +324,7 @@ hgettext 0.1.30
 hierarchical-clustering 0.4.6
 highlighting-kate 0.6.2 -fpcre-light
 hinotify 0.3.8.1
-hint 0.5.1 notest
+hint 0.5.2 notest
 hit 0.6.3
 hjsmin 0.2.0.1
 hledger 0.27 key
@@ -333,7 +333,7 @@ hledger-lib 0.27
 hledger-ui 0.27.4 binary
 hledger-web 0.27 binary
 hlint 1.9.32
-hmatrix 0.17.0.1
+hmatrix 0.17.0.2
 hoauth2 0.5.3.1
 hoogle 4.2.43 notest
 hOpenPGP 2.4.4 key
@@ -346,7 +346,7 @@ hs-bibutils 5.5
 hscolour 1.24
 hsemail 1.7.7
 HSH 2.1.2 key # dependency of twidge
-hslogger 1.2.9
+hslogger 1.2.10
 hslua 0.4.1
 HsOpenSSL 0.11.1.1 notest
 hsp 0.10.0
@@ -406,7 +406,7 @@ irc-core 1.1.4 key
 iso8601-time 0.1.4
 ixset 1.0.6.1
 ixset-typed 0.3 notest # test does not build with 7.10
-jmacro 0.6.13
+jmacro 0.6.14
 js-flot 0.8.3
 js-jquery 1.12.4
 json 0.9.1
@@ -554,19 +554,19 @@ pipes-aeson 0.4.1.6
 pipes-attoparsec 0.5.1.3
 pipes-bytestring 2.1.2
 pipes-group 1.0.4
-pipes-parse 3.0.6
-pipes-safe 2.2.3
+pipes-parse 3.0.7
+pipes-safe 2.2.4
 pipes-zlib 0.4.0.1 key
 pointed 4.2.0.2
 pointedlist 0.6.1
 polyparse 1.12
 postgresql-libpq 0.9.1.1
-postgresql-simple 0.5.1.3
+postgresql-simple 0.5.2.0
 pqueue 1.3.1.1
 prelude-extras 0.4.0.3
 presburger 1.3.1
 prettyclass 1.0.0.0
-pretty-show 1.6.9
+pretty-show 1.6.10
 primes 0.2.1.0
 primitive 0.6.1.0
 process-extras 0.3.3.8
@@ -613,7 +613,7 @@ regex-tdfa-rc 1.1.8.3 avoid
 repa 3.4.0.2
 resource-pool 0.2.3.2
 resourcet 1.1.7.4
-retry 0.7.2 notest # tests disabled during 7.10 transition
+retry 0.7.3 notest # tests disabled during 7.10 transition
 RSA 2.2.0
 rss2irc 1.0.6 binary obsolete
 rvar 0.2.0.2
@@ -705,7 +705,7 @@ test-framework-hunit 0.3.0.2
 test-framework-quickcheck2 0.3.0.3
 test-framework-th 0.2.4
 test-framework-th-prime 0.0.8
-texmath 0.8.6.2
+texmath 0.8.6.3
 text 1.2.2.1 notest
 text-binary 0.2.1
 text-icu 0.7.0.1
@@ -777,7 +777,7 @@ web-routes-boomerang 0.28.4
 web-routes-happstack 0.23.10 key
 web-routes-hsp 0.24.6.1 key
 web-routes-th 0.22.4 key
-websockets 0.9.6.1
+websockets 0.9.6.2
 werewolf 1.0.2.2
 wizards 1.0.2
 wl-pprint-extras 3.5.0.5
@@ -808,7 +808,7 @@ yesod 1.4.3
 yesod-auth 1.4.13.2
 yesod-auth-hashdb 1.5.1
 yesod-auth-oauth 1.4.0.2
-yesod-bin 1.4.18.1 binary=yesod
+yesod-bin 1.4.18.2 binary=yesod
 yesod-core 1.4.20.2
 yesod-default 1.2.0
 yesod-form 1.4.7.1
diff --git a/patches/postgresql-simple/0.5.2.0/no-bytestring-builder b/patches/postgresql-simple/0.5.2.0/no-bytestring-builder
new file mode 100644
index 0000000..34af159
--- /dev/null
+++ b/patches/postgresql-simple/0.5.2.0/no-bytestring-builder
@@ -0,0 +1,12 @@
+Index: haskell-postgresql-simple/postgresql-simple.cabal
+===================================================================
+--- haskell-postgresql-simple.orig/postgresql-simple.cabal	2016-06-01 12:53:58.863704622 +0200
++++ haskell-postgresql-simple/postgresql-simple.cabal	2016-06-01 12:53:58.859704518 +0200
+@@ -59,7 +59,6 @@
+     attoparsec >= 0.10.3,
+     base >= 4.4 && < 5,
+     bytestring >= 0.9,
+-    bytestring-builder,
+     case-insensitive,
+     containers,
+     hashable,
diff --git a/patches/postgresql-simple/0.5.2.0/series b/patches/postgresql-simple/0.5.2.0/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/postgresql-simple/0.5.2.0/series
@@ -0,0 +1 @@
+no-bytestring-builder

-- 
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