summary refs log tree commit diff
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-02 18:46:41 +0300
committerKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-04 13:28:26 +0300
commit4d2b957b8b5618375f03ecff3026183cd2ac3433 (patch)
tree80054b17be1e54210968dc8f43de8d9e31344f2d
parent6d18c0555146ae1d4d7cbdc3a1e7c6e9c98d3137 (diff)
downloadnixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.tar
nixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.tar.gz
nixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.tar.bz2
nixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.tar.lz
nixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.tar.xz
nixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.tar.zst
nixpkgs-4d2b957b8b5618375f03ecff3026183cd2ac3433.zip
ghc8 | config: diagrams: jailbreak (doesn't make them build, issue filed)
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index 03ff30d464f..8b0e66e5b79 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -78,4 +78,8 @@ self: super: {
 
   authenticate-oauth = doJailbreak super.authenticate-oauth;
 
+  diagrams-core  = doJailbreak super.diagrams-core;
+
+  diagrams-lib   = doJailbreak super.diagrams-lib;
+
 }