summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-24 19:43:29 +0200
committerPeter Simons <simons@cryp.to>2014-08-24 20:28:13 +0200
commit5af8b24cf28e959b7ec9cb2824f2f882ef72fe54 (patch)
tree1928fa56be26064d530a0ac79ad74a8f0a301c1c
parentadfb7f8daa036f4f2b126a5c980666fa54ef0528 (diff)
downloadnixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.tar
nixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.tar.gz
nixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.tar.bz2
nixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.tar.lz
nixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.tar.xz
nixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.tar.zst
nixpkgs-5af8b24cf28e959b7ec9cb2824f2f882ef72fe54.zip
haskell-twitter-conduit: mark package broken
Web/Twitter/Conduit/Api.hs:643:39:
    Ambiguous occurrence ‘UploadedMedia’
    It could refer to either ‘Web.Twitter.Types.UploadedMedia’,
                             imported from ‘Web.Twitter.Types’ at Web/Twitter/Conduit/Api.hs:136:1-24
                          or ‘Web.Twitter.Conduit.Types.UploadedMedia’,
                             imported from ‘Web.Twitter.Conduit.Types’ at Web/Twitter/Conduit/Api.hs:137:1-32
                             (and originally defined
                                at Web/Twitter/Conduit/Types.hs:(99,1)-(103,19))
-rw-r--r--pkgs/development/libraries/haskell/twitter-conduit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/twitter-conduit/default.nix b/pkgs/development/libraries/haskell/twitter-conduit/default.nix
index 5b0bf7cd408..0d576680044 100644
--- a/pkgs/development/libraries/haskell/twitter-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/twitter-conduit/default.nix
@@ -31,5 +31,7 @@ cabal.mkDerivation (self: {
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
     maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
+    hydraPlatforms = self.stdenv.lib.platforms.none;
+    broken = true;
   };
 })