about summary refs log tree commit diff
diff options
context:
space:
mode:
authortomberek <tomberek@gmail.com>2014-07-04 12:16:12 -0400
committertomberek <tomberek@gmail.com>2014-07-04 12:16:12 -0400
commitce5c883ecfad7b837c16c6da0c48902371c17fea (patch)
treea511337cce533e0a83fb00319f916cf22d3883c5
parent36426f2b49c9c709eba6363841c89674544502e4 (diff)
downloadnixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.tar
nixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.tar.gz
nixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.tar.bz2
nixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.tar.lz
nixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.tar.xz
nixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.tar.zst
nixlib-ce5c883ecfad7b837c16c6da0c48902371c17fea.zip
jailbreak haste-perch for base==4.6 req
-rw-r--r--pkgs/development/libraries/haskell/haste-perch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/haste-perch/default.nix b/pkgs/development/libraries/haskell/haste-perch/default.nix
index e9e1dfb6a259..3fb7f0499c03 100644
--- a/pkgs/development/libraries/haskell/haste-perch/default.nix
+++ b/pkgs/development/libraries/haskell/haste-perch/default.nix
@@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
   version = "0.1.0.0";
   sha256 = "0g2ijb0mzqs2iq4i47biaxbsg4v15w9ky6yyz6wmngwf06rg4iwj";
   buildDepends = [ hasteCompiler mtl ];
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/agocorona/haste-perch";
     description = "Create dynamic HTML in the browser using blaze-html-style notation with Haste";