mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-rest-types: version bump
This commit is contained in:
parent
233cc55dc4
commit
c2f216b8e1
1 changed files with 2 additions and 3 deletions
|
@ -6,13 +6,12 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "rest-types";
|
||||
version = "1.11.1.1";
|
||||
sha256 = "0xr9h1bivw3miyg4xill0jwn95lybsbqgrnw2323pwxlbbnaa25a";
|
||||
version = "1.12";
|
||||
sha256 = "0is0kzpr7w1bfw32ybkqwj8g4fyx5ii983hbrqas9gbrkgc0hxv6";
|
||||
buildDepends = [
|
||||
aeson genericAeson hxt jsonSchema mtl regular regularXmlpickler
|
||||
restStringmap text uuid
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Silk Rest Framework Types";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue