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:
parent
2380a6292c
commit
7fbfc8ae9b
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user