From 82ae63e8667264d100d641e2e30a8fe15f993468 Mon Sep 17 00:00:00 2001 From: Ilya Portnov Date: Thu, 21 Jun 2012 22:54:07 +0600 Subject: [PATCH] cabal: bump data-default dependency to 0.5.0. --- hs-java.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hs-java.cabal b/hs-java.cabal index 98fc1d7..3cac519 100644 --- a/hs-java.cabal +++ b/hs-java.cabal @@ -42,8 +42,8 @@ library Build-Depends: base >= 3 && <= 5, containers, binary, mtl, directory, filepath, utf8-string, array, bytestring, data-binary-ieee754, binary-state, - control-monad-exception, data-default, MissingH, - LibZip, Glob, parsec >= 3 && <4 + control-monad-exception, data-default >= 0.5.0, + MissingH, LibZip, Glob, parsec >= 3 && <4 ghc-options: -fwarn-unused-imports -- 2.25.1