forked from mirrors/nixpkgs
haskell-objective: update to 0.6.1
This commit is contained in:
parent
811cc55739
commit
4c3417df44
1 changed files with 8 additions and 4 deletions
|
@ -1,12 +1,16 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, cleanUnions, free, transformers }:
|
{ cabal, cleanUnions, elevator, minioperational, profunctors
|
||||||
|
, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "objective";
|
pname = "objective";
|
||||||
version = "0.4";
|
version = "0.6.1";
|
||||||
sha256 = "0zcls4b6i5b9yazy6d6fq2vpc6gbq16cqbycyc909bm7kkqzmb86";
|
sha256 = "1rnlh16r9kcrxffih6z8rprds9nxhlqksqba9wdgdkkwhrhq0ah6";
|
||||||
buildDepends = [ cleanUnions free transformers ];
|
buildDepends = [
|
||||||
|
cleanUnions elevator minioperational profunctors transformers
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fumieval/objective";
|
homepage = "https://github.com/fumieval/objective";
|
||||||
description = "Extensible objects";
|
description = "Extensible objects";
|
||||||
|
|
Loading…
Add table
Reference in a new issue