summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch
diff options
context:
space:
mode:
authorobadz <dav-github@odav.org>2015-08-05 20:48:18 +0100
committerobadz <dav-github@odav.org>2015-08-06 11:14:05 +0100
commit3801ef59127330d30f98ff3af3e04e7ac790722e (patch)
tree1085c539bb6dd90ace1536ac2e8a516b9a4d64ab /pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch
parent23f5a23ec7251a54918d00aa996bfffcb6b72d3b (diff)
downloadnixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.tar
nixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.tar.gz
nixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.tar.bz2
nixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.tar.lz
nixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.tar.xz
nixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.tar.zst
nixlib-3801ef59127330d30f98ff3af3e04e7ac790722e.zip
haskell: move patches to patches directory
Diffstat (limited to 'pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch')
-rw-r--r--pkgs/development/haskell-modules/patches/edit-distance-fix-boundaries.patch30
1 files changed, 30 insertions, 0 deletions
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,