tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix or disable broken Haskell builds.
Peter Simons
10 years ago
5602d609
a14264db
+5
2 changed files
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
configuration-hackage2nix.yaml
+2
pkgs/development/haskell-modules/configuration-common.nix
···
291
291
wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1
292
292
xkbcommon = dontCheck super.xkbcommon;
293
293
xmlgen = dontCheck super.xmlgen;
294
294
+
hapistrano = dontCheck super.hapistrano;
295
295
+
HerbiePlugin = dontCheck super.HerbiePlugin;
294
296
295
297
# These packages try to access the network.
296
298
amqp-conduit = dontCheck super.amqp-conduit;
+3
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
···
3685
3685
zsh-battery: [ i686-linux, x86_64-linux, x86_64-darwin ]
3686
3686
ztail: [ i686-linux, x86_64-linux, x86_64-darwin ]
3687
3687
Zwaluw: [ i686-linux, x86_64-linux, x86_64-darwin ]
3688
3688
+
cabal-debian: [ i686-linux, x86_64-linux, x86_64-darwin ]
3689
3689
+
HPi: [ i686-linux, x86_64-linux, x86_64-darwin ]
3690
3690
+
servant-examples: [ i686-linux, x86_64-linux, x86_64-darwin ]