[Git][ghc/ghc][wip/fix-cabal-reinstall] Fix cabal reinstall (#22344)
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Tue Nov 8 09:08:53 UTC 2022
Zubin pushed to branch wip/fix-cabal-reinstall at Glasgow Haskell Compiler / GHC
Commits:
dc08a3b1 by Zubin Duggal at 2022-11-08T14:38:46+05:30
Fix cabal reinstall (#22344)
As a result of filepath 1.4.100 acquiring new dependencies on bytestring and exceptions,
the bytestring, exceptions, mtl and transformers packages can no longer be reinstalled.
- - - - -
1 changed file:
- cabal.project-reinstall
Changes:
=====================================
cabal.project-reinstall
=====================================
@@ -5,13 +5,13 @@ packages: ./compiler
-- ./libraries/array
-- ./libraries/base
./libraries/binary
- ./libraries/bytestring
+ -- ./libraries/bytestring
./libraries/Cabal/Cabal
./libraries/Cabal/Cabal-syntax
./libraries/containers/containers/
-- ./libraries/deepseq/
./libraries/directory/
- ./libraries/exceptions/
+ -- ./libraries/exceptions/
-- ./libraries/filepath/
-- ./libraries/ghc-bignum/
./libraries/ghc-boot/
@@ -25,16 +25,16 @@ packages: ./compiler
./libraries/hpc
-- ./libraries/integer-gmp
./libraries/libiserv/
- ./libraries/mtl/
+ -- ./libraries/mtl/
./libraries/parsec/
-- ./libraries/pretty/
./libraries/process/
- ./libraries/stm
+ -- ./libraries/stm
-- ./libraries/template-haskell/
./libraries/terminfo/
./libraries/text
./libraries/time
- ./libraries/transformers/
+ -- ./libraries/transformers/
./libraries/unix/
./libraries/Win32/
./libraries/xhtml/
@@ -56,6 +56,11 @@ constraints: ghc +internal-interpreter +dynamic-system-linke +terminfo,
any.base installed,
any.deepseq installed,
any.filepath installed,
+ any.bytestring installed,
+ any.exceptions installed,
+ any.stm installed,
+ any.transformers installed,
+ any.mtl installed,
any.ghc-bignum installed,
any.ghc-boot-th installed,
any.integer-gmp installed,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dc08a3b1d27f4a32fee2ee7ed7030f87038663eb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dc08a3b1d27f4a32fee2ee7ed7030f87038663eb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221108/af096cea/attachment-0001.html>
More information about the ghc-commits
mailing list