From 5c657dbd81461dbca965e8c1a5ff66ad9be5b259 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 8 Jun 2016 15:44:08 -0700 Subject: [PATCH] ui: switch to the more complete microlens-platform --- hledger-api/future-package.yaml | 2 +- hledger-api/hledger-api.cabal | 2 +- hledger-ui/future-package.yaml | 2 +- hledger-ui/hledger-ui.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hledger-api/future-package.yaml b/hledger-api/future-package.yaml index ce5d40b02..65a5eebaf 100644 --- a/hledger-api/future-package.yaml +++ b/hledger-api/future-package.yaml @@ -165,7 +165,7 @@ executables: - Decimal - docopt - either - - microlens >= 0.3.5.1 && < 0.5 + - microlens-platform >= 0.3.1.0 && < 0.4 - safe - servant-server - servant-swagger diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index 837da81a0..f19f444df 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -54,7 +54,7 @@ executable hledger-api , Decimal , docopt , either - , microlens >= 0.3.5.1 && < 0.5 + , microlens-platform >= 0.3.1.0 && < 0.4 , safe , servant-server , servant-swagger diff --git a/hledger-ui/future-package.yaml b/hledger-ui/future-package.yaml index ec9bc13e2..cc502cf7c 100644 --- a/hledger-ui/future-package.yaml +++ b/hledger-ui/future-package.yaml @@ -80,7 +80,7 @@ executables: - data-default - filepath - HUnit - - microlens >= 0.3.5.1 && < 0.5 + - microlens-platform >= 0.3.1.0 && < 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 23daa7bd6..c4211bb91 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -71,7 +71,7 @@ executable hledger-ui , data-default , filepath , HUnit - , microlens >= 0.3.5.1 && < 0.5 + , microlens-platform >= 0.3.1.0 && < 0.4 , safe >= 0.2 , split >= 0.1 && < 0.3 , text >= 1.2 && < 1.3