diff options
Diffstat (limited to 'math/hs-pointed/files/patch-git_55eab0')
-rw-r--r-- | math/hs-pointed/files/patch-git_55eab0 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/hs-pointed/files/patch-git_55eab0 b/math/hs-pointed/files/patch-git_55eab0 new file mode 100644 index 000000000000..3db41e66d335 --- /dev/null +++ b/math/hs-pointed/files/patch-git_55eab0 @@ -0,0 +1,22 @@ +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 |