File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/shell-for-setup-deps Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 342
342
# Converts from a `compoent.depends` value to a library derivation.
343
343
# In the case of sublibs the `depends` value should already be the derivation.
344
344
dependToLib = d :
345
- # Do simplify this to `d.components.library or d`, as that
345
+ # Do not simplify this to `d.components.library or d`, as that
346
346
# will not give a good error message if the `.library`
347
347
# is missing (happens if the package is unplanned,
348
348
# but has overrides).
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ in recurseIntoAttrs ({
44
44
cp ${ ./pkg/src } /*.hs .
45
45
46
46
printf "checking that the shell env has the dependencies...\n" >& 2
47
- ${ env . ghc } /bin/${ env . ghc . targetPrefix } ghc-pkg list
47
+ ${ env . ghc } /bin/${ env . ghc . targetPrefix } ghc-pkg list -v
48
+ ${ env . ghc } /bin/${ env . ghc . targetPrefix } ghc-pkg check
48
49
${ env . ghc } /bin/${ env . ghc . targetPrefix } runghc conduit-test.hs
49
50
50
51
touch $out
You can’t perform that action at this time.
0 commit comments