mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-lens-aeson: update to version 1.0.0.1
This commit is contained in:
parent
cf5d249440
commit
8b0c1526f9
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lens-aeson";
|
||||
version = "1";
|
||||
sha256 = "0zpfpba97kr92lzrmdfk08f3cl42alhx0d73w8sbbwxnnvv4489r";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "1gkplcvi570bd824q4zswi1ajb3730b7qng48g1zpjskvikn32qn";
|
||||
buildDepends = [
|
||||
aeson attoparsec lens scientific text unorderedContainers vector
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue