mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskellPackages.digestiveFunctorsAeson: Update to 1.1.12.1
This commit is contained in:
parent
b89c06722f
commit
75eb9bccb8
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "digestive-functors-aeson";
|
pname = "digestive-functors-aeson";
|
||||||
version = "1.1.11";
|
version = "1.1.12.1";
|
||||||
sha256 = "0jf62ssyc317x070xkjdnfbb2g8mb19a83hig08j95vyqwjgk4vg";
|
sha256 = "1jwrlmavwjq3bf8ylazi91mwl47n5pdh3lipv4p7v0gq45dm3hg9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson digestiveFunctors lens lensAeson safe text vector
|
aeson digestiveFunctors lens lensAeson safe text vector
|
||||||
];
|
];
|
||||||
@ -20,6 +20,5 @@ cabal.mkDerivation (self: {
|
|||||||
license = self.stdenv.lib.licenses.gpl3;
|
license = self.stdenv.lib.licenses.gpl3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user