mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
haskell-js-flot: add version 0.8.3
This commit is contained in:
parent
142c9d76d8
commit
9ec0ff9002
16
pkgs/development/libraries/haskell/js-flot/default.nix
Normal file
16
pkgs/development/libraries/haskell/js-flot/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, HTTP }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "js-flot";
|
||||
version = "0.8.3";
|
||||
sha256 = "0yjyzqh3qzhy5h3nql1fckw0gcfb0f4wj9pm85nafpfqp2kg58hv";
|
||||
testDepends = [ HTTP ];
|
||||
meta = {
|
||||
homepage = "https://github.com/ndmitchell/js-flot#readme";
|
||||
description = "Obtain minified flot code";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -1424,6 +1424,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
jpeg = callPackage ../development/libraries/haskell/jpeg {};
|
||||
|
||||
jsFlot = callPackage ../development/libraries/haskell/js-flot {};
|
||||
|
||||
json = callPackage ../development/libraries/haskell/json {};
|
||||
|
||||
jsonAssertions = callPackage ../development/libraries/haskell/json-assertions {};
|
||||
|
|
Loading…
Reference in a new issue