haskellPackages.hlint: 3.2.7 -> 3.3

This commit is contained in:
Malte Brandy
2021-03-24 17:16:04 +01:00
parent 529ba0b483
commit 1e44519bce
3 changed files with 17 additions and 31 deletions
+3 -30
View File
@@ -89329,8 +89329,6 @@ self: {
executableHaskellDepends = [ base mtl optparse-applicative split ];
description = "A compiler for Fay, a Haskell subset that compiles to JavaScript";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-base" = callPackage
@@ -89343,8 +89341,6 @@ self: {
libraryHaskellDepends = [ base fay ];
description = "The base package for Fay";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-builder" = callPackage
@@ -89378,8 +89374,6 @@ self: {
libraryHaskellDepends = [ fay-base ];
description = "DOM FFI wrapper library for Fay";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-geoposition" = callPackage
@@ -89392,8 +89386,6 @@ self: {
libraryHaskellDepends = [ fay-base fay-text ];
description = "W3C compliant implementation of GeoPosition API";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-hsx" = callPackage
@@ -89420,8 +89412,6 @@ self: {
libraryHaskellDepends = [ fay-base fay-text ];
description = "jQuery bindings for Fay";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-ref" = callPackage
@@ -89434,8 +89424,6 @@ self: {
libraryHaskellDepends = [ fay-base ];
description = "Like IORef but for Fay";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-simplejson" = callPackage
@@ -89464,8 +89452,6 @@ self: {
libraryHaskellDepends = [ fay fay-base text ];
description = "Fay Text type represented as JavaScript strings";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-uri" = callPackage
@@ -89478,8 +89464,6 @@ self: {
libraryHaskellDepends = [ fay-base ];
description = "Persistent FFI bindings for using jsUri in Fay";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fay-websockets" = callPackage
@@ -89492,8 +89476,6 @@ self: {
libraryHaskellDepends = [ fay-base ];
description = "Websockets FFI library for Fay";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fb" = callPackage
@@ -103484,8 +103466,6 @@ self: {
];
description = "Declarative GTK+ programming in Haskell";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"gi-gtk-declarative-app-simple" = callPackage
@@ -103507,8 +103487,6 @@ self: {
];
description = "Declarative GTK+ programming in Haskell in the style of Pux";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"gi-gtk-hs" = callPackage
@@ -130078,7 +130056,7 @@ self: {
license = lib.licenses.mit;
}) {inherit (pkgs) libsass;};
"hlint" = callPackage
"hlint_3_2_7" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, file-embed
, filepath, filepattern, ghc, ghc-boot, ghc-boot-th
@@ -130101,9 +130079,10 @@ self: {
executableHaskellDepends = [ base ];
description = "Source code suggestions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hlint_3_3" = callPackage
"hlint" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
, containers, cpphs, data-default, directory, extra, file-embed
, filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex
@@ -130126,7 +130105,6 @@ self: {
executableHaskellDepends = [ base ];
description = "Source code suggestions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hlint-test" = callPackage
@@ -152667,7 +152645,6 @@ self: {
];
description = "Load JSON from files in a directory structure";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"json-encoder" = callPackage
@@ -158285,8 +158262,6 @@ self: {
];
description = "JavaScript parser and pretty-printer library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"language-ecmascript-analysis" = callPackage
@@ -158302,8 +158277,6 @@ self: {
];
description = "JavaScript static analysis library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"language-eiffel" = callPackage