mirror of
https://github.com/redelmann/scat
synced 2025-01-09 22:24:19 +01:00
Update a dependency
This commit is contained in:
parent
7fbfc8ae9b
commit
348bac0678
@ -10,7 +10,7 @@ name: scat
|
||||
-- PVP summary: +-+------- breaking API changes
|
||||
-- | | +----- non-breaking API additions
|
||||
-- | | | +--- code changes with no API change
|
||||
version: 1.1.0.1
|
||||
version: 1.1.0.2
|
||||
|
||||
-- A short (one-line) description of the package.
|
||||
synopsis: Generates unique passwords for various websites from a single password.
|
||||
@ -72,7 +72,7 @@ executable scat
|
||||
, bytestring
|
||||
, optparse-applicative >= 0.5
|
||||
, mtl
|
||||
, vector == 0.10.*
|
||||
, vector == 0.11.*
|
||||
, ansi-terminal >= 0.6.1
|
||||
|
||||
test-suite scat-tests
|
||||
@ -84,5 +84,5 @@ test-suite scat-tests
|
||||
, bytestring
|
||||
, optparse-applicative >= 0.5
|
||||
, mtl
|
||||
, vector == 0.10.*
|
||||
, vector == 0.11.*
|
||||
, ansi-terminal >= 0.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user