summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaralorn <malte.brandy@maralorn.de>2022-03-11 16:45:21 +0100
committerGitHub <noreply@github.com>2022-03-11 16:45:21 +0100
commit0975400071e33a293d5bdfcb9b429d77370879db (patch)
tree95f0d3629fdea03416686383eab57f7296f50dbf /pkgs
parentd45b423d13f0d8c0596bae77172447cf4ea8510d (diff)
parenta23d59e2ed6ec675090f90405219fa4a26ba9ab6 (diff)
downloadnixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.tar
nixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.tar.gz
nixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.tar.bz2
nixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.tar.lz
nixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.tar.xz
nixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.tar.zst
nixpkgs-0975400071e33a293d5bdfcb9b429d77370879db.zip
Merge pull request #163671 from Profpatsch/unicode-show-unbreak
haskellPackages.unicode-show: remove broken marker
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
2 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 6d217a6d138..b3cac2e3973 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -5199,7 +5199,6 @@ broken-packages:
   - unfix-binders
   - unfoldable
   - unicode-prelude
-  - unicode-show
   - unicode-symbols
   - unicode-tricks
   - uniform-fileio
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index f6db635805b..2e08662a9de 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -286292,8 +286292,6 @@ self: {
        testHaskellDepends = [ base hspec QuickCheck ];
        description = "print and show in unicode";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
-       broken = true;
      }) {};
 
   "unicode-symbols" = callPackage