mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ui, api: fix/update microlens, microlens-platform dependency
This commit is contained in:
parent
8bda78a447
commit
7f26f991ba
@ -165,7 +165,8 @@ executables:
|
||||
- Decimal
|
||||
- docopt
|
||||
- either
|
||||
- microlens-platform >= 0.3.1.0 && < 0.4
|
||||
- microlens >= 0.4 && < 0.5
|
||||
- microlens-platform >= 0.2.3.1 && < 0.4
|
||||
- safe
|
||||
- servant-server
|
||||
- servant-swagger
|
||||
|
@ -54,7 +54,8 @@ executable hledger-api
|
||||
, Decimal
|
||||
, docopt
|
||||
, either
|
||||
, microlens-platform >= 0.3.1.0 && < 0.4
|
||||
, microlens >= 0.4 && < 0.5
|
||||
, microlens-platform >= 0.2.3.1 && < 0.4
|
||||
, safe
|
||||
, servant-server
|
||||
, servant-swagger
|
||||
|
@ -80,7 +80,8 @@ executables:
|
||||
- data-default
|
||||
- filepath
|
||||
- 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
|
||||
- split >= 0.1 && < 0.3
|
||||
- text >= 1.2 && < 1.3
|
||||
|
@ -71,7 +71,8 @@ executable hledger-ui
|
||||
, data-default
|
||||
, filepath
|
||||
, 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
|
||||
, split >= 0.1 && < 0.3
|
||||
, text >= 1.2 && < 1.3
|
||||
|
Loading…
Reference in New Issue
Block a user