Summary: | dev-haskell/lens-4.19.1 - src/.../TH.hs: error: | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo's Haskell Language team <haskell> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-haskell:lens-4.19.1:20210630-185821.log emerge-history.txt environment etc.portage.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 720402 [details]
emerge-info.txt
Created attachment 720405 [details]
dev-haskell:lens-4.19.1:20210630-185821.log
Created attachment 720408 [details]
emerge-history.txt
Created attachment 720411 [details]
environment
Created attachment 720414 [details]
etc.portage.tar.bz2
Created attachment 720417 [details]
temp.tar.bz2
`inlineSpecNoPhase` was recently removed from `template-haskell`. It's caused by --flags=old-inline-pragmas: src/Control/Lens/Internal/TH.hs:229:49: error: Variable not in scope: inlineSpecNoPhase :: Inline -> Bool -> Inline | 229 | inlinePragma methodName = [pragInlD methodName (inlineSpecNoPhase Inline False)] | ^^^^^^^^^^^^^^^^^ We should neve enable it manually. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e5a1d41b2dc2738b1f38a73a79a523b4844ada commit a0e5a1d41b2dc2738b1f38a73a79a523b4844ada Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2021-07-25 08:12:22 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2021-07-25 08:13:07 +0000 dev-haskell/lens: bump up to 4.19.2 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/799386 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-haskell/lens/Manifest | 2 + dev-haskell/lens/lens-4.19.2-r2.ebuild | 88 ++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) |