use new Cabal test interface
Open
- Dominant language
- Haskell
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```
% cabal configure
...
Setup.hs:5:68:
Warning: In the use of `runTests'
(imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
Deprecated: "Please use the new testing interface instead!"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting Setup.hs and running cabal configure to reproduce the deprecation warning. Read Cabal's current testing interface documentation and compare it with the runTests' usage reported in the warning. Done means the project uses the new test interface and cabal configure no longer reports this deprecation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100