servant-scotty/default.nix: switch to version 0.1.1 which relaxes the bounds on the transformers package

This commit is contained in:
Alp Mestanogullari 2014-08-27 22:03:15 +02:00
parent 9dd3963b4d
commit a501db1b7e

View File

@ -1,4 +1,5 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
# This file was auto-generated by cabal2nix. Please do NOT edit
manually!
{ cabal, aeson, httpTypes, scotty, servant, servantResponse, text
, transformers
@ -6,14 +7,15 @@
cabal.mkDerivation (self: {
pname = "servant-scotty";
version = "0.1";
sha256 = "0nl4ghx4hp1329sgnphirnnikxyn5hgw0iz5dga5ib16bmkzbsvi";
version = "0.1.1";
sha256 = "0d3yc7aa2p1izizqnj81iscj9hbgbkpyav1ncmxzkr48svr6h783";
buildDepends = [
aeson httpTypes scotty servant servantResponse text transformers
];
meta = {
homepage = "http://github.com/zalora/servant";
description = "Generate a web service for servant 'Resource's using scotty and JSON";
description = "Generate a web service for servant 'Resource's
using scotty and JSON";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};