mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00: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: {
|
||||
pname = "digestive-functors-aeson";
|
||||
version = "1.1.11";
|
||||
sha256 = "0jf62ssyc317x070xkjdnfbb2g8mb19a83hig08j95vyqwjgk4vg";
|
||||
version = "1.1.12.1";
|
||||
sha256 = "1jwrlmavwjq3bf8ylazi91mwl47n5pdh3lipv4p7v0gq45dm3hg9";
|
||||
buildDepends = [
|
||||
aeson digestiveFunctors lens lensAeson safe text vector
|
||||
];
|
||||
@ -20,6 +20,5 @@ cabal.mkDerivation (self: {
|
||||
license = self.stdenv.lib.licenses.gpl3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user