forked from mirrors/nixpkgs
haskell-profunctors: update to version 3.3
This commit is contained in:
parent
9a081207cf
commit
67d7dee6ee
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "profunctors";
|
pname = "profunctors";
|
||||||
version = "3.2";
|
version = "3.3";
|
||||||
sha256 = "0c7242pk5hfz67cwjy0l7skqyz20akw9j2w7cb8iggcbbb27bgyc";
|
sha256 = "0cvar0qr2yf0lmqwhiy2ibajiq9cmqy2ikwn8l5mdxxh5q5rwgjj";
|
||||||
buildDepends = [ comonad tagged ];
|
buildDepends = [ comonad tagged ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/profunctors/";
|
homepage = "http://github.com/ekmett/profunctors/";
|
||||||
|
|
Loading…
Reference in a new issue