summaryrefslogtreecommitdiff
path: root/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch
blob: fa98278a277d15c5ba4cded05650fe8d58f0e3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/Distribution/Client/Sandbox.hs b/Distribution/Client/Sandbox.hs
index 66b415d..6aa71bb 100644
--- a/Distribution/Client/Sandbox.hs
+++ b/Distribution/Client/Sandbox.hs
@@ -1,5 +1,6 @@
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE FlexibleContexts #-}
+{-# LANGUAGE RankNTypes #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Distribution.Client.Sandbox