ui, api: fix/update microlens, microlens-platform dependency

This commit is contained in:
Simon Michael 2016-06-09 09:49:16 -07:00
parent 8bda78a447
commit 7f26f991ba
4 changed files with 8 additions and 4 deletions

View File

@ -165,7 +165,8 @@ executables:
- Decimal - Decimal
- docopt - docopt
- either - either
- microlens-platform >= 0.3.1.0 && < 0.4 - microlens >= 0.4 && < 0.5
- microlens-platform >= 0.2.3.1 && < 0.4
- safe - safe
- servant-server - servant-server
- servant-swagger - servant-swagger

View File

@ -54,7 +54,8 @@ executable hledger-api
, Decimal , Decimal
, docopt , docopt
, either , either
, microlens-platform >= 0.3.1.0 && < 0.4 , microlens >= 0.4 && < 0.5
, microlens-platform >= 0.2.3.1 && < 0.4
, safe , safe
, servant-server , servant-server
, servant-swagger , servant-swagger

View File

@ -80,7 +80,8 @@ executables:
- data-default - data-default
- filepath - filepath
- HUnit - HUnit
- microlens-platform >= 0.3.1.0 && < 0.4 - microlens >= 0.4 && < 0.5
- microlens-platform >= 0.2.3.1 && < 0.4
- safe >= 0.2 - safe >= 0.2
- split >= 0.1 && < 0.3 - split >= 0.1 && < 0.3
- text >= 1.2 && < 1.3 - text >= 1.2 && < 1.3

View File

@ -71,7 +71,8 @@ executable hledger-ui
, data-default , data-default
, filepath , filepath
, HUnit , HUnit
, microlens-platform >= 0.3.1.0 && < 0.4 , microlens >= 0.4 && < 0.5
, microlens-platform >= 0.2.3.1 && < 0.4
, safe >= 0.2 , safe >= 0.2
, split >= 0.1 && < 0.3 , split >= 0.1 && < 0.3
, text >= 1.2 && < 1.3 , text >= 1.2 && < 1.3