Skip to content

Commit

Permalink
Relax version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
fumieval committed Aug 23, 2022
1 parent aff0466 commit 81101a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fernet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ library
, Network.Fernet.Crypto
, Network.Fernet.Key
, Network.Fernet.Token
build-depends: base >=4.9 && <4.10
build-depends: base >=4.9 && <4.18
, binary >= 0.8.3.0 && < 0.10
, byteable >= 0.1.1 && < 0.2
, bytestring >= 0.10.8 && < 0.11
, cryptonite >= 0.21 && < 0.23
, memory >= 0.14.1 && < 0.15
, time >= 1.6.0 && < 1.7
, bytestring >= 0.10.8 && < 0.12
, cryptonite >= 0.21 && < 0.31
, memory >= 0.14.1 && < 0.18
, time >= 1.6.0 && < 1.10
hs-source-dirs: src
default-language: Haskell2010
default-extensions: OverloadedStrings
Expand Down

0 comments on commit 81101a3

Please sign in to comment.