diff --git a/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix b/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix
index 74920ea7b09..84e7f6147a7 100644
--- a/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix
+++ b/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix
@@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
   testDepends = [
     QuickCheck testFramework testFrameworkQuickcheck2 text
   ];
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/bos/attoparsec";
     description = "Fast combinator parsing for bytestrings and text";