diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:44:17 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:44:17 +0200 |
commit | 8bb5a7da733ee6da42b2b968a1c9fb70631e14a8 (patch) | |
tree | d3f109884d3bc0a5af0aaf5d059a895cc0f3640f | |
parent | fcbabab1057b010cfd861d441931476ae6096e34 (diff) | |
download | trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar.gz trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar.bz2 trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar.xz trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.zip |
Fixed options
-rw-r--r-- | src/Trivmix.hs | 6 | ||||
-rw-r--r-- | trivmix.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Trivmix.hs b/src/Trivmix.hs index abb7c32..ede6f67 100644 --- a/src/Trivmix.hs +++ b/src/Trivmix.hs | |||
@@ -81,9 +81,9 @@ optionParser = Options <$> | |||
81 | <> metavar "FILE" | 81 | <> metavar "FILE" |
82 | ) | 82 | ) |
83 | ) | 83 | ) |
84 | <*> some (strOption ( long "level" | 84 | <*> some (strArgument ( metavar "FILE..." |
85 | <> metavar "FILE" | 85 | <> help "Files that contain levels to assume and synchronize" |
86 | ) | 86 | ) |
87 | ) | 87 | ) |
88 | 88 | ||
89 | initialLevel :: Level | 89 | initialLevel :: Level |
diff --git a/trivmix.cabal b/trivmix.cabal index ec5f806..c986fe2 100644 --- a/trivmix.cabal +++ b/trivmix.cabal | |||
@@ -2,7 +2,7 @@ | |||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: trivmix | 4 | name: trivmix |
5 | version: 2.0.0 | 5 | version: 2.1.0 |
6 | -- synopsis: | 6 | -- synopsis: |
7 | -- description: | 7 | -- description: |
8 | license: PublicDomain | 8 | license: PublicDomain |