summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recompPluginPackage/README.md
blob: 45d4b1d817473be8200ad415b1448f6b49054d88 (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
-- Prints 1.. used to print 0
1