summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-28 15:52:04 +0000
committerPeter Simons <simons@cryp.to>2019-08-28 15:52:04 +0000
commit38a581902eb795da6bd5b2b49faac32f75e8882b (patch)
treee0293e66bb237b4cb2d9f7615979b62dd22cc8eb /pkgs
parent995d0782f523bab0ed4e83fed84c74fedcddbe0d (diff)
downloadnixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.tar
nixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.tar.gz
nixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.tar.bz2
nixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.tar.lz
nixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.tar.xz
nixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.tar.zst
nixpkgs-38a581902eb795da6bd5b2b49faac32f75e8882b.zip
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/222d2ffb871617615c537b4f6fefcefc3d338e7a.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index a6fd9209005..eaa0f799f92 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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";