diff --git a/hledger-api/future-package.yaml b/hledger-api/future-package.yaml index 65a5eebaf..9a2ef3653 100644 --- a/hledger-api/future-package.yaml +++ b/hledger-api/future-package.yaml @@ -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 diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index f19f444df..9898605dd 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -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 diff --git a/hledger-ui/future-package.yaml b/hledger-ui/future-package.yaml index cc502cf7c..e1c4fb14a 100644 --- a/hledger-ui/future-package.yaml +++ b/hledger-ui/future-package.yaml @@ -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 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index c4211bb91..b963c7cc9 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -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