haskellPackages.purescript-cst: get building

main
(cdep)illabout 3 years ago
parent 068869dd03
commit ea8a637c66
  1. 7
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -976,6 +976,13 @@ self: super: {
# https://github.com/haskell/hoopl/issues/50
hoopl = dontCheck super.hoopl;
# The most recent version of purescript-cst (0.4.0.0) has version
# bounds for LTS-17, so we need to jailbreak it for LTS-18.
# doJailbreak can likely be removed when the next version of
# purescript-cst is released, since the version bounds have
# been updated for LTS-18.
purescript-cst = doJailbreak super.purescript-cst;
purescript =
let
purescriptWithOverrides = super.purescript.override {

@ -3917,7 +3917,6 @@ broken-packages:
- Pup-Events-Server
- pure-io
- pure-priority-queue
- purescript-cst
- pure-zlib
- pusher-haskell
- pusher-ws

@ -218564,8 +218564,6 @@ self: {
libraryToolDepends = [ happy ];
description = "PureScript Programming Language Concrete Syntax Tree";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"purescript-iso" = callPackage

Loading…
Cancel
Save