We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b32aa commit ad5c6efCopy full SHA for ad5c6ef
gen-windows-release.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
set -e
4
-wine cabal install --distdir=dist-win --bindir=.
+wine-development cabal install --distdir=dist-win --bindir=.
5
(cd Audio/digits/; ./build.sh)
6
7
rev=$(git describe --tags)
src/tttool.hs
@@ -73,6 +73,7 @@ optionParser =
73
[(x,'x':rest)] -> case reads rest of
74
[(y,[])] -> return (x,y)
75
_ -> Left $ "Cannot parse dimensions " ++ input
76
+ _ -> Left $ "Cannot parse dimensions " ++ input
77
78
cmd = hsubparser $ mconcat
79
[ cmdSep "GME creation commands:"
0 commit comments