[Git][ghc/ghc][wip/fix-cabal-reinstall] Fix cabal reinstall (#22344)
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Tue Nov 8 09:11:53 UTC 2022
Zubin pushed to branch wip/fix-cabal-reinstall at Glasgow Haskell Compiler / GHC
Commits:
b64f88cd by Zubin Duggal at 2022-11-08T14:41:19+05:30
Fix cabal reinstall (#22344)
Since filepath 1.4.100 template haskell no longer depends on filepath, so we can reinstall it.
- - - - -
1 changed file:
- cabal.project-reinstall
Changes:
=====================================
cabal.project-reinstall
=====================================
@@ -12,7 +12,7 @@ packages: ./compiler
-- ./libraries/deepseq/
./libraries/directory/
./libraries/exceptions/
- -- ./libraries/filepath/
+ ./libraries/filepath/
-- ./libraries/ghc-bignum/
./libraries/ghc-boot/
-- ./libraries/ghc-boot-th/
@@ -55,7 +55,6 @@ constraints: ghc +internal-interpreter +dynamic-system-linke +terminfo,
any.array installed,
any.base installed,
any.deepseq installed,
- any.filepath 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/b64f88cd0705b176f353fe1d3a84146cc8b52ec8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b64f88cd0705b176f353fe1d3a84146cc8b52ec8
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/2434ced7/attachment.html>
More information about the ghc-commits
mailing list