Skip to content

Commit

Permalink
Avoid incomplete pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jan 31, 2016
1 parent 05b32aa commit ad5c6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen-windows-release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

rev=$(git describe --tags)
Expand Down
1 change: 1 addition & 0 deletions src/tttool.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ optionParser =
[(x,'x':rest)] -> case reads rest of
[(y,[])] -> return (x,y)
_ -> Left $ "Cannot parse dimensions " ++ input
_ -> Left $ "Cannot parse dimensions " ++ input

cmd = hsubparser $ mconcat
[ cmdSep "GME creation commands:"
Expand Down

0 comments on commit ad5c6ef

Please sign in to comment.