Commit c84768ff authored by Clint Adams's avatar Clint Adams
Browse files

map-syntax: Upgrading from 0.2.0.2 to 0.3

parent 264a8964
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-map-syntax (0.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Thu, 26 Apr 2018 17:00:59 -0400

haskell-map-syntax (0.2.0.2-4) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+6 −5
Original line number Diff line number Diff line
@@ -10,14 +10,15 @@ Build-Depends:
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-hspec-dev (<< 2.5),
 libghc-hspec-dev (>= 2.2.3),
 libghc-hunit-dev (<< 2),
 libghc-hunit-dev (>= 1.2),
 libghc-mtl-dev (<< 2.3),
 libghc-mtl-dev (>= 2.0),
 libghc-mtl-prof,
 libghc-quickcheck2-dev (<< 3)
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 2),
 libghc-quickcheck2-dev (>= 2.3.0.2),
 libghc-quickcheck2-dev (<< 3),
 libghc-hspec-dev (>= 2.2.3),
 libghc-hspec-dev (<< 2.6),
Build-Depends-Indep: ghc-doc,
 libghc-mtl-doc,
Standards-Version: 4.1.4
+0 −20
Original line number Diff line number Diff line
From 531b14ec3ec33d9b9f8535753bbd6b646d956eb6 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@devalot.com>
Date: Thu, 23 Mar 2017 16:58:35 -0700
Subject: [PATCH] Bump upper bounds on the hspec package

---
 map-syntax.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/map-syntax.cabal b/map-syntax.cabal
index 631036e..6feeed4 100644
--- a/map-syntax.cabal
+++ b/map-syntax.cabal
@@ -63,5 +63,5 @@ Test-suite testsuite
     HUnit                      >= 1.2      && < 2,
     mtl                        >= 2.0      && < 2.3,
     QuickCheck                 >= 2.3.0.2  && < 3,
-    hspec                      >= 2.2.3    && < 2.4,
+    hspec                      >= 2.2.3    && < 2.5,
     transformers               >= 0.3      && < 0.6
+0 −1
Original line number Diff line number Diff line
531b14ec3ec33d9b9f8535753bbd6b646d956eb6.patch