summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recompTHpackage/README.md
blob: 8253a75272b6222be726787b12c603e107e4ae03 (plain)
1
2
3
4
5
6
7
8
9
Modifying the definition of `p` in `Lib.hs` does not cause `q` to be recompiled.

```
> cabal new-run q
0
-- Change p = [| 1 |]
> cabal new-run q
-- BUG: Should be 1
0