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