Skip to content

Commit

Permalink
Ruled out incompatible version of optparse-applicative.
Browse files Browse the repository at this point in the history
  • Loading branch information
redelmann committed Sep 4, 2014
1 parent b2a09da commit 2380a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
version: 1.1.0.1

-- A short (one-line) description of the package.
synopsis: Generates unique passwords for various websites from a single password.
Expand Down Expand Up @@ -70,7 +70,7 @@ executable scat
build-depends: base >=4.5 && <5
, scrypt == 0.5.*
, bytestring
, optparse-applicative >= 0.5
, optparse-applicative >= 0.5 && <0.10
, mtl
, vector == 0.10.*
, ansi-terminal >= 0.6.1
Expand Down

0 comments on commit 2380a62

Please sign in to comment.