1
0
mirror of https://github.com/redelmann/scat synced 2025-01-10 06:34:20 +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 build-depends: base >=4.5 && <5
, scrypt == 0.5.* , scrypt == 0.5.*
, bytestring , bytestring
, optparse-applicative >= 0.5 && <0.10 , optparse-applicative >= 0.5
, mtl , mtl
, vector == 0.10.* , vector == 0.10.*
, ansi-terminal >= 0.6.1 , ansi-terminal >= 0.6.1

View File

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