-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Milestone
Description
I have a package in the subdirectory 'original/'. A compiler warning mentions a file in that package, Mechanism.hs. However, it's listed as "src/Mechanism.hs", not "original/src/Mechanism.hs":
b@fuzzbomb $ stack test --pedantic
Snowdrift-0.1.4: build
Preprocessing library Snowdrift-0.1.4...
[ 61 of 110] Compiling Mechanism ( src/Mechanism.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.4.0/build/Mechanism.o )
src/Mechanism.hs:113:1: Warning:
Top-level binding with no type signature:
potentialPledge :: forall (m :: * -> *).
(MonadResource m, MonadBaseControl IO m, MonadLogger m) =>
Key Fixme.User
-> ProjectId
-> Control.Monad.Trans.Reader.ReaderT
SqlBackend m (Maybe (Entity Pledge), [Int64], [Int64])
<snip>...
b@fuzzbomb $ find . -name 'Mechanism.hs'
./original/src/Mechanism.hs