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:
parent
2380a6292c
commit
7fbfc8ae9b
@ -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
|
||||
|
@ -84,7 +84,7 @@ options = Options
|
||||
<> metavar "SCHEMA"
|
||||
<> value "safe"
|
||||
<> showDefault)
|
||||
<*> optional (option
|
||||
<*> optional (option auto
|
||||
(short 'n'
|
||||
<> long "size"
|
||||
<> help "Size parameter"
|
||||
|
Loading…
Reference in New Issue
Block a user