haskell-rest-types: version bump
This commit is contained in:
parent
233cc55dc4
commit
c2f216b8e1
@ -6,13 +6,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rest-types";
|
pname = "rest-types";
|
||||||
version = "1.11.1.1";
|
version = "1.12";
|
||||||
sha256 = "0xr9h1bivw3miyg4xill0jwn95lybsbqgrnw2323pwxlbbnaa25a";
|
sha256 = "0is0kzpr7w1bfw32ybkqwj8g4fyx5ii983hbrqas9gbrkgc0hxv6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson genericAeson hxt jsonSchema mtl regular regularXmlpickler
|
aeson genericAeson hxt jsonSchema mtl regular regularXmlpickler
|
||||||
restStringmap text uuid
|
restStringmap text uuid
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Silk Rest Framework Types";
|
description = "Silk Rest Framework Types";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user