summarylogtreecommitdiffstats
path: root/haskell-hmatrix-semigroups.patch
diff options
context:
space:
mode:
authorJaron Kent-Dobias2019-01-28 20:04:59 -0500
committerJaron Kent-Dobias2019-01-28 20:12:27 -0500
commit039ed47f1ecd9d93d2c0403157425fda64fdcf61 (patch)
tree36236ec8e1d80c9a02ed1c7efaa88ee70be676b9 /haskell-hmatrix-semigroups.patch
parent6d51db7fcc80926d93e018b95c2596e7f878c268 (diff)
downloadaur-039ed47f1ecd9d93d2c0403157425fda64fdcf61.tar.gz
upgraded to 0.19.0.0, removed dependency on semigroups which is now provided by Prelude
Diffstat (limited to 'haskell-hmatrix-semigroups.patch')
-rw-r--r--haskell-hmatrix-semigroups.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell-hmatrix-semigroups.patch b/haskell-hmatrix-semigroups.patch
new file mode 100644
index 000000000000..936022a5dbe2
--- /dev/null
+++ b/haskell-hmatrix-semigroups.patch
@@ -0,0 +1,11 @@
+diff -ura hmatrix-0.19.0.0.old/hmatrix.cabal hmatrix-0.19.0.0.new/hmatrix.cabal
+--- hmatrix-0.19.0.0.old/hmatrix.cabal 2018-04-22 06:23:58.000000000 -0400
++++ hmatrix-0.19.0.0.new/hmatrix.cabal 2019-01-28 19:59:35.385624665 -0500
+@@ -46,7 +46,6 @@
+ split,
+ bytestring,
+ storable-complex,
+- semigroups,
+ vector >= 0.8
+
+ hs-source-dirs: src