haskell-rest-core: version bump

This commit is contained in:
Joachim Fasting 2015-02-18 06:50:09 +00:00
parent b3bacd4d0c
commit 233cc55dc4
1 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "rest-core"; pname = "rest-core";
version = "0.33.1.2"; version = "0.34.0.3";
sha256 = "0axl6d28agyzklrnl264413a8hpfi7ih296i453r6fg4c63ma5h4"; sha256 = "0jcbnzw0hxq1f7f0frsji3ybdlapmps8dv19ni6rq0bvmiip2i19";
buildDepends = [ buildDepends = [
aeson aesonUtils either errors fclabels hxt hxtPickleUtils aeson aesonUtils either errors fclabels hxt hxtPickleUtils
jsonSchema mtl multipart random restStringmap restTypes safe split jsonSchema mtl multipart random restStringmap restTypes safe split
@ -18,7 +18,6 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
HUnit mtl testFramework testFrameworkHunit unorderedContainers HUnit mtl testFramework testFrameworkHunit unorderedContainers
]; ];
jailbreak = true;
meta = { meta = {
description = "Rest API library"; description = "Rest API library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;