summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-17 23:18:04 +0200
committerPeter Simons <simons@cryp.to>2015-04-18 20:43:23 +0200
commit09fe56f2e5a7989904e5b6cc6a760ad1cca89d94 (patch)
tree4a3ccbdcd0db99b6025735d594ebb387c3beb7b5 /pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
parent2eb911bd4c0c1ece9c3f67103a5bd398582ba781 (diff)
downloadnixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.tar
nixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.tar.gz
nixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.tar.bz2
nixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.tar.lz
nixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.tar.xz
nixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.tar.zst
nixlib-09fe56f2e5a7989904e5b6cc6a760ad1cca89d94.zip
haskell-ng: switch default configuration to mtl 2.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
index 335800bd1fe1..622cea62abb2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
@@ -39,8 +39,6 @@ self: super: {
 
   # transformers is not a core library for this compiler.
   transformers = self.transformers_0_4_3_0;
-  mtl = self.mtl_2_2_1;
-  transformers-compat = disableCabalFlag super.transformers-compat "three";
 
   # https://github.com/haskell/cabal/issues/2322
   Cabal_1_22_2_0 = super.Cabal_1_22_2_0.override { binary = self.binary_0_7_4_0; process = self.process_1_2_3_0; };