Skip to content

Commit

Permalink
ghcjs: Disable attoparsec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Sep 5, 2019
1 parent 4062316 commit d707f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions haskell-overlays/text-jsstring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ self: super: {
self.ghcjs-prim
];
});
attoparsec = self.callCabal2nix "attoparsec" (hackGet ./dep/attoparsec) {};
attoparsec = dontCheck (self.callCabal2nix "attoparsec" (hackGet ./dep/attoparsec) {});
buffer-builder = overrideCabal super.buffer-builder (drv: {
doCheck = false;
src = fetchFromGitHub {
Expand Down Expand Up @@ -60,7 +60,6 @@ self: super: {
self.ghcjs-base
];
});
# Tests are disabled because of an issue with floating-point precision
aeson = self.callPackage (hackGet ./dep/aeson) {};
text-show = appendPatch super.text-show ./text-show.patch;
}

0 comments on commit d707f10

Please sign in to comment.