hnix.cabal: set {lens-family{,-core},template-haskell} bounds

Set current upper bound of lenses

`template-haskell` bounds derived from the git commit date and current bound,
then lowered low bound to include GHC 8.4

M  hnix.cabal

M  hnix.cabal
This commit is contained in:
Anton-Latukha 2020-06-15 02:58:51 +03:00
parent 4846f87699
commit 9421b54153
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 3 additions and 3 deletions

View File

@ -888,8 +888,8 @@ library
, http-client-tls >= 0.3.5 && < 0.4
, http-types >= 0.12.2 && < 0.13
, interpolate >= 0.2.0 && < 0.3
, lens-family >=1.2.2
, lens-family-core >=1.2.2
, lens-family >=1.2.2 && < 2.2
, lens-family-core >=1.2.2 && < 2.2
, lens-family-th >= 0.5.0 && < 0.6
, logict >= 0.6.0 && < 0.7 || >= 0.7.0.2 && < 0.8
, megaparsec >=7.0 && <8.1
@ -909,7 +909,7 @@ library
, some >= 1.0.1 && < 1.1
, split >= 0.2.3 && < 0.3
, syb >= 0.7 && < 0.8
, template-haskell
, template-haskell >= 2.13 && < 2.17
, text >= 1.2.3 && < 1.3
, these >= 1.0.1 && < 1.2
, time >= 1.8.0 && < 1.9 || >= 1.9.3 && < 1.10