Commit 9caa43eb authored by Clint Adams's avatar Clint Adams
Browse files

snap: Upgrading from 1.1.1.0 to 1.1.2.0

parent 7769ff71
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-snap (1.1.2.0-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@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)
+8 −6
Original line number Diff line number Diff line
@@ -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]
+18 −0
Original line number Diff line number Diff line
--- 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,
+1 −1
Original line number Diff line number Diff line
--- 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,
+1 −1
Original line number Diff line number Diff line
rename-snap-binary
no-test-framework-smallcheck
tests-timeout
no-fail
Loading