summarylogtreecommitdiffstats
path: root/haskell-dual-tree.patch
diff options
context:
space:
mode:
authorJaron Kent-Dobias2019-02-06 09:56:45 -0500
committerJaron Kent-Dobias2019-02-06 09:56:45 -0500
commit1c90d2d918101daae11b184ad2ba29edfc8f9219 (patch)
tree293131dc9f4c7974874e9dcea1dcdd3e94396f50 /haskell-dual-tree.patch
downloadaur-haskell-dual-tree.tar.gz
initial commit
Diffstat (limited to 'haskell-dual-tree.patch')
-rw-r--r--haskell-dual-tree.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/haskell-dual-tree.patch b/haskell-dual-tree.patch
new file mode 100644
index 000000000000..e52cc56a8c0b
--- /dev/null
+++ b/haskell-dual-tree.patch
@@ -0,0 +1,13 @@
+diff -ura dual-tree-0.2.2/dual-tree.cabal dual-tree-0.2.2.new/dual-tree.cabal
+--- dual-tree-0.2.2/dual-tree.cabal 2018-05-16 07:11:31.000000000 -0400
++++ dual-tree-0.2.2.new/dual-tree.cabal 2019-02-06 09:55:26.828425051 -0500
+@@ -40,8 +40,7 @@
+ default-language: Haskell2010
+ exposed-modules: Data.Tree.DUAL
+ Data.Tree.DUAL.Internal
+- build-depends: base >= 4.3 && < 4.12,
+- semigroups >= 0.8 && < 0.19,
++ build-depends: base >= 4.3,
+ newtype-generics >= 0.5 && < 0.6,
+ monoid-extras >= 0.2 && < 0.6
+ hs-source-dirs: src