mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-folds: update to version 0.6.2
This commit is contained in:
parent
95199088ed
commit
cadf6e1622
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "folds";
|
||||
version = "0.6.1";
|
||||
sha256 = "13p4kyr48g917ib87n14qpqaka6isp73cwy7mvvsqgprj1fghyj1";
|
||||
version = "0.6.2";
|
||||
sha256 = "13zdmf7szdy9ka5dw0vgzbfmndm7w8fz7ryz5h2z5hsqg9am2qqa";
|
||||
buildDepends = [
|
||||
comonad contravariant lens pointed profunctors reflection
|
||||
semigroupoids tagged transformers vector
|
||||
|
|
Loading…
Reference in a new issue