about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authormrkun <mrgutkun@gmail.com>2021-11-20 01:50:07 +0300
committermrkun <mrgutkun@gmail.com>2021-11-20 02:13:42 +0300
commit4df9292e9bb623972509a6595bf202632d905dc7 (patch)
treef87d92a37fd6b0960cceabf7e8c28cb075e1b725 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent91ec4e2897ccab3dc05512162604cdac5f7d9d38 (diff)
downloadnixlib-4df9292e9bb623972509a6595bf202632d905dc7.tar
nixlib-4df9292e9bb623972509a6595bf202632d905dc7.tar.gz
nixlib-4df9292e9bb623972509a6595bf202632d905dc7.tar.bz2
nixlib-4df9292e9bb623972509a6595bf202632d905dc7.tar.lz
nixlib-4df9292e9bb623972509a6595bf202632d905dc7.tar.xz
nixlib-4df9292e9bb623972509a6595bf202632d905dc7.tar.zst
nixlib-4df9292e9bb623972509a6595bf202632d905dc7.zip
haskellPackages.mime-string: disable optimization for older compilers
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index db7ae186b80f..a27a7c522098 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -129,4 +129,6 @@ self: super: {
   vector = dontCheck super.vector;
 
   ghc-api-compat = doDistribute super.ghc-api-compat_8_6;
+
+  mime-string = disableOptimization super.mime-string;
 }