{ mkDerivation, base, containers, lib, mtl }: mkDerivation { pname = "tree-fun"; version = "0.8.1.0"; sha256 = "deadbeef"; libraryHaskellDepends = [ base containers mtl ]; description = "Library for functions pertaining to tree exploration and manipulation"; license = lib.licenses.gpl3Only; }