From: Ilya Portnov Date: Thu, 21 Jun 2012 16:54:07 +0000 (+0600) Subject: cabal: bump data-default dependency to 0.5.0. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=commitdiff_plain;h=82ae63e8667264d100d641e2e30a8fe15f993468 cabal: bump data-default dependency to 0.5.0. --- 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