From 3801ef59127330d30f98ff3af3e04e7ac790722e Mon Sep 17 00:00:00 2001 From: obadz Date: Wed, 5 Aug 2015 20:48:18 +0100 Subject: haskell: move patches to patches directory --- .../patches/edit-distance-fix-boundaries.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch (limited to 'pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch') diff --git a/pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch b/pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch new file mode 100644 index 000000000000..ec88c65f8bc0 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch @@ -0,0 +1,30 @@ +diff -ru3 edit-distance-0.2.1.2-old/edit-distance.cabal edit-distance-0.2.1.2/edit-distance.cabal +--- edit-distance-0.2.1.2-old/edit-distance.cabal 2015-04-17 22:46:50.964116064 +0300 ++++ edit-distance-0.2.1.2/edit-distance.cabal 2015-04-17 22:41:31.216027373 +0300 +@@ -36,7 +36,7 @@ + Text.EditDistance.ArrayUtilities + + if flag(splitBase) +- Build-Depends: base >= 3 && < 4.8, array >= 0.1, random >= 1.0, containers >= 0.1.0.1 ++ Build-Depends: base >= 3 && < 5, array >= 0.1, random >= 1.0, containers >= 0.1.0.1 + else + Build-Depends: base < 3 + +@@ -54,7 +54,7 @@ + else + Build-Depends: test-framework >= 0.1.1, QuickCheck >= 1.1 && < 2.0, test-framework-quickcheck + if flag(splitBase) +- Build-Depends: base >= 3 && < 4.8, array >= 0.1, random >= 1.0 ++ Build-Depends: base >= 3 && < 5, array >= 0.1, random >= 1.0 + else + Build-Depends: base < 3 + +@@ -65,7 +65,7 @@ + Buildable: False + else + if flag(splitBase) +- Build-Depends: base >= 3 && < 4.8, array >= 0.1, random >= 1.0, time >= 1.0, process >= 1.0, ++ Build-Depends: base >= 3 && < 5, array >= 0.1, random >= 1.0, time >= 1.0, process >= 1.0, + deepseq >= 1.2, unix >= 2.3, criterion >= 0.6 + else + Build-Depends: base < 3, -- cgit 1.4.1