summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-15 20:32:32 +0100
committerPeter Simons <simons@cryp.to>2015-02-15 22:35:28 +0100
commit5ab272bf1e6a271bec5151ad0ee75e8799a8c61f (patch)
treed0b2993cf9b7a44435b178df106b633fa9b83183 /pkgs/development/haskell-modules/configuration-common.nix
parentdccb2921ff927be6166cfccec10cab2b1cbe69bc (diff)
downloadnixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.tar
nixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.tar.gz
nixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.tar.bz2
nixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.tar.lz
nixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.tar.xz
nixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.tar.zst
nixpkgs-5ab272bf1e6a271bec5151ad0ee75e8799a8c61f.zip
Haskell packages wiring, ihaskell-parsec, and simple-conduit don't compile
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a3686d8b4e4..941a0ca36ea 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -497,6 +497,15 @@ self: super: {
   # https://github.com/gregwebs/haskell-heroku/issues/9
   heroku = dontCheck super.heroku;
 
+  # https://github.com/seanparsons/wiring/issues/1
+  wiring = markBrokenVersion super.wiring;
+
+  # https://github.com/gibiansky/IHaskell/issues/355
+  ihaskell-parsec = markBroken super.ihaskell-parsec;
+
+  # https://github.com/jwiegley/simple-conduit/issues/2
+  simple-conduit = markBroken super.simple-conduit;
+
 } // {
 
   # Not on Hackage.