about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsorki <srk@48.io>2024-01-06 18:19:37 +0100
committersorki <srk@48.io>2024-01-06 18:19:37 +0100
commit2eedc0b6da9540b2bcda3c7bb09326f06509c302 (patch)
tree3368ee66706ee6fda52b3cae62a7e1945d43b767 /pkgs/development/haskell-modules
parentdd6da16d9540a39948ad92609bf92b16a8085c69 (diff)
downloadnixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.tar
nixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.tar.gz
nixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.tar.bz2
nixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.tar.lz
nixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.tar.xz
nixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.tar.zst
nixlib-2eedc0b6da9540b2bcda3c7bb09326f06509c302.zip
haskellPackages: update transitive-broken.yaml
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml5
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix5
2 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index cc084eb63cfd..f1398fa7113e 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -1983,7 +1983,6 @@ dont-distribute-packages:
  - hcg-minus-cairo
  - hcheat
  - hcheckers
- - hcount
  - hcube
  - hdbi
  - hdbi-conduit
@@ -2161,6 +2160,7 @@ dont-distribute-packages:
  - hslogstash
  - hsparql
  - hspec-expectations-pretty
+ - hspec-formatter-github
  - hspec-pg-transact
  - hspec-setup
  - hspec-shouldbe
@@ -2242,6 +2242,7 @@ dont-distribute-packages:
  - hyena
  - hylotab
  - hyloutils
+ - hyperbole
  - hyperpublic
  - i
  - iException
@@ -3596,12 +3597,10 @@ dont-distribute-packages:
  - silvi
  - simgi
  - simple-c-value
- - simple-cairo
  - simple-firewire
  - simple-log-syslog
  - simple-logging
  - simple-nix
- - simple-pango
  - simple-pascal
  - simple-postgresql-orm
  - simpleirc-lens
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 237a848bf938..3b7a1a38a90b 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -141920,7 +141920,6 @@ self: {
        ];
        description = "Haskell name counts";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
        mainProgram = "hcount";
      }) {};
 
@@ -158870,6 +158869,7 @@ self: {
        testHaskellDepends = [ base hspec hspec-api hspec-core ];
        description = "A Formatter for hspec that provides Github Actions Annotations";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "hspec-golden_0_1_0_3" = callPackage
@@ -166056,6 +166056,7 @@ self: {
        ];
        description = "Web Framework inspired by HTMX";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "example";
      }) {};
 
@@ -273644,7 +273645,6 @@ self: {
        ];
        description = "Binding to Cairo library";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
      }) {inherit (pkgs) cairo;};
 
   "simple-cmd" = callPackage
@@ -274132,7 +274132,6 @@ self: {
        ];
        description = "Binding to Pango library";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
      }) {inherit (pkgs) pango;};
 
   "simple-parser" = callPackage