diff --git a/pkgs/development/libraries/haskell/objective/default.nix b/pkgs/development/libraries/haskell/objective/default.nix index 9ed48a45e92..4051efb42f7 100644 --- a/pkgs/development/libraries/haskell/objective/default.nix +++ b/pkgs/development/libraries/haskell/objective/default.nix @@ -1,12 +1,16 @@ # 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: { pname = "objective"; - version = "0.4"; - sha256 = "0zcls4b6i5b9yazy6d6fq2vpc6gbq16cqbycyc909bm7kkqzmb86"; - buildDepends = [ cleanUnions free transformers ]; + version = "0.6.1"; + sha256 = "1rnlh16r9kcrxffih6z8rprds9nxhlqksqba9wdgdkkwhrhq0ah6"; + buildDepends = [ + cleanUnions elevator minioperational profunctors transformers + ]; meta = { homepage = "https://github.com/fumieval/objective"; description = "Extensible objects";