From 5c8eb2af528bd82c327d2c22fd1412a1900d6bbe Mon Sep 17 00:00:00 2001 From: Paul van der Walt Date: Fri, 17 Jun 2016 13:31:22 +0200 Subject: Loosen version restriction on data-default * hakyll.cabal (data-default): Allow data-default<0.8, since otherwise there's a version conflict when building with GHC8.0.1 and Cabal-1.24.0.0. --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 6cd0ccb..d19a1b2 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -150,7 +150,7 @@ Library cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, - data-default >= 0.4 && < 0.7, + data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.5, @@ -241,7 +241,7 @@ Test-suite hakyll-tests cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, - data-default >= 0.4 && < 0.7, + data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.5, -- cgit v1.2.3