From 60e400c113d243323f5cbc43e70e39ed065ff79b Mon Sep 17 00:00:00 2001 From: Jonathan Gilbert Date: Mon, 21 Jul 2014 16:06:37 +1000 Subject: [PATCH] fixed mime dependency to 0.3.x as 0.4 API differs --- flickr.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flickr.cabal b/flickr.cabal index e2e0e73..afefbab 100644 --- a/flickr.cabal +++ b/flickr.cabal @@ -1,5 +1,5 @@ name: flickr -version: 0.3.3 +version: 0.3.4 Synopsis: Haskell binding to the Flickr API Description: The flickr API binding lets you access flickr.com's @@ -63,7 +63,7 @@ library -- Extra-libraries: curl, xml, HTTP, network Ghc-Options: -Wall - build-depends: base >= 4, HTTP, network, xml, mime >= 0.3, random, utf8-string, filepath + build-depends: base >= 4, HTTP, network, xml, mime < 0.4 && >= 0.3, random, utf8-string, filepath executable showPublic { main-is: examples/ShowPublicPhotos.hs