1
0
mirror of https://github.com/redelmann/scat synced 2025-01-09 22:24:19 +01:00

Fix failing build: updated optparse

This commit is contained in:
rnhmjoj 2015-07-12 02:48:13 +02:00
parent 2380a6292c
commit 7fbfc8ae9b
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ executable scat
build-depends: base >=4.5 && <5
, scrypt == 0.5.*
, bytestring
, optparse-applicative >= 0.5 && <0.10
, optparse-applicative >= 0.5
, mtl
, vector == 0.10.*
, ansi-terminal >= 0.6.1

View File

@ -84,7 +84,7 @@ options = Options
<> metavar "SCHEMA"
<> value "safe"
<> showDefault)
<*> optional (option
<*> optional (option auto
(short 'n'
<> long "size"
<> help "Size parameter"