[package-plan] 01/01: Update to LTS 6.20
Clint Adams
clint at moszumanska.debian.org
Fri Oct 7 03:41:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit 50f2c05bec1f38f627c2fc190706c8354407d64b
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 6 23:40:33 2016 -0400
Update to LTS 6.20
---
additional-cabals/fast-logger-2.3.1.cabal | 45 ----------------------
additional-cabals/fast-logger-2.4.0.cabal | 45 ----------------------
additional-cabals/fast-logger-2.4.1.cabal | 45 ----------------------
lts.config | 26 ++++++-------
packages.txt | 10 ++---
patches/dns/{2.0.5 => 2.0.6}/no-bytestring-builder | 0
patches/dns/{2.0.5 => 2.0.6}/series | 0
patches/fast-logger/2.3.1/no-bytestring-builder | 14 -------
patches/fast-logger/2.4.0/no-bytestring-builder | 14 -------
patches/fast-logger/2.4.0/series | 1 -
patches/fast-logger/2.4.1/no-bytestring-builder | 12 ------
patches/fast-logger/2.4.1/series | 1 -
patches/fast-logger/2.4.6/series | 1 -
.../{2.4.6 => 2.4.7}/no-bytestring-builder | 6 +--
patches/fast-logger/{2.3.1 => 2.4.7}/series | 0
15 files changed, 21 insertions(+), 199 deletions(-)
diff --git a/additional-cabals/fast-logger-2.3.1.cabal b/additional-cabals/fast-logger-2.3.1.cabal
deleted file mode 100644
index 25e93d5..0000000
--- a/additional-cabals/fast-logger-2.3.1.cabal
+++ /dev/null
@@ -1,45 +0,0 @@
-Name: fast-logger
-Version: 2.3.1
-Author: Kazu Yamamoto <kazu at iij.ad.jp>
-Maintainer: Kazu Yamamoto <kazu at iij.ad.jp>
-License: BSD3
-License-File: LICENSE
-Synopsis: A fast logging system
-Description: A fast logging system
-Category: System
-Cabal-Version: >= 1.8
-Build-Type: Simple
-extra-source-files: README.md ChangeLog.md
-
-Library
- GHC-Options: -Wall
- Exposed-Modules: System.Log.FastLogger
- System.Log.FastLogger.File
- Other-Modules: System.Log.FastLogger.IO
- System.Log.FastLogger.IORef
- System.Log.FastLogger.LogStr
- System.Log.FastLogger.Logger
- Build-Depends: base >= 4 && < 5
- , array
- , auto-update >= 0.1.2
- , bytestring
- , bytestring-builder
- , directory
- , filepath
- , text
-
-Test-Suite spec
- Main-Is: Spec.hs
- Hs-Source-Dirs: test
- Type: exitcode-stdio-1.0
-
- Ghc-Options: -Wall -threaded
- Build-Depends: base >= 4 && < 5
- , bytestring
- , directory
- , fast-logger
- , hspec
-
-Source-Repository head
- Type: git
- Location: git://github.com/kazu-yamamoto/logger.git
diff --git a/additional-cabals/fast-logger-2.4.0.cabal b/additional-cabals/fast-logger-2.4.0.cabal
deleted file mode 100644
index cd93791..0000000
--- a/additional-cabals/fast-logger-2.4.0.cabal
+++ /dev/null
@@ -1,45 +0,0 @@
-Name: fast-logger
-Version: 2.4.0
-Author: Kazu Yamamoto <kazu at iij.ad.jp>
-Maintainer: Kazu Yamamoto <kazu at iij.ad.jp>
-License: BSD3
-License-File: LICENSE
-Synopsis: A fast logging system
-Description: A fast logging system
-Category: System
-Cabal-Version: >= 1.8
-Build-Type: Simple
-extra-source-files: README.md ChangeLog.md
-
-Library
- GHC-Options: -Wall
- Exposed-Modules: System.Log.FastLogger
- System.Log.FastLogger.File
- Other-Modules: System.Log.FastLogger.IO
- System.Log.FastLogger.IORef
- System.Log.FastLogger.LogStr
- System.Log.FastLogger.Logger
- Build-Depends: base >= 4 && < 5
- , array
- , auto-update >= 0.1.2
- , bytestring
- , bytestring-builder
- , directory
- , filepath
- , text
-
-Test-Suite spec
- Main-Is: Spec.hs
- Hs-Source-Dirs: test
- Type: exitcode-stdio-1.0
-
- Ghc-Options: -Wall -threaded
- Build-Depends: base >= 4 && < 5
- , bytestring
- , directory
- , fast-logger
- , hspec
-
-Source-Repository head
- Type: git
- Location: git://github.com/kazu-yamamoto/logger.git
diff --git a/additional-cabals/fast-logger-2.4.1.cabal b/additional-cabals/fast-logger-2.4.1.cabal
deleted file mode 100644
index 638b683..0000000
--- a/additional-cabals/fast-logger-2.4.1.cabal
+++ /dev/null
@@ -1,45 +0,0 @@
-Name: fast-logger
-Version: 2.4.1
-Author: Kazu Yamamoto <kazu at iij.ad.jp>
-Maintainer: Kazu Yamamoto <kazu at iij.ad.jp>
-License: BSD3
-License-File: LICENSE
-Synopsis: A fast logging system
-Description: A fast logging system
-Category: System
-Cabal-Version: >= 1.8
-Build-Type: Simple
-extra-source-files: README.md ChangeLog.md
-
-Library
- GHC-Options: -Wall
- Exposed-Modules: System.Log.FastLogger
- System.Log.FastLogger.File
- Other-Modules: System.Log.FastLogger.IO
- System.Log.FastLogger.IORef
- System.Log.FastLogger.LogStr
- System.Log.FastLogger.Logger
- Build-Depends: base >= 4.4 && < 5
- , array
- , auto-update >= 0.1.2
- , bytestring
- , bytestring-builder
- , directory
- , filepath
- , text
-
-Test-Suite spec
- Main-Is: Spec.hs
- Hs-Source-Dirs: test
- Type: exitcode-stdio-1.0
-
- Ghc-Options: -Wall -threaded
- Build-Depends: base >= 4 && < 5
- , bytestring
- , directory
- , fast-logger
- , hspec
-
-Source-Repository head
- Type: git
- Location: git://github.com/kazu-yamamoto/logger.git
diff --git a/lts.config b/lts.config
index a181144..b5708c2 100644
--- a/lts.config
+++ b/lts.config
@@ -1,7 +1,7 @@
--- Stackage snapshot from: http://www.stackage.org/snapshot/lts-6.19
+-- Stackage snapshot from: http://www.stackage.org/snapshot/lts-6.20
-- 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.19:http://www.stackage.org/lts-6.19
+-- remote-repo: stackage-lts-6.20:http://www.stackage.org/lts-6.20
constraints: abstract-deque ==0.3,
abstract-par ==0.3.3,
AC-Vector ==2.3.2,
@@ -460,7 +460,7 @@ constraints: abstract-deque ==0.3,
directory-tree ==0.12.1,
discount ==0.1.1,
disk-free-space ==0.1.0.1,
- distributed-closure ==0.3.2.0,
+ distributed-closure ==0.3.3.0,
distributed-process ==0.6.4,
distributed-process-async ==0.2.3,
distributed-process-client-server ==0.1.3.2,
@@ -479,7 +479,7 @@ constraints: abstract-deque ==0.3,
djinn-lib ==0.0.1.2,
dlist ==0.7.1.2,
dlist-instances ==0.1.1.1,
- dns ==2.0.5,
+ dns ==2.0.6,
dockerfile ==0.1.0.1,
docopt ==0.7.0.4,
doctest ==0.11.0,
@@ -552,7 +552,7 @@ constraints: abstract-deque ==0.3,
fail ==4.9.0.0,
farmhash ==0.1.0.5,
fast-builder ==0.0.0.6,
- fast-logger ==2.4.6,
+ fast-logger ==2.4.7,
fasta ==0.10.4.0,
fay ==0.23.1.12,
fay-base ==0.20.0.1,
@@ -740,7 +740,7 @@ constraints: abstract-deque ==0.3,
HaskellNet ==0.5.1,
HaskellNet-SSL ==0.3.3.0,
haskintex ==0.6.0.1,
- hasql ==0.19.15.1,
+ hasql ==0.19.15.2,
hastache ==0.6.1,
hasty-hamiltonian ==1.1.3,
HaTeX ==3.17.0.2,
@@ -884,7 +884,7 @@ constraints: abstract-deque ==0.3,
hvect ==0.3.1.0,
hw-bits ==0.0.0.6,
hw-conduit ==0.0.0.11,
- hw-diagnostics ==0.0.0.3,
+ hw-diagnostics ==0.0.0.4,
hw-json ==0.0.0.2,
hw-parser ==0.0.0.1,
hw-prim ==0.0.0.10,
@@ -933,7 +933,7 @@ constraints: abstract-deque ==0.3,
imagesize-conduit ==1.1,
immortal ==0.2.2,
include-file ==0.1.0.3,
- incremental-parser ==0.2.4.1,
+ incremental-parser ==0.2.5,
indents ==0.3.3,
inflections ==0.2.0.1,
ini ==0.3.5,
@@ -1339,7 +1339,7 @@ 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.1,
+ postgresql-binary ==0.9.1.1,
postgresql-libpq ==0.9.2.0,
postgresql-orm ==0.4.1,
postgresql-schema ==0.1.10,
@@ -1467,7 +1467,7 @@ constraints: abstract-deque ==0.3,
rest-stringmap ==0.2.0.6,
rest-types ==1.14.1.1,
rest-wai ==0.2.0.1,
- rethinkdb ==2.2.0.6,
+ rethinkdb ==2.2.0.7,
rethinkdb-client-driver ==0.0.22,
retry ==0.7.4.1,
rev-state ==0.1.2,
@@ -1718,7 +1718,7 @@ constraints: abstract-deque ==0.3,
testing-feat ==0.4.0.3,
texmath ==0.8.6.5,
text ==1.2.2.1,
- text-binary ==0.2.1,
+ text-binary ==0.2.1.1,
text-format ==0.3.1.1,
text-icu ==0.7.0.1,
text-ldap ==0.1.1.8,
@@ -1897,7 +1897,7 @@ constraints: abstract-deque ==0.3,
web-routes-th ==0.22.5,
web-routes-wai ==0.24.3,
web-routing ==0.6.2,
- webdriver ==0.8.3,
+ webdriver ==0.8.4,
webdriver-angular ==0.1.10,
webkitgtk3 ==0.14.1.1,
webkitgtk3-javascriptcore ==0.13.1.2,
@@ -1967,7 +1967,7 @@ constraints: abstract-deque ==0.3,
yesod-auth-fb ==1.7,
yesod-auth-hashdb ==1.5.1.3,
yesod-auth-oauth2 ==0.1.10,
- yesod-bin ==1.4.18.4,
+ yesod-bin ==1.4.18.5,
yesod-core ==1.4.25,
yesod-default ==1.2.0,
yesod-eventsource ==1.4.0.1,
diff --git a/packages.txt b/packages.txt
index 807c722..471dbb3 100644
--- a/packages.txt
+++ b/packages.txt
@@ -197,7 +197,7 @@ djinn-ghc 0.0.2.3
djinn-lib 0.0.1.2
dlist 0.7.1.2
dlist-instances 0.1.1.1
-dns 2.0.5
+dns 2.0.6
doctest 0.11.0 notest
double-conversion 2.0.1.0
dpkg 0.0.3 key # to track libdpkg-dev API changes
@@ -231,7 +231,7 @@ extensible-exceptions 0.1.1.4
extra 1.4.10
fail 4.9.0.0
failure 0.2.0.3
-fast-logger 2.4.6
+fast-logger 2.4.7
fb 1.0.13 notest
fclabels 2.0.3
fdo-notify 0.3.1
@@ -400,7 +400,7 @@ iconv 0.4.1.3
idna 0.3.0
ieee754 0.7.8
IfElse 0.85
-incremental-parser 0.2.4.1 notest
+incremental-parser 0.2.5 notest
intern 0.9.1.4
interpolate 0.1.0
intervals 0.7.2
@@ -737,7 +737,7 @@ test-framework-th 0.2.4
test-framework-th-prime 0.0.9
texmath 0.8.6.5
text 1.2.2.1 notest
-text-binary 0.2.1
+text-binary 0.2.1.1
text-icu 0.7.0.1
text-postgresql 0.0.2.1
text-show 2.1.2
@@ -849,7 +849,7 @@ yesod-auth 1.4.13.5
yesod-auth-hashdb 1.5.1.3
yesod-auth-oauth 1.4.0.2
yesod-auth-oauth2 0.2.1 ahead
-yesod-bin 1.4.18.4 binary=yesod
+yesod-bin 1.4.18.5 binary=yesod
yesod-core 1.4.25
yesod-default 1.2.0
yesod-form 1.4.7.1
diff --git a/patches/dns/2.0.5/no-bytestring-builder b/patches/dns/2.0.6/no-bytestring-builder
similarity index 100%
rename from patches/dns/2.0.5/no-bytestring-builder
rename to patches/dns/2.0.6/no-bytestring-builder
diff --git a/patches/dns/2.0.5/series b/patches/dns/2.0.6/series
similarity index 100%
rename from patches/dns/2.0.5/series
rename to patches/dns/2.0.6/series
diff --git a/patches/fast-logger/2.3.1/no-bytestring-builder b/patches/fast-logger/2.3.1/no-bytestring-builder
deleted file mode 100644
index 4a508fb..0000000
--- a/patches/fast-logger/2.3.1/no-bytestring-builder
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: fast-logger-2.3.1/fast-logger.cabal
-===================================================================
---- fast-logger-2.3.1.orig/fast-logger.cabal 2015-04-06 13:31:48.598418081 +0200
-+++ fast-logger-2.3.1/fast-logger.cabal 2015-04-06 13:32:17.134983956 +0200
-@@ -22,8 +22,7 @@
- Build-Depends: base >= 4 && < 5
- , array
- , auto-update >= 0.1.2
-- , bytestring
-- , bytestring-builder
-+ , bytestring >= 0.10.4
- , directory
- , filepath
- , text
diff --git a/patches/fast-logger/2.4.0/no-bytestring-builder b/patches/fast-logger/2.4.0/no-bytestring-builder
deleted file mode 100644
index 4a508fb..0000000
--- a/patches/fast-logger/2.4.0/no-bytestring-builder
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: fast-logger-2.3.1/fast-logger.cabal
-===================================================================
---- fast-logger-2.3.1.orig/fast-logger.cabal 2015-04-06 13:31:48.598418081 +0200
-+++ fast-logger-2.3.1/fast-logger.cabal 2015-04-06 13:32:17.134983956 +0200
-@@ -22,8 +22,7 @@
- Build-Depends: base >= 4 && < 5
- , array
- , auto-update >= 0.1.2
-- , bytestring
-- , bytestring-builder
-+ , bytestring >= 0.10.4
- , directory
- , filepath
- , text
diff --git a/patches/fast-logger/2.4.0/series b/patches/fast-logger/2.4.0/series
deleted file mode 100644
index d61cbb2..0000000
--- a/patches/fast-logger/2.4.0/series
+++ /dev/null
@@ -1 +0,0 @@
-no-bytestring-builder
diff --git a/patches/fast-logger/2.4.1/no-bytestring-builder b/patches/fast-logger/2.4.1/no-bytestring-builder
deleted file mode 100644
index 3e6cd96..0000000
--- a/patches/fast-logger/2.4.1/no-bytestring-builder
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/fast-logger.cabal
-+++ b/fast-logger.cabal
-@@ -22,8 +22,7 @@
- Build-Depends: base >= 4.4 && < 5
- , array
- , auto-update >= 0.1.2
-- , bytestring
-- , bytestring-builder
-+ , bytestring >= 0.10.4
- , directory
- , filepath
- , text
diff --git a/patches/fast-logger/2.4.1/series b/patches/fast-logger/2.4.1/series
deleted file mode 100644
index d61cbb2..0000000
--- a/patches/fast-logger/2.4.1/series
+++ /dev/null
@@ -1 +0,0 @@
-no-bytestring-builder
diff --git a/patches/fast-logger/2.4.6/series b/patches/fast-logger/2.4.6/series
deleted file mode 100644
index d61cbb2..0000000
--- a/patches/fast-logger/2.4.6/series
+++ /dev/null
@@ -1 +0,0 @@
-no-bytestring-builder
diff --git a/patches/fast-logger/2.4.6/no-bytestring-builder b/patches/fast-logger/2.4.7/no-bytestring-builder
similarity index 65%
rename from patches/fast-logger/2.4.6/no-bytestring-builder
rename to patches/fast-logger/2.4.7/no-bytestring-builder
index 9e0d35e..3f98828 100644
--- a/patches/fast-logger/2.4.6/no-bytestring-builder
+++ b/patches/fast-logger/2.4.7/no-bytestring-builder
@@ -1,6 +1,6 @@
---- fast-logger.cabal 2016-04-26 03:52:55.000000000 -0400
-+++ fast-logger.cabal.new 2016-05-26 11:19:16.828409344 -0400
-@@ -26,7 +26,6 @@
+--- a/fast-logger.cabal
++++ b/fast-logger.cabal
+@@ -27,7 +27,6 @@
, auto-update >= 0.1.2
, easy-file >= 0.2
, bytestring
diff --git a/patches/fast-logger/2.3.1/series b/patches/fast-logger/2.4.7/series
similarity index 100%
rename from patches/fast-logger/2.3.1/series
rename to patches/fast-logger/2.4.7/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