forked from Lainports/opnsense-ports
22 lines
645 B
Text
22 lines
645 B
Text
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
|