summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-01-07 19:47:13 +0100
committerGitHub <noreply@github.com>2018-01-07 19:47:13 +0100
commit066ec6a149550b2076b6e6245f371d2c9974ffc6 (patch)
tree9cac3f0d0b88fd579ee8b5fd9fb8c9d9b69c0d54
parent3619a08f58333c83d013c741a04a5e49754d0d06 (diff)
parent80913e7471190de61d027f4a0b60515f5c836368 (diff)
downloadnixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.tar
nixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.tar.gz
nixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.tar.bz2
nixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.tar.lz
nixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.tar.xz
nixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.tar.zst
nixpkgs-066ec6a149550b2076b6e6245f371d2c9974ffc6.zip
Merge pull request #33564 from mpickering/issue-33355
Add ansi-terminal < 0.7 to hackage2nix.yaml config
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 56e79f86d7f..c87692ba1c0 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2668,6 +2668,7 @@ default-package-overrides:
 extra-packages:
   - aeson < 0.8                         # newer versions don't work with GHC 7.6.x or earlier
   - aeson-pretty < 0.8                  # required by elm compiler
+  - ansi-terminal < 0.7                 # required by purescript compiler
   - apply-refact < 0.4                  # newer versions don't work with GHC 8.0.x
   - binary > 0.7 && < 0.8               # keep a 7.x major release around for older compilers
   - binary > 0.8 && < 0.9               # keep a 8.x major release around for older compilers