ui: bump lens upper bound to suit latest nightlys

This commit is contained in:
Simon Michael 2015-11-27 11:29:08 -08:00
parent 96e1ca7ea1
commit 5c0c883c1e
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ executable hledger-ui
, data-default
, filepath
, HUnit
, lens >= 4.12.3 && < 4.13
, lens >= 4.12.3 && < 4.14
, safe >= 0.2
, split >= 0.1 && < 0.3
, transformers

View File

@ -75,7 +75,7 @@ executables:
- data-default
- filepath
- HUnit
- lens >= 4.12.3 && < 4.13
- lens >= 4.12.3 && < 4.14
- safe >= 0.2
- split >= 0.1 && < 0.3
- transformers