mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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 {
|
||||
pname = "BiobaseBlast";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1p6ammx4fw5a9bvw503g46smmw5rx4rrpvlf8lmw7c73aczm9ga1";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "153bxf221jga58ibxgd660465klbqj49qr3rk6ni77v7sb4qgrg0";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base binary BiobaseENA BiobaseTypes BiobaseXNA
|
||||
bytestring cereal containers deepseq directory file-embed lens
|
||||
|
@ -41675,6 +41675,8 @@ self: {
|
|||
];
|
||||
description = "Factory for quickly building a microservice";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"boots-web" = callPackage
|
||||
|
@ -41695,6 +41697,8 @@ self: {
|
|||
];
|
||||
description = "Factory for quickly building a web application";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"bootstrap-types" = callPackage
|
||||
|
@ -89328,8 +89332,8 @@ self: {
|
|||
({ mkDerivation, base, HUnit, template-haskell, th-abstraction }:
|
||||
mkDerivation {
|
||||
pname = "generic-constraints";
|
||||
version = "1.1.0";
|
||||
sha256 = "1f7d1z8l68f89p1kfiylwv3qb6n2x7njni4rhlxk9vvyllxgnqcb";
|
||||
version = "1.1.1";
|
||||
sha256 = "0ifia4yw495ikkvjn70c386z3w40vyl2wracmcij025yc9bz4w9q";
|
||||
libraryHaskellDepends = [ base template-haskell th-abstraction ];
|
||||
testHaskellDepends = [ base HUnit ];
|
||||
description = "Constraints via Generic";
|
||||
|
|
Loading…
Reference in a new issue