[Git][haskell-team/DHG_packages][master] snap: Upgrading from 1.1.1.0 to 1.1.2.0

Clint Adams gitlab at salsa.debian.org
Sat Jul 27 14:39:44 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
9caa43eb by Clint Adams at 2019-07-27T13:39:20Z
snap: Upgrading from 1.1.1.0 to 1.1.2.0

- - - - -


6 changed files:

- p/haskell-snap/debian/changelog
- p/haskell-snap/debian/control
- + p/haskell-snap/debian/patches/no-fail
- p/haskell-snap/debian/patches/no-test-framework-smallcheck
- p/haskell-snap/debian/patches/series
- − p/haskell-snap/debian/patches/tests-timeout


Changes:

=====================================
p/haskell-snap/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-snap (1.1.2.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 09:35:08 -0400
+
 haskell-snap (1.1.1.0-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-snap/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 1.4),
+ libghc-aeson-dev (<< 1.5),
  libghc-aeson-prof,
  libghc-attoparsec-dev (<< 0.14),
  libghc-attoparsec-dev (>= 0.10),
@@ -33,14 +33,14 @@ Build-Depends:
  libghc-dlist-dev (<< 0.9),
  libghc-dlist-dev (>= 0.5),
  libghc-dlist-prof,
- libghc-hashable-dev (<< 1.3),
  libghc-hashable-dev (>= 1.2.0.6),
+ libghc-hashable-dev (<< 1.3),
  libghc-hashable-prof,
  libghc-heist-dev (>= 1.1),
  libghc-heist-dev (<< 1.2),
  libghc-heist-prof,
  libghc-lens-dev (>= 3.7.6),
- libghc-lens-dev (<< 4.17),
+ libghc-lens-dev (<< 4.18),
  libghc-lens-prof,
  libghc-lifted-base-dev (<< 0.3),
  libghc-lifted-base-dev (>= 0.2),
@@ -51,8 +51,8 @@ Build-Depends:
  libghc-monad-control-dev (<< 1.1),
  libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
- libghc-mwc-random-dev (<< 0.14),
  libghc-mwc-random-dev (>= 0.8),
+ libghc-mwc-random-dev (<< 0.15),
  libghc-mwc-random-prof,
  libghc-pwstore-fast-dev (<< 2.5),
  libghc-pwstore-fast-dev (>= 2.2),
@@ -75,7 +75,9 @@ Build-Depends:
  libghc-hunit-dev (>= 1.2.5.2),
  libghc-hunit-dev (<< 1.7),
  libghc-quickcheck2-dev (>= 2.4.2),
- libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-dev (<< 2.13),
+ libghc-quickcheck2-prof,
+ libghc-aeson-dev,
  libghc-async-dev (>= 2.0.1.5),
  libghc-async-dev (<< 2.3),
  libghc-attoparsec-dev,
@@ -129,7 +131,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-transformers-base-doc,
  libghc-unordered-containers-doc,
  libghc-xmlhtml-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: http://snapframework.com/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-snap
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-snap]


=====================================
p/haskell-snap/debian/patches/no-fail
=====================================
@@ -0,0 +1,18 @@
+--- a/snap.cabal
++++ b/snap.cabal
+@@ -122,7 +122,6 @@
+     directory                 >= 1.1      && < 1.4,
+     directory-tree            >= 0.10     && < 0.13,
+     dlist                     >= 0.5      && < 0.9,
+-    fail                      >= 4.9      && < 4.10,
+     filepath                  >= 1.3      && < 1.5,
+     -- hashable is broken from 1.2.0.0 through 1.2.0.5
+     -- snap does work with hashable 1.1.*, but some have complained that
+@@ -244,7 +243,6 @@
+     directory,
+     directory-tree,
+     dlist,
+-    fail,
+     filepath,
+     hashable,
+     heist,


=====================================
p/haskell-snap/debian/patches/no-test-framework-smallcheck
=====================================
@@ -1,6 +1,6 @@
 --- a/snap.cabal
 +++ b/snap.cabal
-@@ -254,7 +254,6 @@
+@@ -267,7 +267,6 @@
      test-framework             >= 0.8.0.3  && < 0.9,
      test-framework-hunit       >= 0.3.0.1  && < 0.4,
      test-framework-quickcheck2 >= 0.3.0.3  && < 0.4,


=====================================
p/haskell-snap/debian/patches/series
=====================================
@@ -1,3 +1,3 @@
 rename-snap-binary
 no-test-framework-smallcheck
-tests-timeout
+no-fail


=====================================
p/haskell-snap/debian/patches/tests-timeout deleted
=====================================
@@ -1,18 +0,0 @@
-Description: Increase timeout for tests
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-Forwarded: https://github.com/snapframework/snap/issues/195
----
-
-Index: b/test/suite/Snap/Snaplet/Test/Tests.hs
-===================================================================
---- a/test/suite/Snap/Snaplet/Test/Tests.hs
-+++ b/test/suite/Snap/Snaplet/Test/Tests.hs
-@@ -121,7 +121,7 @@ readRequestBodyHangIssue =
-     assertReadRqBody =
-       do let hdl = readRequestBody 5000 >>= writeLBS
-          res <- race
--                (threadDelay 1000000)
-+                (threadDelay 100000000)
-                 (runHandler Nothing (ST.get "" Map.empty) hdl appInit)
-          either (assertFailure . ("readRequestBody timeout" ++) . show)
-            (either (assertFailure . show) ST.assertSuccess) res



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9caa43eb4f9418a86e74e270977dec26d7b40682

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9caa43eb4f9418a86e74e270977dec26d7b40682
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190727/b963a20c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list