summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail19.bkp
blob: 9a3f2611a918a261c21af866d038e44c4446056d (plain)
1
2
3
4
5
unit p where
    signature ShouldFail(module ShouldFail, newSTRef) where
        import Data.STRef.Lazy(newSTRef)
unit q where
    dependency p[ShouldFail=base:Data.STRef]