about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/Hipmunk/default.nix
blob: 8b965858f7993314cae1ccbaf6acb7cc3f305d4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

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