[Pkg-haskell-commits] [package-plan] 126/457: leksah now patched for QuickCheck2

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:18 UTC 2014


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

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

commit 9a97d0227f589a35139577aa2efdb4466542d9d3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Jun 15 10:33:05 2013 +0000

    leksah now patched for QuickCheck2
---
 packages.txt                  |  2 +-
 patches/leksah-0.12.1.3.patch | 27 +++++++--------------------
 2 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/packages.txt b/packages.txt
index 28b446b..978732f 100644
--- a/packages.txt
+++ b/packages.txt
@@ -316,7 +316,7 @@ language-javascript 0.5.6
 largeword 1.0.5
 lazysmallcheck 0.6
 LDAP 0.6.9
-leksah 0.12.1.3 todo: QuickCheck 2.6
+leksah 0.12.1.3
 leksah-server 0.12.1.2
 lens 3.9.0.2
 lhs2tex 1.18.1
diff --git a/patches/leksah-0.12.1.3.patch b/patches/leksah-0.12.1.3.patch
index 29a91e2..0c35ac0 100644
--- a/patches/leksah-0.12.1.3.patch
+++ b/patches/leksah-0.12.1.3.patch
@@ -1,20 +1,5 @@
-From 04bfcb664d3672adc06ed9646b337b2a8fe7784d Mon Sep 17 00:00:00 2001
-From: Hamish Mackenzie <Hamish.K.Mackenzie at googlemail.com>
-Date: Wed, 10 Oct 2012 17:25:06 +1300
-Subject: [PATCH] GHC 7.6 fixes
-
----
- leksah.cabal                 | 28 ++++++++++++++--------------
- src/IDE/BufferMode.hs        |  9 ++++++++-
- src/IDE/Core/Types.hs        |  8 +++++++-
- src/IDE/Pane/SourceBuffer.hs |  5 +++--
- src/IDE/Utils/GUIUtils.hs    |  7 ++++---
- 5 files changed, 36 insertions(+), 21 deletions(-)
-
-Index: b/leksah.cabal
-===================================================================
---- a/leksah.cabal
-+++ b/leksah.cabal
+--- b/leksah.cabal
++++ haskell-leksah-0.12.1.3/leksah.cabal	2013-06-15 12:21:32.333206844 +0200
 @@ -94,7 +94,7 @@
          includes: windows.h
  --        include-dirs: C:/cygwin/usr/include/w32api
@@ -43,7 +28,7 @@ Index: b/leksah.cabal
 +                       ghc >=6.10.1 && <7.7, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
                         gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
 -                       QuickCheck >=2.4.2 && <2.5
-+                       QuickCheck >=2.4.2 && <2.6
++                       QuickCheck >=2.4.2 && <2.7
  
      exposed-modules:
          IDE.Leksah IDE.Completion IDE.ImportTool
@@ -75,7 +60,7 @@ Index: b/leksah.cabal
 +                       ghc >=6.10.1 && <7.7, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
                         gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
 -                       QuickCheck >=2.4.2 && <2.5
-+                       QuickCheck >=2.4.2 && <2.6
++                       QuickCheck >=2.4.2 && <2.7
      else
          hs-source-dirs: main
          build-depends: leksah ==0.12.1.3, base >=4.0.0.0 && <= 5
@@ -84,5 +69,7 @@ Index: b/leksah.cabal
      hs-source-dirs: tests
      main-is:    Tests.hs
 -    build-depends: base >= 4.0.0.0 && <4.6, Cabal >=1.6.0.1 && <1.15, QuickCheck >=2.4.2 && <2.5,
-+    build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.6,
++    build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.7,
                     leksah ==0.12.1.3
+ 
+ 

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