17 lines
557 B
Nix
17 lines
557 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, extensibleExceptions, network }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hspread";
|
|
version = "0.3.3";
|
|
sha256 = "6e8a9ecc1a6b1cc767aa188e2f4c04b77b321fd14000cac8f71dd6a7b82afbfc";
|
|
buildDepends = [ binary extensibleExceptions network ];
|
|
meta = {
|
|
description = "A client library for the spread toolkit";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|