summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-09 22:44:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-09 22:44:17 +0200
commit8bb5a7da733ee6da42b2b968a1c9fb70631e14a8 (patch)
treed3f109884d3bc0a5af0aaf5d059a895cc0f3640f
parentfcbabab1057b010cfd861d441931476ae6096e34 (diff)
downloadtrivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar
trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar.gz
trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar.bz2
trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.tar.xz
trivmix-8bb5a7da733ee6da42b2b968a1c9fb70631e14a8.zip
Fixed options
-rw-r--r--src/Trivmix.hs6
-rw-r--r--trivmix.cabal2
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
89initialLevel :: Level 89initialLevel :: 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
4name: trivmix 4name: trivmix
5version: 2.0.0 5version: 2.1.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain