Skip to content

Commit ad5c6ef

Browse files
committed
Avoid incomplete pattern
1 parent 05b32aa commit ad5c6ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gen-windows-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
wine cabal install --distdir=dist-win --bindir=.
4+
wine-development cabal install --distdir=dist-win --bindir=.
55
(cd Audio/digits/; ./build.sh)
66

77
rev=$(git describe --tags)

src/tttool.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ optionParser =
7373
[(x,'x':rest)] -> case reads rest of
7474
[(y,[])] -> return (x,y)
7575
_ -> Left $ "Cannot parse dimensions " ++ input
76+
_ -> Left $ "Cannot parse dimensions " ++ input
7677

7778
cmd = hsubparser $ mconcat
7879
[ cmdSep "GME creation commands:"

0 commit comments

Comments
 (0)