summaryrefslogtreecommitdiff
path: root/math/hs-pointed/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-pointed/files')
-rw-r--r--math/hs-pointed/files/patch-git_55eab022
-rw-r--r--math/hs-pointed/files/patch-pointed.cabal19
2 files changed, 19 insertions, 22 deletions
diff --git a/math/hs-pointed/files/patch-git_55eab0 b/math/hs-pointed/files/patch-git_55eab0
deleted file mode 100644
index 3db41e66d335..000000000000
--- a/math/hs-pointed/files/patch-git_55eab0
+++ /dev/null
@@ -1,22 +0,0 @@
-From 55eab00abddefc8b0d9bb2b8c40940e8dfbb0391 Mon Sep 17 00:00:00 2001
-From: Oleg Grenrus <oleg.grenrus@iki.fi>
-Date: Sun, 29 May 2016 17:40:00 +0300
-Subject: [PATCH] Allow data-default-class-0.1.0
-
----
- pointed.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pointed.cabal b/pointed.cabal
-index 96abe75..9ec3f14 100644
---- pointed.cabal
-+++ pointed.cabal
-@@ -61,7 +61,7 @@ flag unordered-containers
-
- library
- build-depends: base >= 4 && < 5,
-- data-default-class >= 0.0.1 && < 0.1
-+ data-default-class >= 0.0.1 && < 0.2
-
- if flag(comonad)
- build-depends: comonad >= 5 && < 6
diff --git a/math/hs-pointed/files/patch-pointed.cabal b/math/hs-pointed/files/patch-pointed.cabal
new file mode 100644
index 000000000000..3720a03b55c8
--- /dev/null
+++ b/math/hs-pointed/files/patch-pointed.cabal
@@ -0,0 +1,19 @@
+--- pointed.cabal.orig 2018-01-22 16:20:10 UTC
++++ pointed.cabal
+@@ -80,7 +80,6 @@ library
+ build-depends: comonad >= 5 && < 6
+
+ if flag(containers)
+- build-depends: containers >= 0.4 && < 0.6
+
+ if flag(kan-extensions)
+ build-depends: kan-extensions >= 5 && < 6
+@@ -92,7 +91,7 @@ library
+ build-depends: semigroups >= 0.8.3.1 && < 1
+
+ if flag(stm)
+- build-depends: stm >= 2.1.2.1 && < 2.5
++ build-depends: stm >= 2.1.2.1 && < 2.6
+
+ if flag(tagged)
+ build-depends: tagged >= 0.5 && < 1