[leksah/f17] Fix error in patch modified: leksah_dep.patch

narasim narasim at fedoraproject.org
Mon Jun 11 16:06:27 UTC 2012


commit 405f240da87f6f9a8be666f8e68db5c338db6728
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Mon Jun 11 21:35:50 2012 +0530

    Fix error in  patch
    	modified:   leksah_dep.patch

 leksah_dep.patch |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/leksah_dep.patch b/leksah_dep.patch
index 70ea451..45f0b68 100644
--- a/leksah_dep.patch
+++ b/leksah_dep.patch
@@ -1,5 +1,5 @@
 --- leksah-0.12.1.0_old/leksah.cabal	2012-06-04 23:05:45.000000000 +0530
-+++ leksah-0.12.1.0/leksah.cabal	2012-06-11 21:09:41.686935373 +0530
++++ leksah-0.12.1.0/leksah.cabal	2012-06-11 21:34:44.324995980 +0530
 @@ -123,7 +123,7 @@
                         hslogger >= 1.0.7 && <1.2, leksah-server >=0.12.1.0 && <0.13, network >= 2.2 && <3.0,
                         ghc >=6.10.1 && <7.5, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
@@ -9,12 +9,13 @@
  
      exposed-modules:
          IDE.Leksah IDE.Completion IDE.ImportTool
-@@ -194,10 +194,39 @@
+@@ -193,11 +193,38 @@
+                        time >=0.1 && <1.5, ltk >=0.12.1.0 && <0.13, binary-shared >= 0.8 && <0.9, deepseq >= 1.1.0.0 && <1.4,
                         hslogger >= 1.0.7 && <1.2, leksah-server >=0.12.1.0 && <0.13, network >= 2.2 && <3.0,
                         ghc >=6.10.1 && <7.5, 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,
+-                       gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
 -                       QuickCheck >=2.4.2 && <2.5
-+                       QuickCheck
++                       gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,QuickCheck
      else
 -        hs-source-dirs: main
 -        build-depends: leksah ==0.12.1.0, base >=4.0.0.0 && <= 5
@@ -28,8 +29,7 @@
 +                       time >=0.1 && <1.5, ltk >= 0.12.1.0 && <0.13, binary-shared >= 0.8 && <0.9, deepseq >= 1.1.0.0 && <1.4,
 +                       hslogger >= 1.0.7 && <1.2, leksah-server >=0.12.1.0 && <0.13, network >= 2.2 && <3.0,
 +                       ghc >=6.10.1 && <7.5, 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
++                       gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4, QuickCheck
 +
 +    other-modules:
 +        IDE.Leksah IDE.Completion IDE.ImportTool
@@ -52,12 +52,13 @@
  
      default-language: Haskell98
      main-is: Main.hs
-@@ -211,7 +240,7 @@
+@@ -211,8 +238,7 @@
      type:       exitcode-stdio-1.0
      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.6, Cabal >=1.6.0.1 && <1.15, QuickCheck
-                    leksah ==0.12.1.0
+-                   leksah ==0.12.1.0
++    build-depends: base >= 4.0.0.0 && <4.6, Cabal >=1.6.0.1 && <1.15, QuickCheck,leksah ==0.12.1.0
+ 
  
  


More information about the scm-commits mailing list