mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
17 lines
483 B
Nix
17 lines
483 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, random }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "Yampa";
|
|
version = "0.9.5";
|
|
sha256 = "0r6fm2ccls7gbc5s0vbrzrqv6marnzlzc7zr4afkgfk9jsqfmqjh";
|
|
buildDepends = [ random ];
|
|
meta = {
|
|
homepage = "http://www.haskell.org/haskellwiki/Yampa";
|
|
description = "Library for programming hybrid systems";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|