summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-22 14:16:57 +0200
committerPeter Simons <simons@cryp.to>2018-10-25 11:12:38 +0200
commitcfbf9cbf39d48c60b5af97cabe2b56a60a9204cc (patch)
treeec714bf180c0e6c3f457f4245efd3d6fe142f0f4 /pkgs/development/haskell-modules
parentc66c169f8150d6c8ed5c5c2993c7de197b7ec48a (diff)
downloadnixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.tar
nixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.tar.gz
nixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.tar.bz2
nixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.tar.lz
nixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.tar.xz
nixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.tar.zst
nixlib-cfbf9cbf39d48c60b5af97cabe2b56a60a9204cc.zip
haskell-yesod-core: drop obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2cb95a397c6b..33f498d922b0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1147,9 +1147,6 @@ self: super: {
 
   arbtt = doJailbreak super.arbtt;
 
-  # https://github.com/yesodweb/yesod/issues/1563
-  yesod-core = self.yesod-core_1_6_8_1;
-
   # https://github.com/danfran/cabal-macosx/issues/13
   cabal-macosx = dontCheck super.cabal-macosx;