GitXplorerGitXplorer
y

cabal-type-class-default-impl-rebuild

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7382ec9655d5ec98c06226fa515408363ae8d46e

Link to corresponding Cabal/GHC issues

yyeputons committed 6 years ago
Unverified
f5e7aff16da5538dc17ff821ae1b769a906f444d

README: add 'cd' to the steps list

yyeputons committed 6 years ago
Unverified
7dee417868cb13c075f9b42dd7558f3644de5914

Add initial example

yyeputons committed 6 years ago
Verified
054e1b4f21057f5324e7faecbc23d477eb8de46a

Initial commit

yyeputons committed 6 years ago

README

The README file for this repository.

How to reproduce

  1. git clone https://github.com/yeputons/cabal-type-class-default-impl-rebuild.git
  2. cd cabal-type-class-default-impl-rebuild
  3. cabal v1-test or cabal new-test
  4. Ensure that tests fail
  5. Update src/MyClass.hs by commenting the line with undefined and uncommenting the line with 10
  6. cabal v1-test or cabal new-test
  7. Ensure that tests still fail
  8. cabal v1-clean or cabal new-clean
  9. cabal v1-test or cabal new-test
  10. Ensure that tests now pass

See haskell/cabal#6045 and GHC Trac bug 15970