diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-15 21:09:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-15 22:32:58 +0000 |
commit | 270d5721400d5226738ebc04d07842e02f27fa32 (patch) | |
tree | 3b2da346623ea8b67c22ca956b1473644b032114 /dev-haskell/cabal-install/files | |
parent | dev-haskell/hackage-security: bump up to 0.6.0.1 (diff) | |
download | gentoo-270d5721400d5226738ebc04d07842e02f27fa32.tar.gz gentoo-270d5721400d5226738ebc04d07842e02f27fa32.tar.bz2 gentoo-270d5721400d5226738ebc04d07842e02f27fa32.zip |
dev-haskell/cabal-install: bump up to 3.2.0.0
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cabal-install/files')
-rw-r--r-- | dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch b/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch new file mode 100644 index 000000000000..fa98278a277d --- /dev/null +++ b/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch @@ -0,0 +1,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 |