summaryrefslogtreecommitdiff
path: root/math/hs-pointed/files/patch-git_55eab0
blob: 3db41e66d335d69c3b36249d84648e191947d998 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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