about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-10 11:32:18 +0200
committerPeter Simons <simons@cryp.to>2019-08-11 20:48:09 +0200
commit82feb71d0f51de14b80af8936cc3c1d9c41d9a5b (patch)
treee2fbfc82e19a40c93d35a554400b64bb72a256b0 /pkgs/development
parent7ae07cfcb47aefd6dfd9bd0c478fd0751b47d183 (diff)
downloadnixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.tar
nixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.tar.gz
nixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.tar.bz2
nixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.tar.lz
nixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.tar.xz
nixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.tar.zst
nixlib-82feb71d0f51de14b80af8936cc3c1d9c41d9a5b.zip
haskell-butcher: drop obsolete override
Diffstat (limited to 'pkgs/development')
-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 ae34afce5e80..61f6217804b9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1292,7 +1292,4 @@ self: super: {
   # The old LTS-13.x version does not compile.
   ip = self.ip_1_5_1;
 
-  # Needs deque >= 0.3, but latest version on stackage is 2.7
-  butcher = super.butcher.override { deque = self.deque_0_4_2_3; };
-
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super