nixpkgs/pkgs/development/libraries/haskell/Hipmunk/default.nix

12 lines
232 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "Hipmunk";
version = "0.2.1";
sha256 = "6482f73367526fae215808098296c3e11e39c7466a441c5c475193a3ccccd4d9";
meta = {
description = "A Haskell binding for Chipmunk";
};
})