You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build failure as seen on the stackage build server:
Building library for language-dockerfile-0.3.6.0..
[ 1 of 16] Compiling Language.Dockerfile.Bash ( src/Language/Dockerfile/Bash.hs,
dist/build/Language/Dockerfile/Bash.o )
src/Language/Dockerfile/Bash.hs:9:81: error:
• Couldn't match expected type ‘CheckSpec’
with actual type ‘Maybe Shell -> CheckSpec’
• Probable cause: ‘spec’ is applied to too few arguments
In the second argument of ‘checkScript’, namely ‘spec’
In the second argument of ‘($)’, namely ‘checkScript si spec’
In the second argument of ‘($)’, namely
‘runIdentity $ checkScript si spec’
|
9 | shellcheck bashScript = map comment $ crComments $ runIdentity $ checkScript si spec
| ^^^^
src/Language/Dockerfile/Bash.hs:12:38: error:
• Couldn't match expected type ‘Bool’ with actual type ‘[a0]’
• In the third argument of ‘CheckSpec’, namely ‘exclusions’
In the expression: CheckSpec filename script exclusions (Just Bash)
In an equation for ‘spec’:
spec = CheckSpec filename script exclusions (Just Bash)
|
12 | spec = CheckSpec filename script exclusions (Just Bash)
| ^^^^^^^^^^
src/Language/Dockerfile/Bash.hs:12:50: error:
• Couldn't match expected type ‘[Integer]’
with actual type ‘Maybe Shell’
• In the fourth argument of ‘CheckSpec’, namely ‘(Just Bash)’
In the expression: CheckSpec filename script exclusions (Just Bash)
In an equation for ‘spec’:
spec = CheckSpec filename script exclusions (Just Bash)
|
12 | spec = CheckSpec filename script exclusions (Just Bash)
| ^^^^^^^^^
I'll try to see if I can reproduce it locally with the next stackage nightly snapshot.
The text was updated successfully, but these errors were encountered:
DanBurton
added a commit
to commercialhaskell/stackage
that referenced
this issue
Dec 9, 2017
Build failure as seen on the stackage build server:
I'll try to see if I can reproduce it locally with the next stackage nightly snapshot.
The text was updated successfully, but these errors were encountered: