Skip to content

Commit

Permalink
haskell: aeson-schema missing test suite
Browse files Browse the repository at this point in the history
For some reason the .tar.gz on hackage is missing most of the files for
the test suite.  I've opened an issue on
it (timjb/aeson-schema#9), but it's not yet
been acted on.  In the meantime, simply disabling the test suite seems
most sensible.

@peti, could you merge this?
  • Loading branch information
mdorman committed Mar 13, 2015
1 parent f72d1ab commit 5366377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ self: super: {
# Disable test suites to fix the build.
acme-year = dontCheck super.acme-year; # http://hydra.cryp.to/build/497858/log/raw
aeson-lens = dontCheck super.aeson-lens; # http://hydra.cryp.to/build/496769/log/raw
aeson-schema = dontCheck super.aeson-schema; # http://hydra.cryp.to/build/576244/nixlog/2/raw
apache-md5 = dontCheck super.apache-md5; # http://hydra.cryp.to/build/498709/nixlog/1/raw
app-settings = dontCheck super.app-settings; # http://hydra.cryp.to/build/497327/log/raw
aws = dontCheck super.aws; # needs aws credentials
Expand Down

0 comments on commit 5366377

Please sign in to comment.