hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
222d2ffb87
.
This commit is contained in:
parent
995d0782f5
commit
38a581902e
@ -1511,8 +1511,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "BiobaseBlast";
|
pname = "BiobaseBlast";
|
||||||
version = "0.3.0.0";
|
version = "0.3.1.0";
|
||||||
sha256 = "1p6ammx4fw5a9bvw503g46smmw5rx4rrpvlf8lmw7c73aczm9ga1";
|
sha256 = "153bxf221jga58ibxgd660465klbqj49qr3rk6ni77v7sb4qgrg0";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson attoparsec base binary BiobaseENA BiobaseTypes BiobaseXNA
|
aeson attoparsec base binary BiobaseENA BiobaseTypes BiobaseXNA
|
||||||
bytestring cereal containers deepseq directory file-embed lens
|
bytestring cereal containers deepseq directory file-embed lens
|
||||||
@ -41675,6 +41675,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Factory for quickly building a microservice";
|
description = "Factory for quickly building a microservice";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"boots-web" = callPackage
|
"boots-web" = callPackage
|
||||||
@ -41695,6 +41697,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Factory for quickly building a web application";
|
description = "Factory for quickly building a web application";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"bootstrap-types" = callPackage
|
"bootstrap-types" = callPackage
|
||||||
@ -89328,8 +89332,8 @@ self: {
|
|||||||
({ mkDerivation, base, HUnit, template-haskell, th-abstraction }:
|
({ mkDerivation, base, HUnit, template-haskell, th-abstraction }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "generic-constraints";
|
pname = "generic-constraints";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
sha256 = "1f7d1z8l68f89p1kfiylwv3qb6n2x7njni4rhlxk9vvyllxgnqcb";
|
sha256 = "0ifia4yw495ikkvjn70c386z3w40vyl2wracmcij025yc9bz4w9q";
|
||||||
libraryHaskellDepends = [ base template-haskell th-abstraction ];
|
libraryHaskellDepends = [ base template-haskell th-abstraction ];
|
||||||
testHaskellDepends = [ base HUnit ];
|
testHaskellDepends = [ base HUnit ];
|
||||||
description = "Constraints via Generic";
|
description = "Constraints via Generic";
|
||||||
|
Loading…
Reference in New Issue
Block a user