mirror of
https://github.com/redelmann/scat
synced 2025-01-10 06:34:20 +01:00
Ruled out incompatible version of optparse-applicative.
This commit is contained in:
parent
b2a09da7fd
commit
2380a6292c
@ -10,7 +10,7 @@ name: scat
|
|||||||
-- PVP summary: +-+------- breaking API changes
|
-- PVP summary: +-+------- breaking API changes
|
||||||
-- | | +----- non-breaking API additions
|
-- | | +----- non-breaking API additions
|
||||||
-- | | | +--- code changes with no API change
|
-- | | | +--- code changes with no API change
|
||||||
version: 1.1.0.0
|
version: 1.1.0.1
|
||||||
|
|
||||||
-- A short (one-line) description of the package.
|
-- A short (one-line) description of the package.
|
||||||
synopsis: Generates unique passwords for various websites from a single password.
|
synopsis: Generates unique passwords for various websites from a single password.
|
||||||
@ -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
|
, optparse-applicative >= 0.5 && <0.10
|
||||||
, mtl
|
, mtl
|
||||||
, vector == 0.10.*
|
, vector == 0.10.*
|
||||||
, ansi-terminal >= 0.6.1
|
, ansi-terminal >= 0.6.1
|
||||||
|
Loading…
Reference in New Issue
Block a user