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 { cabal, aeson, httpTypes, scotty, servant, servantResponse, text
, transformers , transformers
@ -6,14 +7,15 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "servant-scotty"; pname = "servant-scotty";
version = "0.1"; version = "0.1.1";
sha256 = "0nl4ghx4hp1329sgnphirnnikxyn5hgw0iz5dga5ib16bmkzbsvi"; sha256 = "0d3yc7aa2p1izizqnj81iscj9hbgbkpyav1ncmxzkr48svr6h783";
buildDepends = [ buildDepends = [
aeson httpTypes scotty servant servantResponse text transformers aeson httpTypes scotty servant servantResponse text transformers
]; ];
meta = { meta = {
homepage = "http://github.com/zalora/servant"; 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; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
}; };