about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-05 09:07:53 +0200
committerPeter Simons <simons@cryp.to>2017-09-06 10:17:46 +0200
commite1a67915f836e7e470dc8cf09b15a16164327397 (patch)
treea10967ad79648a7309484c6675deb50f5a5b56bc /pkgs/development/haskell-modules/configuration-common.nix
parentb2bff7e8aea61c5272d8a9a9062ecc1c3ca84ba4 (diff)
downloadnixlib-e1a67915f836e7e470dc8cf09b15a16164327397.tar
nixlib-e1a67915f836e7e470dc8cf09b15a16164327397.tar.gz
nixlib-e1a67915f836e7e470dc8cf09b15a16164327397.tar.bz2
nixlib-e1a67915f836e7e470dc8cf09b15a16164327397.tar.lz
nixlib-e1a67915f836e7e470dc8cf09b15a16164327397.tar.xz
nixlib-e1a67915f836e7e470dc8cf09b15a16164327397.tar.zst
nixlib-e1a67915f836e7e470dc8cf09b15a16164327397.zip
haskell-happy: use 1.19.7 version (despite lts-9) to fix test suite failure
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 25054d65e297..2db821d80ac8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -900,8 +900,4 @@ self: super: {
     sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
   });
 
-  # Has extra data files which are referred to from the binary output,
-  # creating a store reference cycle. Putting data in separate output
-  # solves the problem.
-  happy = overrideCabal super.happy (drv: { enableSeparateDataOutput = true; });
 }