3
0
Fork 0
forked from mirrors/nixpkgs

haskell-objective: update to 0.6.1

This commit is contained in:
Mateusz Kowalczyk 2014-12-10 09:40:29 +00:00
parent 811cc55739
commit 4c3417df44

View file

@ -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";